My Stuff
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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();…