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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Choosing a value from the a custom list
USING .NET 4.5
I have a custom list with status code values 00-12, this list populates a drop down in a custom item form I have. When I ingest raw data I receive the current status code of the item, my trouble is how do I set the list value on the item record ? I have played with SelectCustomFieldRef and know that I have to have a ListOrRecordRef for the value, I can't seem to get the correct ListOrRecordRef.
So what I know is:
1. The value coming in from the raw data.
2. The internal ID of the custom list.
3. The names/IDs of the values on the custom list,
0