good example mam, got the concept of validation rule
@SalesforceHulk3 жыл бұрын
Thanks
@jaybharat3949 Жыл бұрын
Valuable videos❤
@deerghasirahul13453 жыл бұрын
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 ) ) )
@archanajagadale70773 жыл бұрын
Excellent. Understood. thank you
@SalesforceHulk3 жыл бұрын
My Pleasure!
@SureshGupta-hw2cs4 жыл бұрын
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
@egistbalegistbal77202 жыл бұрын
Can you plesae add all videos subtitles,Sir.
@aruchopra68284 жыл бұрын
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.
@sandybhalerao68734 жыл бұрын
Hi Aru this will also help help.salesforce.com/articleView?err=1&id=customize_functions_a_h.htm&type=5
@satyarenuka97742 жыл бұрын
@@sandybhalerao6873 thanks
@subbukalyanam3 жыл бұрын
I have written the code as it is as in the video but still getting syntex error: ', ' at false. Please clarify
@pankajghasoliya57094 жыл бұрын
great video and outstanding concept👌👌
@Jushyanth3 жыл бұрын
Very Good explanation
@SalesforceHulk3 жыл бұрын
Thanks for liking
@BAALA_ONLY5 ай бұрын
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
@SalesforceHulk5 ай бұрын
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.
@siddhikajain58103 жыл бұрын
Very well explained
@marieahlgren-stephanos49002 жыл бұрын
how can I change the value of a field based on another field (check box) ?
@akashjain37423 жыл бұрын
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.
Hello Shrey..Could you please make a video on Process Builder.
@SalesforceHulk3 жыл бұрын
Already there, please check on the channel!
@paraglanjewar84983 жыл бұрын
process buider video is not available.. @@SalesforceHulk
@satishbangaram2 жыл бұрын
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.
@bkr62732 жыл бұрын
Sir your notes are now downloading, plz give another link
@Anu-wh1fs3 жыл бұрын
Tysm bro☺
@adityanandan012 жыл бұрын
always syntax errors ..please solve my problem
@deepakmongia59653 жыл бұрын
Hi guys, does anyone knows the answers of the questions asked by in the end of the video, would be much appreciated! best, deepak
@pracheechandrakar62203 жыл бұрын
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
@lakshmansfdc3 жыл бұрын
@@pracheechandrakar6220 in the first answer after "]" why there is a "+" operator. Can you please explain?
@pracheechandrakar62203 жыл бұрын
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
@lakshmansfdc3 жыл бұрын
Okay understood. Thank you for your prompt response.
@niteshbhoyar90692 жыл бұрын
@@pracheechandrakar6220 for 4. contact ...I am getting this error Incorrect argument type for function 'REGEX()'. can you help me.
@sarugupta85783 жыл бұрын
I am Woman (mother) restarter... Looking for internship or job in salesforce admin... looking for help...
@debmalyaray19973 жыл бұрын
shrey bhai that registration date validation rule i didnot understand that gap of atleast 30 days required that you were saying bro....
@leenaghai75733 жыл бұрын
Hey shrey..please make a video on formula fields
@SalesforceHulk3 жыл бұрын
Sure I will
@sunithar73433 жыл бұрын
@@SalesforceHulk Formula Fields and Cross Object Formula are one and the same?