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.
Get externalId in SuiteScript from SuiteTalk entry
Greetings, I'm working on an integration where I'd like to in a SuiteScript User Event Script access the externalId value submitted via SuiteTalk (web service) call before the record is committed/saved. For example (and I'm working with submitting a SalesOrder via SuiteTalk), the SOAP request might have lines like:
<entity type="customer" externalId="1375" internalId="15" />
<job externalId="SomeCustomValue" />
So in SuiteScript, how can I retrieve the value "1375" or "SomeCustomValue"?
In the big picture, I'll then use these values to kick off other custom processes and/or manipulate data before saving the SalesOrder.
Big thanks in advance for your assistance!
0