How can I limit my user event script to run only o...
# suitescript
a
How can I limit my user event script to run only on create?
question answered 1
b
context.type === context.UserEventType.CREATE
a
Do i have to import context to get that enum?
Will this work?
message has been deleted
It did work. Thanks
b
Setting Script Execution Event Type from the UI should end up being faster if you only want 1 event type
a
Aha. I thought I saw a drop down somewhere. Thanks.