How to drill down on a reffence field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 01:13 PM
Senario:
We have two department fields (Department & Sub-Department)
Department is the Parent of Sub-department.
The goal is to select Department and have the ability to select the sub-departments based on the the Parent field being the parent value
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 01:37 PM
@John H1Department & Sub-Department dependency can be configured through the "sys_choice.list" table:
……………………………………………………………………………………………………
Please Mark it helpful 👍and Accept Solution✔️!! If this helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 10:56 PM
Hi @John H1 ,
Just utilize a reference qualifier where you depend sub department based on department selection.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 11:13 PM
Hi @John H1 ,
If the Department and Sub-Department is a reference field, then configure the reference qualifier.
But if these fields are choice fields, then use the dependent value for the choice.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 06:19 AM
Thanks, what would that reference qualifier look like. I'm still learning this stuff.