Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to restrict data in reference field dynamically

anjali viswanad
Tera Contributor

Hi,

I want to restrict caller filed based on location field value on catalog form.

for example, if I select india location I want only indian users populate in reference filed.

Can anyone help me out.

 

Thanks

7 REPLIES 7

@anjali viswanad  - please share the screenshots of your configuration and variables

anjali viswanad
Tera Contributor
 

Manmohan K
Tera Sage

Hi @anjali viswanad 

 

Check with below reference qualifier

javascript: 'location='+current.variables.u_location;