Thanks!
Now I make rule like that:
if($CS.getText("WorkOrder_Fields_UDF_CHAR4")==="Kiev / Киев")
{
$CS.setText("SITE", "Kiev / Киев");
}
But it change the value only in this request.
Is there any way to change SITE permanently, but according to user's choice?