Solved
An easy scripting question...
Is there an API, or easy method, to get the numeric value associated with the string value of a Pick Field?
Is there an API, or easy method, to get the numeric value associated with the string value of a Pick Field?
Hi Sean,
Have you looked at the imFieldBean? It has a method that sounds like it will do what you want:
| getPickFieldMappings() If getFieldType() is the value "pick", then this method will return a mapping of the display strings to the underlying numeric pick values. |
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.