Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
accessing inventoryassignment detail on item in fulfillment
On a filfillment record. I can get this
subrecordInvDetail = rec.getCurrentSublistSubrecord({ sublistId : 'item',
fieldId : 'inventorydetail' });
Which gives me the inventory detail.
But I cannot seem to get to inventoryassignment so I can get the issueinventorynumber
Has anyone done this?
0