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
Develper RKrishDevelper RKrish 

On Work flow's: Rule should NOT run when record is created but should run when edited.

Hi Experts,

 

Rule should NOT run when record is created under option "created, and any time it’s edited to subsequently meet criteria" , but should run when edited to meet criteria.

 

How can accomplish this ? 

digamber.prasaddigamber.prasad

Hi,

 

To achieve this you need to use AND (NOT( ISNEW()), <other conditions>). However there is a catch, ISNEW() cannot be used with "created" & "created, and any time it’s edited to subsequently meet criteria" option in workflow. This can be used only with "created, and every time it’s edited" option.

 

Let me know if you have any specific question.

 

Regards,

Digamber Prasad

Develper RKrishDevelper RKrish
hi,

can you plz provide the code, when using 2nd option of workflows? Consider any condition u wish. urgent