Implement a reference field to the child table with filtered data

Lucas Henrique
Tera Contributor

Hi all,

I would like to implement a reference field from the parent table to the child one, but it should only display filtered data. As we are not able to configure this inherited field by Dictionary, I've tried to get this done by Form Design, but with no results.

Any ideas how can I achieve this?

Thank you very much!

1 ACCEPTED SOLUTION

Swapna Abburi
Mega Sage
Mega Sage

@Lucas Henrique  

You may create Dictionary override on the parent table field. 

Example: If you want to display filtered data in Assignment group reference field on Incident form, then you can create a Dictionary Overrides entry for Assignment group field.

SwapnaAbburi_0-1672420505501.png

SwapnaAbburi_1-1672420726226.png

 

 

 

View solution in original post

2 REPLIES 2

Swapna Abburi
Mega Sage
Mega Sage

@Lucas Henrique  

You may create Dictionary override on the parent table field. 

Example: If you want to display filtered data in Assignment group reference field on Incident form, then you can create a Dictionary Overrides entry for Assignment group field.

SwapnaAbburi_0-1672420505501.png

SwapnaAbburi_1-1672420726226.png

 

 

 

Thanks a lot, @Swapna Abburi !!