Hi Mates, One quick Question please: There is one ...
# suitescript
n
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
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
Looks like a User event is updating
s
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.
n
okay thanks