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!
Need Value from Custom List
Hello all,
We are using SuiteTalk and C#. We getting the results from a saved search and one of the columns in the saved search is a field we added to the Item and that field uses a custom list for its values. No problems there. The problem comes in trying to get the value of the selected option in that field because in SuiteTalk saved search results, all you get is a pointer to the ListOrRecordRef.
Well after a lot of try and MANY errors I have something where I can at least the custom list in debug mode but I cannot figure out how to get to it. Nothing I try works. Here is the latest