I am trying to get the value of the dropdown field (with a list of name-value pairs) using GetField.
However, I am getting the name instead of the value.
According to /awd/forums/questions/3406366, this was fixed in version 9.1:
DEF17949 |
Web Client |
getField returns the value from name/value drop-down rather than the name. Steps to reproduce:
1. Deploy a Solution that uses getField.
2. Select an item from the drop-down. getField returns the value from name/value drop-down rather than the name.
|
However, this seems not to be the case... We are using 9.1.3.
Is there any way in which I can get the value using 'GetField'?
Thanks in advance.