How can I avoid triggering a user event script whe...
# suitescript
a
How can I avoid triggering a user event script when updating a record with
record.submitFields
?
e
The User Event can ignore the XEDIT (Inline Edit) event type
a
Ah record.submitFields has the same context as an inline edit?
👍 1
c
Yes. You need to be very careful with them, as the newrecord will only contain the id and the fields changed