My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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();…