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!
Custom Record Sublist ID?
I am having a problem with custom record, which I applied to a new tab on entry form. Under this tab the record is displayed as a list. So by adding lines and typing values in columns I am able to create and save records under this tab manually. But I am unable to enter and submit lines using suite script.
I am trying to use nlapiInsertLineItem(type, line), nlapiGetLineItemCount(type) and so on.
But I can't figure out what to use for 'type' in this case. The record id doesn't work. Has anyone solved this problem before or had similar issue?