- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 05:54 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 09:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 09:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 03:56 AM
Thanks a lot, @Swapna Abburi !!