Search code examples
phpnetsuitesuitetalk

How to get the Record Type of a Saved Search in NetSuite


I am trying to get the results of a saved search using the PHP Toolkit. I read that in the documentation :

You can then use the search() operation, along with the <Record>SearchAdvanced object to return the details of the saved search.

I am trying to find out what the Record is for an Inventory Balance search. I have attached a screenshot of how I set up the UI saved search.

enter image description here


Solution

  • Apparently, there is no Item Balance search object within the PHP Toolkit. Using the following sources, I was able to recreate the item balance saved search using an item saved search.

    enter image description here

    Sources: