Hello team, I have a scheduled script (SS) that is...
# suitescript
a
Hello team, I have a scheduled script (SS) that is updating a custom field on the Customer record. Then I have a User Event script on the Customer record, doing some actions, that is triggered on the updates done by the SS. I would like to "detect" if the update was "triggered" by the SS, so I can ignore the logic the User Event script is doing. Any suggestions? Is there a way to know (on a User Event script) what was the script id that "triggered" the current update?
b
set a different field that you get in the user event so that you know you can ignore
a
thanks @battk, I will try that