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!
Searching for a ListOrRecordRef
I am hitting a wall with trying to figure out how to create a search for a `ListOrRecordRef`.
My initial search returns customers; one of the attributes of the customer that is necessary for this is finding their 'industry' value, which is contained in the custom field list of the customer object.
I am able to iterate through the custom field list and get the 'industry' key/value. The value is a `ListOrRecordRef`.
This is where I am having trouble. If I create a search through the UI, there is a corresponding 'industry' field that will display the text value. This is what I am looking for in the programmatic search.