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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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