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.
Cannot manipulate Custom Records via SuiteScript.
Hi,
New to SuiteScript and NetSuite, but not new to JavaScript.
I have a Custom Record (ID: customrecord_af_shipment) which has a Child Record (ID: customrecord_af_shipment_rate).
These records are updated via a Custom Action attached to a Custom Sales Order form. The button calls the SuiteScript from the Custom Code tab which does a POST request to a server and saves the response data in these Custom Records.
In the script, I want to Attach and Detach Child Records from the Parent record. However, I am having trouble accessing the Custom Records:
nlapiAttachRecord('customrecord_af_shipment_rate', minRecordId, 'customrecord_af_shipment', shipmentRecordId, {'field': 'custrecord_af_shipment_selected_rate'});