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!
Item Fulfillment List
With web services, I am trying to retrieve the same list of orders that you can get by selecting Transactions>Sales Orders>Fulfill Sales Orders in the UI. I cannot seem to get the same list. Has someone done this? If so, what is the order search criteria? An example in any language would be fine.
<platformMsgs:searchPreferences> <platformMsgs:bodyFieldsOnly>false</platformMsgs:bodyFieldsOnly> </platformMsgs:searchPreferences> <platformMsgs:search> <platformMsgs:searchRecord xsi:type='tranSales:TransactionSearch'> <tranSales:basic xsi:type='tranSales:TransactionSearchBasic'> <platformCommon:status operator='anyOf' xsi:type='platformCore:SearchEnumMultiSelectField'> <platformCore:searchValue>_salesOrderPendingFulfillment</platformCore:searchValue> </platformCommon:status> </tranSales:basic> </platformMsgs:searchRecord> </platformMsgs:search>
0