Need help, for the dependent reference field in UI Page

fgh1
Tera Contributor

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

fgh1_0-1701680206250.png

 

@Ankur 

 

 

1 REPLY 1

Marco0o1
Tera Sage

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.