You need to sign in to do that
Don't have an account?
Remark about Adding Business Logic - Step 2: Add a Validation Rule
Hello Everyone
Here below a remark about this trail :
Trail : Build a Suggestion Box App | Adding Business Logic | Step 2: Add a Validation Rule | point nb 9
9. Check whether the Implemented Date field is populated by typing the following in the Formula Editor: NOT(ISBLANK( [Suggestion__c].Implemented_Date__c ))

I think It'll be better & easier (for Key Users or Functional consultants like me) to use this criteria :

What do you think ? Thx for your feedback.
By the way : Process Builder is great !
Regards
Rémi
Here below a remark about this trail :
Trail : Build a Suggestion Box App | Adding Business Logic | Step 2: Add a Validation Rule | point nb 9
9. Check whether the Implemented Date field is populated by typing the following in the Formula Editor: NOT(ISBLANK( [Suggestion__c].Implemented_Date__c ))
I think It'll be better & easier (for Key Users or Functional consultants like me) to use this criteria :
What do you think ? Thx for your feedback.
By the way : Process Builder is great !
Regards
Rémi
I think that in this case it's the same !
In general keep in mind that "ISBLANK()" and "ISNULL()" functions are different.
Please read this post: https://developer.salesforce.com/forums/?id=906F00000008ut0IAA
Enjoy
Fabio