Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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'});