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.
How to access address related fields in transactions via SuiteScript 2.0
Objective
Access address (billingaddress and shippingaddress) related fields in transactions via SuiteScript 2.0
Where can I use this?
If you're creating/updating transactions via SuiteScript 2.0 and you want to access certain address related fields, then this article will help you.
How?
In SuiteScript 2.0, you have to get the address subrecord first with Record.getSubrecord(options) if you're using the N/record module. Its equivalent method in N/currentRecord module is CurrentRecord.getSubrecord(options).
Once you have the subrecord, you can use Record.getValue(options) to get its fields or Record.setValue(options) to set its fields. With N/currentRecord module, you can use