Hi Mates,
One quick Question please:
There is one script that is updating some field value of record A and there is one User event script that runs on EDIT event type of the record A. So when 1st script updates the field value of record A the other(User event script) should run right as the field value is changed so EDIT user event type should be triggered right??
s
Salman Afzal
10/12/2023, 10:42 AM
The script that is updating the field on record A is that also a userevent script? or is it a map reduce / schedule script?
n
Nilesh Patil
10/12/2023, 11:03 AM
Looks like a User event is updating
s
Salman Afzal
10/12/2023, 11:14 AM
I don't think a user event script will be triggered if a user event script is updating a record. If you want the after submit or before submit script to run then you have to edit the record A from a schedule script, Map/Reduce script or suitelet.