<@UBQDPK84B> Normally when working with UE you sho...
# suitescript
a
@Kris Jones Normally when working with UE you should always control/handle your context type, something like this:
if (context.type !== context.UserEventType.VIEW && context.type !== context.UserEventType.EDIT) {return;}
submitFields
would trigger User Events but under
context.type
xedit...