Discussions
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?