How to Dynamically Filter Reference Field Options in App Engine Studio?

faisalkazmi
Tera Contributor

Hi community,

I’m working on a custom application using App Engine Studio in ServiceNow Tokyo release, and I’m trying to dynamically filter the options shown in a reference field based on a value selected in another field 

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@faisalkazmi 

if it's a reference field then you can use advanced ref qualifier on the 2nd field.

what did you start with and where are you stuck?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

Thanks for the quick response!

Yes, it is a reference field, and I’ll try using the advanced reference qualifier as you suggested. I started by creating two fields in my custom table – one for the category and one for the item. I want the item reference field to only show values related to the selected category. I was a bit stuck on how to make that dynamic in App Engine Studio, but your guidance definitely points me in the right direction.

Appreciate your help! I’ll mark your response as correct once I’ve tested it.

Best regards,

@faisalkazmi 

Glad to help.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader