Display field options based on other field value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 07:48 PM
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.
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 01:38 AM
Hi @ss123 You can use similar way as in the below post you can achieve it
Cheers, hope that helps /Eswar
*** Please mark as "Correct" or "Helpful" as appropriate ***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 01:43 AM
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.
Aman Kumar