Discussions
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.