Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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'});