How to ensure WF only fire once for modified record saved trigger event?
I'm using Custom Object 1 and it has a date field called "Start Date". This CO 1 record will be updated many times and eventually the Start Date will have a value in it.
I created a WF
Record Type: CO1
Trigger Event: When modified record saved
Condition: <When Start Date has a value>
The requirement is I only want this WF to fire off once, the first time when Start Date has a value. Any subsequent changes to this CO1 record, Start Date will always have a value so I don't want this WF to get kicked off.
Is there a way to ensure that this WF only kick off ONE TIME, when Start Date first has a value?
I created a WF
Record Type: CO1
Trigger Event: When modified record saved
Condition: <When Start Date has a value>
The requirement is I only want this WF to fire off once, the first time when Start Date has a value. Any subsequent changes to this CO1 record, Start Date will always have a value so I don't want this WF to get kicked off.
Is there a way to ensure that this WF only kick off ONE TIME, when Start Date first has a value?
0