Join Slack
Powered by
How can I avoid triggering a user event script whe...
# suitescript
a
Alan Fitch
07/17/2023, 6:32 PM
How can I avoid triggering a user event script when updating a record with
record.submitFields
?
e
erictgrubaugh
07/17/2023, 6:41 PM
The User Event can ignore the XEDIT (Inline Edit) event type
a
Alan Fitch
07/17/2023, 6:44 PM
Ah record.submitFields has the same context as an inline edit?
👍 1
c
CD
07/17/2023, 7:14 PM
Yes. You need to be very careful with them, as the newrecord will only contain the id and the fields changed
Open in Slack
Previous
Next