Need help, for the dependent reference field in UI Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 01:00 AM
I have 2 reference field jira_project & jira issue type. both are in different tables resp UI page.
If I click on particular jira project respective issue type must be shown only.
It is showing me all issue type of project. I want only particular of selected project only.
I am using GlideDialogWindow for modal form creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 09:15 AM
Hi @fgh1 ,
I imagine in the Issue type you have a field that is referenced to the JIRA Project table that connect both tables. if you have your modal created from a UI action in in your modal you will traspass the Reference from one field to the other to only return your desired values. If you want to provided more help if better to know how you build your modal (in the action or import from a ui page).
Hope that help you.