auto populate caller details when caller field changes but it was note populating can any one help
Client script: table is incident filed name is callerfunction onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } //Type appropriate comment here, and begin script below var ga= ne...