Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 07:29 AM
Hi
Try this ;-
function onChange(control, oldValue, newValue, isLoading) {
if (newValue == '') {
return;
}
var caller = g_form.getReference('new_hire_name', setLocation);
}
function setLocation(caller_id) {
if (caller_id)
g_form.setValue('location_1', caller_id.location);
}
Try this.