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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
NSC | View XML Representation of a Record
Any record in NetSuite has an XML representation.
To view this, append &xml=T to the URL in the address bar when viewing the record.
Sales Order in Normal View:
Sales Order in XML View:
The information contained in the XML document version of the record can be useful, especially for NetSuite Administrators and Developers who deal with SuiteScript, Advanced PDF/HTML Templates, etc.
One usage example is checking the Internal IDs of Sublists in the record. Do this by searching for "machine name".
With this, 3 Sublist IDs are found: promotions, paymentevent, and item.
Note: Some elements in the markup may not be supported/officially supported in some of the NetSuite features that you are working on.
----------------------------------------------------------------