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
ganeshjujjuruganeshjujjuru 

i need a validation rule that is working for only newly inserted record but not old records..?

i need a validation rule that is working for only newly inserted record but not old records..? how can i achieve this scenario...

Dhaval PanchalDhaval Panchal
Use ISNEW Function to check record is new or not.
Dhaval PanchalDhaval Panchal

ISNEW()

Checks if the record is new, and returns TRUE if it is new. Otherwise, returns FALSE