Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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?