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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
2007.1 change to records returned
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