Discussions
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,