@alien4u What I am trying to do is make as few calls as possible to get all the item details off a Sales Order's sublist. I have tried doing a for in loop, but when I do that, all it returns are the methods attached to the nlobjRecord
s
stalbert
11/20/2018, 7:03 PM
I just saw this, and thought I'd mention NFT makes this trivial - you access a SalesOrder item sublist as a simple arraylike collection of javascript objects with NFT. e.g.
mysalesorder.item[]
t
Tyler
11/20/2018, 9:10 PM
@stalbert Sorry, but what is NFT? I'm not familiar 😕