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!
Access Related Record by Script
Hi All,
Did any one know how to access to the Related Record sublist in Transaction?
For example, go to the related item fulfillment of an Sales Order. I just cannot found any way to access to this sublist.
Normally, we would use the record.getLineItemValue('item','item',1) to get the first line of the Item. But i have tried to use record.getLineItemValue('group','field',linenum), but do not know the group name and the field name for accessing this sublist.
Can anyone help?