Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Internal ID "reservation"
Hey guys!
I hope you are all doing well!
We are experiencing some performance issues when creating invoices from an external system.
This external system sends the sales order into a RESTlet script, then Netsuite creates the invoice and returns the transaction InternalID. The external system keeps waiting for all the scripts to be executed in order to receive the Internal ID.
The time it takes to return the InternalID is longer than expected and with a high volume of transactions it is impacting our business.
Is there a way to 'reserve' the InternalID of a transaction so that we can go back to the external system at the very first moment and then start the whole internal scripting process which takes some time to complete?