I’ve removed `Custom Mass Update` from the Executi...
# suitescript
j
I’ve removed
Custom Mass Update
from the Execution Context under the Context Filtering tab of the Deployment of a UserEvent script, yet the UserEvent is still firing when I do a Mass Update. Any suggestions? Reporting out the
runtime.executionContext
within the UserEvent script shows the context is
USEREVENT
.
a
I haven't used context filtering a lot, other than in the code itself based on runtime.executionContext. which sounds like isn't going to work, my only suggestion would be to do the update via CSV import instead and uncheck the box to run serverside scripts/workflows? but depending on your use-case that might not be of any use
d
I have a SS1.0 UE handling mass updates inside the script:
if (currentContext.getExecutionContext() === 'custommassupdate')
Not sure why SS2.X would be different 🤔netsuite