Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
User Event not firing
I have a console app that uses NetSuite web services to create an Inventory Adjustment (IA). I also have a User Event on the IA record that fires "Before Submit". The event is firing when creating an IA from the UI. It is not firing when creating an IA via Web Services. The records are being created via the WS.
I have confirmed that "Disable Server SuiteScript" is UNchecked in the Web Services Preferences, the UE script is deployed to All Roles in Release mode and it Executes as Admin.
I have a call to nlapiLogExecution at the entry point of the script and it logs when IAs are added via the UI, but not when the WS creates an IA. The logging is done before checking Execution Context.
0