<@U7A0KGURX> What I am trying to do is make as few...
# suitescript
t
@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
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
@stalbert Sorry, but what is NFT? I'm not familiar 😕
s