
Marco.deSousa at billag
Sep 7, 2010, 8:51 AM
Views: 430
Permalink
|
|
Get the selected value of a CustomField with a Script
|
|
Hello, I have a ticket with some Custom Fields. I wrote a scrip and i need to read the Custom Fields values, but i don't find the command. For example, if i have a CF myCF(combobox) with values ( red, orange, green), and user select a value ( red ) What command on my script i can use to get the selected value ? I look for something like that: $myColor = $myCF->getSelectedValue; now $myColor has 'red' Tanks best regards. Marco
|