I'm trying to set scenario on incident form. I want to fill up field SITE for all users from additional field.
Additional field is a drop-down list, so I trying to recieve Value, not Text.
var x=$CS.getValue("WorkOrder_Fields_UDF_CHAR4");
$CS.setValue("SITE", x );