The Transitions you do from left to right are like a slideshow the way you say the vale gets saved......... is funny😁😁 plus savage 😎.Knowledge with fun.Thanku
This also works. IF( ISPICKVAL( Ownership, 'Public') && ISNULL( AnnualRevenue ) , true, false) And to be honest, this seems simple than what was created in the video. Is there a specific reason you used that method? And thank you so much for your content. You are a life saver.
Hi Mr Sharma, nice tutorial you showed, I have an concern, I need to use validation rules in Visual Flows. Could you please provide some tutorial for this. Thanks in advance
As you said, while importing the data, we can deactivate the validation rule. So what happens if it is active? Will only the records which have error, not be imported? Or all the records after an error from one record, will not get imported?
Hello Shrey and everyone, i am facing a issue on validation rule aa i am applying a validation rule on phone filed as OR( ISBLANK( Mobile__c ) , LEN( Mobile__c ) 10, !ISNUMBER( Mobile__c ) ) but i am putting 10 digits in a filed as 9722222222 then it's throwing an error if starting digit is one then it gets save. why? can anyone help me out?
Hello Shrey, very interesting video. Quick question regarding a complex validation rule. What if i want to give a "if condition" based on one of the picklist in a field? is it possible? for eg; if my product group (which is a multipicklist)= standard product, then another field (lets say amount), should be "required" Is it possible this way? Thanks, John
The validation rule failed to enforce the business logic Error: Field MailingPostalCode does not exist. Check spelling. and my logic is AND( NOT( ISBLANK( AccountId ) ), MailingPostalCode Account.ShippingPostalCode ) pls help me..
Nice work Mr. Hulk i am facing problem in in this question from help guide downloaded from salesforce website. Q=Validates that the Account Number is numeric if not blank.? Ans=AND(ISBLANK(AccountNumber) , NOT(ISNUMBER(AccountNumber))) [ I try this ans but its showing error on blank field, not on the alpha-numeric, or alphabets., Could you please lookout into this matter ?, bcz i got ans in the guide- so How can it be wrong ]
Hi! I have a very basic beginner's question on validation rules. How come salesforce allows users to enter just any value in phone number field? text, numberic, special anything. Shouldn't there be a validation rule for the same? I was trying to create a custom field for a custom object and i tried setting the field type as phone number. realized it allowed anything. please clarify. Thanks!
Can we create a validation rule on the layout? Like I have created an object with the name Engineer and have created 2 layouts in that with names Senior and Junior. I want to create a validation rule for the salary field on Senior Layout.
I tried doing this but I was not able to create a validation rule that prevents changes to records once the "clean value" field of account changes to "PII"
Hi! I created a new custom field of phone number and need it to be a valid 10digit phone number. I set the field data type as phone and realized it allows you to enter just any value. Even in accounts object the phone number can be anything. Why is it so? And what if we want to set a simple validation rule for this?
Challenge not yet complete in My Trailhead Playground 1 We can't create a contact by itself (without an associated account). Make sure the validation rule applies ONLY when the contact has an associated account.
i swear to Gita , validation rules and data loader are the toughest things in salesforce. integeration and scheduling a batch class are easier than Complex validation rule.
This type of energetic session will bring us more interest to learn.. Thanks a lot..!!!
Glad to hear that
I am new in Salesforce this video is so much helpful for me thanks a lot
Energetic person and your class is very good to listen.
You're the best man, thanks for making those videos!
Love your Energy! thanks for all your videos!
Loved the way you taught!
Great show and very helpful info! Thanks
Thanks a lot Man for this amazing video, you make it crystal clear. Before this video I had lot of doubts
This is the very helpful session for me . Your way of explaining the validation rule is awesome. Thank you.
You're very welcome!
Sir your way of teaching is awesome and also hats of for your intelligence, hats off for the deep knowledge you have in salesforce..
Thanks and welcome
The Transitions you do from left to right are like a slideshow the way you say the vale gets saved......... is funny😁😁 plus savage 😎.Knowledge with fun.Thanku
Thank you 😂❤
All your videos are very very helpful. Thanku so much sir 😃😃
Thanks
Good Job bro......u have really good knowledge about salesforce and u explain it in very simplify manor....thanks
This also works.
IF( ISPICKVAL( Ownership, 'Public') && ISNULL( AnnualRevenue ) , true, false)
And to be honest, this seems simple than what was created in the video. Is there a specific reason you used that method? And thank you so much for your content. You are a life saver.
yes it will be work because you are using And operator in ths conditions if both argument will true we get true
best video for validation rules
I like you style of explaining things
Thanks for making such useful videos keep making more useful videos on Salesforce.
superbbb shreyy your content is awesome....
Thank you so much 😀
Awesome bro. Thank you for the videos. Please make videos on Lighting.
Coming up, pretty soon.
Superb Explanation bro I Like It Soo Much ,,,, You Boost up My Confidence Level And I Get More Confidence..... Thank You So Much Bro
All the best
Very nice style of teaching Salesforce.. Keep it up bro
Very nice explanation...Thank you so much
The best video to understand what is validation rule is......
this video is very useful to me.
thanks
please continue your videos..waiting to watch
🙏 what a style Boss
Thanku so much ..the way ur explaining really helpful 👍
Thanks!
Great video on validation rules. Thanks
Amazing amazing energy!
Huge fan :)
Thanks a lot shrey sir...
Hi Mr Sharma,
nice tutorial you showed, I have an concern, I need to use validation rules in Visual Flows. Could you please provide some tutorial for this.
Thanks in advance
You are too good, well done.
Thanks 🙏🏻
It was very helpful ❤
Thanks
As you said, while importing the data, we can deactivate the validation rule. So what happens if it is active? Will only the records which have error, not be imported? Or all the records after an error from one record, will not get imported?
You are the awesome shreya.... Thank you
My pleasure 😊
Awesome Explanation Bro
Very clear explanation !
Hai friend anyone preparing for admin certification here ?
Thanks1
Awesome video bro great work,, it will help me a lot thanks 👍🏻
Hello Shrey and everyone, i am facing a issue on validation rule aa i am applying a validation rule on phone filed as
OR(
ISBLANK( Mobile__c ) ,
LEN( Mobile__c ) 10,
!ISNUMBER( Mobile__c )
)
but i am putting 10 digits in a filed as 9722222222 then it's throwing an error if starting digit is one then it gets save. why? can anyone help me out?
Hello Shrey, very interesting video. Quick question regarding a complex validation rule. What if i want to give a "if condition" based on one of the picklist in a field? is it possible? for eg; if my product group (which is a multipicklist)= standard product, then another field (lets say amount), should be "required"
Is it possible this way?
Thanks,
John
Thanks in advance bro!
good Explanation....Shrey...
Thanks, Khumed!
Hi , Can i learn how to enable the States and country /Territory picklist ? and also how it works after we enable it?
The validation rule failed to enforce the business logic
Error: Field MailingPostalCode does not exist. Check spelling.
and my logic is
AND(
NOT( ISBLANK( AccountId ) ),
MailingPostalCode Account.ShippingPostalCode
)
pls help me..
Nice work Mr. Hulk
i am facing problem in in this question from help guide downloaded from salesforce website.
Q=Validates that the Account Number is numeric if not blank.?
Ans=AND(ISBLANK(AccountNumber) , NOT(ISNUMBER(AccountNumber)))
[ I try this ans but its showing error on blank field, not on the alpha-numeric, or alphabets., Could you please lookout into this matter ?, bcz i got ans in the guide- so How can it be wrong ]
Awesome explanation
Thanks
Hi! I have a very basic beginner's question on validation rules. How come salesforce allows users to enter just any value in phone number field? text, numberic, special anything. Shouldn't there be a validation rule for the same? I was trying to create a custom field for a custom object and i tried setting the field type as phone number. realized it allowed anything. please clarify. Thanks!
So my requirement is claim should be zero case is closed then provide acess to examinar to reopen the case
Can you please help me
Can we create a validation rule on the layout? Like I have created an object with the name Engineer and have created 2 layouts in that with names Senior and Junior. I want to create a validation rule for the salary field on Senior Layout.
Sir you didnot make an video on process builder.. It will be very helpful for us
Keen explanation thank you
Glad you liked it Karadi :)
awesome
buddy
Thanks ✌️
Impressed :)
Aweeeee😍 clear explanation 😇
I had created two validations rules and I have to merge both of them how to do…? What are the steps…?
I tried doing this
but I was not able to
create a validation rule that prevents changes to records once the "clean value" field of account changes to "PII"
Good explanation
Hi Brother, How to create validation for uploading images?
Good video. Thank you!
when we insert a field in validation rule there shows six fields with $ symbol what it represents?
this helped me get through my superbadge. awesome! :)
Thanks for the informative video. Can validation rule be applied on Lookups?
Yes!
Thanks much!😀
U r the best
Hi! I created a new custom field of phone number and need it to be a valid 10digit phone number. I set the field data type as phone and realized it allows you to enter just any value. Even in accounts object the phone number can be anything. Why is it so? And what if we want to set a simple validation rule for this?
Hi Chandni Use Formula Len (Phone) > 10
Great info
Nice info
Sir can you please explain implementing vlookup validation rule for zip code and multiple ways if any ?
Where have I heard that drum beat before?
Thanks a lot....
are validation rules on object made and tested in sandbox or live environment ?
For both it will work
Hi team, im not getting ownership record while creating new record
please upload Assignment Rules Vedio to understand about it
Hey Ankit, its ON now. Have a look and let me know whether you got it or not.
Hi all, Can anyone tell me? Is there any tool or process to check unused Validation rules to remove them?
how to add map location with the image in record
Challenge not yet complete in My Trailhead Playground 1
We can't create a contact by itself (without an associated account). Make sure the validation rule applies ONLY when the contact has an associated account.
I'm getting this error in the last challenge of formula and validation module in... Can someone help me out?
Can someone please tell me if I create a validation rule does it apply to the already existing records?
@Vishal Choudhary Thanks a lot!
How to remove app launcher for other than admin
*Now Understand*
you are great!:) I also love your energy!!!
Thanks! :)
Hii pauls
Nice bro
Thanks!
lotus notes is must for salesforce study
Bro please upload some video from development part like MVC, Visual force pages and Apex programming.. I will be very grateful, Thank you
Doing it soon.
understood
i swear to Gita , validation rules and data loader are the toughest things in salesforce. integeration and scheduling a batch class are easier than Complex validation rule.
haha.. really?? but people find it much easier as compared to Integration. 😄
Super
Nice.
Thanks!
The Account validation rule throw s error msg when I try to save with other ownership and null annualrevenue
How to create a validation rule to ensure that the account Billing Country is always India?
Can anyone help
Ensure that billing country is not equal to INDIA.
If user enters country other than India then then it will throw an error.
👍👍👍👍👍👍👍👍
Your videos would be SO much better if you slow down a little when you talk🙂
Tried a lot but not able to slow down. 😅 Try setting the play speed as 0.8x
Hey buddy your true false expression is i think not correct
Yeah it's not correct,its not working as shown in the video
Vary bad