Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
work flow trigger on suitelet, mapreduce scripts
Hello
I have a workflow to set line number in transaction record when it gets submitted. This all works well via UI context.
However the work flow doesn't seem to run at all when suitelets , mapreduce are run. No loggings of any indication of suitelet context triggering the workflow after script work is completed.
I read work flow will run after scripts are executed. Seems not the case in my situation.
Due to this line numbers are not updated when suitelet adds new line to the sales order for eg.
The work flow is set to run on all trigger type. WHat do you think the issue would be.? Is it that script is suppressing other triggers? How do I by pass this restriction because its third party script.