function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RémiRémi 

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 ))

User-added image


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

What do you think ? Thx for your feedback.

By the way : Process Builder is great !

Regards
Rémi
 
Fabio PalladinoFabio Palladino
Hi 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