My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
After a lot of trial and error I found a solution. [CODE] $externalId = 'ABC' //enter the externalId of the item here. You can probably use internalId as well. $myNSclient = new NetSuiteService(); $filter=new getItemAvailabilityRequest(); $filter->itemAvailabilityFilter = new ItemAvailabilityFilter();…