Display field options based on other field value

ss123
Tera Contributor

Hi!

 

Would like to know how can we display options based on other field value in the Portal. Note that these 2 fields are reference from the same table.

 

Global Practice Group [Reference table: u_practice_group]

AOL [Reference table: u_practice_group]

 

For example:

Global Practice Group = Option A

AOL options should be = Option A1 , Option A2, Option A3

If

Global Practice Group = Option B

AOL options should be = Option B1 , Option B2, Option B3

 

Hope you can advise. Thanks.

2 REPLIES 2

Eswar Chappa
Mega Sage
Mega Sage

Hi @ss123 You can use similar way as in the below post you can achieve it

 

https://www.servicenow.com/community/employee-center-forum/onload-based-on-company-need-to-hide-choi...

 

Cheers, hope that helps  /Eswar

*** Please mark as "Correct" or "Helpful" as appropriate ***

Aman Kumar S
Kilo Patron

You can have a advanced reference qualifier in place and based on the selection made on the form, glide thorugh the table and find corresponding AOLs and push in the array and return, this will result in filtering of the record.

 

Best Regards
Aman Kumar