Please help me with this 1. I have a Custom Recor...
# general
e
Please help me with this 1. I have a Custom Record 2. When the record is edited and saved, a User Event AfterSubmit triggers a Scheduled Script. 3. The Scheduled Script does some calculations and sets a value field on the Custom Record and saves the record. How can I avoid the Step 3 to trigger again the Step 2?
b
easiest way is to have an ignore checkbox
you can be more clever with things like checking your field for a change in value if you want to avoid a checkbox
there are more general things like the script audience if you want more broad control
e
Thanks @battk
Checking for different values was the trick. If they are the same, don't save again the record.