When I looked at a particular custom field that is an Option Set, the values are things like 100000001 for label/option "No", 100000002 for label/option "Yes", etc...
This is what shows up in the Web API when I query it. Not very informative at all.
1. When I try to change the Value to a string it tells me to enter a Value from 0 through 2,147,483,646. Is there anyway at all to add a string to the Value?
2. If not, when I query using the Web API, is there a way to have it bring in the option/label?
If none of these are doable, I'll just do the query, and replace these integers with strings on the back-end of my app.
*This post is locked for comments
I have the same question (0)