Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to handle concurrent processing using suitescript?
Hi All,
I would like to get help on implementation concept of how to use scripting to handle concurrent processing (both Suitelet and RESTlet).
At the moment I have RESTlet to fulfill sales order and this script is called concurrently all time time. Now here is the problem, if there are 2 sales order trying to fulfill the same item located in the same lot or bin, this script will fail.
How could NetSuite handle this case? Is there any reservation or record lock mechanism in suitescript? Or any technique you guys use to overcome such problem?
Regards,
Jack