Auto populate Country field
Hi All, I want a script to Auto Populate the country field based on the Requester field.I tried onchange client script, But Iam getting undefined as mapping. function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (newValue) { ...
