Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Reading all fields of an InventoryItem after an ItemSearchBasic
Technologies used: Web Services (Suite Talk), C#.
I am doing an ItemSearchBasic to find an InventoryItem. The record I want is returned but I can see in the database that some fields (ex: costingMethod) have values (ex: standard) that I cannot retrieve using that search. The costingMethodSpecified is false when I get the search result. Is there a way to specify the list of fields that I want to retrieve with my search? Can I specify that I want all fields to be retrieve from the database?