Understanding Validation Rules in Salesforce and how to create them?

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • Shrey has very well explained the validation rules in Salesforce, And we also covered the below-mentioned topics:
    1. How to create/set-up and edit Validation Rules in Salesforce?
    2. How to deactivate a validation rule in Salesforce?
    3. How to return an error message when invalid data is entered in Salesforce org?
    4. When to use a validation rule in Salesforce?
    5. How can validation rules be useful to your App?
    6. What points need to be considered when creating a validation rule?
    We hope you enjoy the video and take another step forward in your journey with Salesforce. This video is from the Salesforce Administrator & App Builder course which is designed and curated by Shrey Sharma, one of the top best Salesforce Trainer in the world.
    ------
    Get your free copy of notes here: s2-labs.com/sa...
    ------
    Grow your business with THE BEST SALESFORCE IMPLEMENTATION and CONSULTANCY SERVICES
    Reach us out here: cyntexa.com
    ------
    Get the BEST SALESFORCE COURSES & TRAINING here s2-labs.com/
    ----
    STALK ME ON:
    Instagram: / imshreysharma
    Facebook: / salesforcehulk
    Twitter: / iamshreysharma
    LinkedIn: / imshreysharma
    ----
    Shrey is a Chief Executive Officer at Cyntexa which is considered as one of the top Salesforce Consulting Partner in USA, UK, UAE, Australia, Singapore & India having a vibrant team of 100+ certified Salesforce experts which include developers, architects, consultants, administrators, and MVPs.
    Shrey took Cyntexa from 5 to 100+ people in less than 1.5 years while multiplying the revenues by 8 times. Shrey has been an entrepreneur since the age of 13 as he was buying and selling stuff and making money in the school itself. Shrey is the Youngest Salesforce MVP in the world who firmly believes in providing value to the people and building long term value-based relationships. His mission is to disrupt the way professional technical services are delivered by bringing back the empathy for the end-user rather than being operational and transactional.
    Shrey is popularly known as Salesforce Hulk in the Salesforce ecosystem as he was the first one to start creating videos on Salesforce on his TH-cam channel named as Salesforce Hulk and that too at the age of 19. Shrey is also the founder of S2 Labs which is a Salesforce Training Company, being the 1st one to start Salesforce training in Rajasthan, India, and currently selling his courses worldwide. Shrey is also a marvelous speaker who actively presents on topics that revolve around Salesforce and Entrepreneurship in various worldwide conferences. Shrey has also been a Judge in multiple technical and business hackathons organized by the Government of India like Smart India Hackathon.
    Shrey is a leader with out of the box thinking who emphasizes not only on hitting the sales targets but also on providing an amazing experience to the customers as well as employees. Shrey believes in building a team with strong values, ethics, and behavior which leads to the amazing culture at Cyntexa.
    #salesforce
    #validationrules
    #salesforcehulk
    #learnsalesforce

ความคิดเห็น • 52

  • @BAALA_ONLY
    @BAALA_ONLY 3 หลายเดือนก่อน

    BHAIYA AAPNE LAST MAI COURSE OPTED KAISE AAYA YE VALIDATION RULES MAI Y NI SAMJHA OR MAI INSERT FEELD KAR RHA HU TO ERROR SHOW KAR RHA

    • @SalesforceHulk
      @SalesforceHulk  3 หลายเดือนก่อน

      Please watch the video carefully as everything is covered in it. If you encounter any errors while implementing, feel free to email us a screenshot of the error at Salesforcehulk@gmail.com.

  • @egistbalegistbal7720
    @egistbalegistbal7720 ปีที่แล้ว +1

    Can you plesae add all videos subtitles,Sir.

  • @SureshGupta-hw2cs
    @SureshGupta-hw2cs 4 ปีที่แล้ว +1

    Hello sir
    I have a some doubt
    I creat a student tab but many information are not available
    Like as a steam opted , initial free field dependencies
    So pls give me solution

  • @subbukalyanam
    @subbukalyanam 3 ปีที่แล้ว +1

    I have written the code as it is as in the video but still getting syntex error: ', ' at false. Please clarify

  • @aruchopra6828
    @aruchopra6828 4 ปีที่แล้ว +5

    Hey Shrey, can you please make a video on how to use functions(in validation rules) and when? Like in which situation what functions we should use. If it's possible for you.

    • @sandybhalerao6873
      @sandybhalerao6873 3 ปีที่แล้ว +1

      Hi Aru this will also help help.salesforce.com/articleView?err=1&id=customize_functions_a_h.htm&type=5

    • @satyarenuka9774
      @satyarenuka9774 2 ปีที่แล้ว

      @@sandybhalerao6873 thanks

  • @sarugupta8578
    @sarugupta8578 3 ปีที่แล้ว

    I am Woman (mother) restarter... Looking for internship or job in salesforce admin... looking for help...

  • @satishbangaram
    @satishbangaram ปีที่แล้ว

    The main requirement is Old value and new value should be added together. I am writing the validation rule (prorvalue [advance amount__c] )+advance amount). But it is getting an error, please the formula , please solve it.

  • @bb_gudavalli
    @bb_gudavalli 6 หลายเดือนก่อน

    well understood, Thanks for the recordings Shrey

    • @SalesforceHulk
      @SalesforceHulk  6 หลายเดือนก่อน

      Glad you found it helpful !

  • @bkr6273
    @bkr6273 2 ปีที่แล้ว

    Sir your notes are now downloading, plz give another link

  • @marieahlgren-stephanos4900
    @marieahlgren-stephanos4900 2 ปีที่แล้ว

    how can I change the value of a field based on another field (check box) ?

  • @adityanandan01
    @adityanandan01 2 ปีที่แล้ว

    always syntax errors ..please solve my problem

  • @deerghasirahul1345
    @deerghasirahul1345 2 ปีที่แล้ว

    Hi Shrey,
    The requirement is -
    1. If we select any of the above stages as mentioned, it should ask us to fill the Opportunity origin field. Which is working.
    2. Also, the above validation should not work when the Closed Lost stage is selected.
    Can you please suggest ??
    AND(
    OR(
    ISPICKVAL( StageName , "E - Minimal Interest"),
    ISPICKVAL( StageName , "D - Qualified Suspect"),
    ISPICKVAL( StageName , "C - Evaluation"),
    ISPICKVAL( StageName , "B - Decision Due"),
    ISPICKVAL( StageName , "A- Pending Sale"),
    ISPICKVAL( StageName , "Stated Intent to Purchase")
    ),
    ISBLANK( TEXT(Opportunity_Origin__c ) )
    )

  • @jaybharat3949
    @jaybharat3949 ปีที่แล้ว

    Valuable videos❤

  • @latarishabh
    @latarishabh 4 ปีที่แล้ว

    Thanks for your support brother

  • @latarishabh
    @latarishabh 4 ปีที่แล้ว

    Thanks for your support brother

  • @pankajghasoliya5709
    @pankajghasoliya5709 4 ปีที่แล้ว

    great video and outstanding concept👌👌

  • @madhusmitaborah9921
    @madhusmitaborah9921 3 ปีที่แล้ว

    Hello Shrey..Could you please make a video on Process Builder.

    • @SalesforceHulk
      @SalesforceHulk  3 ปีที่แล้ว +1

      Already there, please check on the channel!

    • @paraglanjewar8498
      @paraglanjewar8498 3 ปีที่แล้ว

      process buider video is not available..
      @@SalesforceHulk

  • @siddhikajain5810
    @siddhikajain5810 3 ปีที่แล้ว

    Very well explained

  • @archanajagadale7077
    @archanajagadale7077 3 ปีที่แล้ว

    Excellent. Understood. thank you

  • @Jushyanth
    @Jushyanth 3 ปีที่แล้ว

    Very Good explanation

  • @bharathveerabomma8519
    @bharathveerabomma8519 3 ปีที่แล้ว

    good example mam, got the concept of validation rule

  • @MDASIF-wo7ck
    @MDASIF-wo7ck 3 ปีที่แล้ว

    Very well explained

  • @Anu-wh1fs
    @Anu-wh1fs 3 ปีที่แล้ว

    Tysm bro☺

  • @ashishshrivastav4911
    @ashishshrivastav4911 2 ปีที่แล้ว +1

    if(fee

  • @akashjain3742
    @akashjain3742 3 ปีที่แล้ว +1

    Shrey bro,I will give the appreciation for solving the concept of Salesforce,but I have a concern actually I am unable to understand the function , because when function have to apply.

    • @nirupammahindra6165
      @nirupammahindra6165 3 ปีที่แล้ว

      boolean valCheck(RegFees,CourseOpted){
      if(CourseOpted!=SalesForceAdmin||CourseOpted!=SalesForceDeveloper||CourseOpted!=BigData){
      return RegFees

  • @deepakmongia5965
    @deepakmongia5965 3 ปีที่แล้ว

    Hi guys,
    does anyone knows the answers of the questions asked by in the end of the video, would be much appreciated!
    best,
    deepak

    • @pracheechandrakar6220
      @pracheechandrakar6220 3 ปีที่แล้ว +3

      1- Student name should not accept number and special character.
      ans-NOT(REGEX( Student_name__c,"[a-zA-Z\\s]+"))
      2-age should be greater than 12yrs.
      ans -YEAR(TODAY())- YEAR(BirthDate__c) 30,True,False)
      4-contact
      ans- IF( REGEX( contact_number__c , "[0-9]") ,
      true, NOT(REGEX( contact_number__c , "\\D*?(\\d\\D*?){1,10}")))
      5- aadhar card
      Ans- set your field as number and its field length as 12...- you cant use LEN over here
      or set the field as text and field length as 12....and in formula.
      LEN(ADHAR_card_C)12

    • @lakshman_singh4
      @lakshman_singh4 3 ปีที่แล้ว

      @@pracheechandrakar6220 in the first answer after "]" why there is a "+" operator. Can you please explain?

    • @pracheechandrakar6220
      @pracheechandrakar6220 3 ปีที่แล้ว +4

      For concatenation mean for joining more than one letter.
      If you will write "lakshman" as name...it won't get saved ..but if you will write just L as name..it'll get saved...so + is here to join more than one letter

    • @lakshman_singh4
      @lakshman_singh4 3 ปีที่แล้ว

      Okay understood. Thank you for your prompt response.

    • @niteshbhoyar9069
      @niteshbhoyar9069 2 ปีที่แล้ว

      @@pracheechandrakar6220 for 4. contact ...I am getting this error Incorrect argument type for function 'REGEX()'. can you help me.

  • @debmalyaray1997
    @debmalyaray1997 3 ปีที่แล้ว

    shrey bhai that registration date validation rule i didnot understand that gap of atleast 30 days required that you were saying bro....

  • @leenaghai7573
    @leenaghai7573 3 ปีที่แล้ว +1

    Hey shrey..please make a video on formula fields

    • @SalesforceHulk
      @SalesforceHulk  3 ปีที่แล้ว

      Sure I will

    • @sunithar7343
      @sunithar7343 3 ปีที่แล้ว

      @@SalesforceHulk Formula Fields and Cross Object Formula are one and the same?