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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
2007.1 change to item records returned in search
Just an FYI for anyone interested, there was a minor undocumented change in 2007.1.
Doing a search operation on inventory items used to return the id AND name of all locations, whereas with 2007.1 it only returns the internalId. Specifically the returned soap for each location looks like this:
<ns3:locations> <ns3:locationId internalId="4"/> </ns3:locations>
0