My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. 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();…