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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Traversing ItemList after Initialize
Would anyone have any sample code on how to traverse ItemList? (c# or vb.net preferred)
Example:
1) On a sales order with 6 items
2) Initialize itemFulfillment with the sales order
3) I want to fulfill 4 of the 6 items. I have the orderLine value.
Question:
How do I locate the ItemFulfillmentItemList.item(i) I want using orderLine?
A way to do it is to iterate through ItemFulfillmentItemList.item until I find the orderLine I am looking for.
Is the a more efficient / accepted way?
0