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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
How to turn off auto-numbering when registering salesorder with RestWebService
How to turn off auto-numbering when registering salesorder with RestWebService
When registering a SalesOrder via the standard NetSuite REST API, I would like to set an individual tranID.
I specified the following in the request JSON baseline, but did not get the intended result.
<code>
"tranid": <arbitrary value that does not duplicate an existing tranID> ,
"generatetranidonsave" : False
</code>
Please answer the following questions regarding this
1. is the title process supported by the REST API in the first place?
2. if possible, can you give us a sample of the request JSON?
0