Accessing Incident - Additional Fields in a Custom Script
Good Day, I am attempting to access an Incident - Additional Field within a custom script as part of a Field & Forms Rule. Utilizing the Column Name for the two Additional Fields. However, the example below is not acquiring the data. All the referenced data exist withing the 2 additional fields. Any assistance would be greatly appreciated.
Mike
switch($CS.getText("UDF_CHAR1"))
{
case "Commissioners" :
$CS.setText("UDF_CHAR2","17 S 7TH ST RM 408, ALLENTOWN, PA 18101");
break;
case "District Attorney" :
$CS.setText("UDF_CHAR2","455 HAMILTON ST RM 307, ALLENTOWN, PA 18101");
break;
}
New to ADSelfService Plus?