You need to sign in to do that
Don't have an account?
Validation rule on lead object
Scenario: Email field on lead object. When user create a record email id field is mandatory but when user edit or update record its not mandatory .
how can i achive this with one validation rule.
how can i achive this with one validation rule.
Let us know if this will help you
All Answers
Let us know if this will help you
it work but i dont undersatnd what is happening behind this..
Because AND operator return true when all the arguments are true. But when we edit record ISNEW return false and ISBLANK return true.Then how it work.?
Thanks
So as per our requirement it should be run on insert so i used ISNEW() so in case of insert only it will true in all other case it will false
Thanks