We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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;