- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 04:21 AM
Hi,
i want to add a Reference Qualifier to a field, which has type "table_name", but apparently I can't do it for some reason.
Basically I'd like to list only those tables, which are extensions of "task".
Is anyone has experience w this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 10:15 AM
Hi Matyas,
You can list only Task extended table in field has type table-name as follows step-
- Navigate to Configure dictionary of table-name type field
- Create new attribute as
Attribute- Base-table and Value- task
Refer image for details-
image 1
image 2
image 3
If you have any query feel free to ask.
Please mark as Correct Answer/Helpful, if applicable.
Regards,
Sangeeta Choudhary.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 04:56 AM
This should do it if you are look at all tables table.
super_class=02d4fc456f3203008a470f1aea3ee41d

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 10:15 AM
Hi Matyas,
You can list only Task extended table in field has type table-name as follows step-
- Navigate to Configure dictionary of table-name type field
- Create new attribute as
Attribute- Base-table and Value- task
Refer image for details-
image 1
image 2
image 3
If you have any query feel free to ask.
Please mark as Correct Answer/Helpful, if applicable.
Regards,
Sangeeta Choudhary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 06:59 AM
I have a related question, I would like to limit the selection to just three tables in the selection:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 08:18 AM
Hello @Jules Edwards , you can choose dictionary attribute "Table choices script" & in the value field write a name of script include.
in this script include you must have a function of name process that has return type an array of string ( table names you want to view)
Check below images this is what worked for me: