- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 06:55 AM
Hello,
Can we have reference qualifier for Document ID field so that only specific tables should be populated in 'Table Name' field in Select Document Window.
Thanks in Advance.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:32 AM
Hi Mangesh,
I understand. to filter that table you need to go to the dependent table name's dictionary entry and add the attribute tableChoicesScript that calls a script include function. See the dictionary entry for sys_dictionary.choice_table as an example.
It points to a script called DictionaryChoiceTables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:06 AM
I have Document ID type field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:17 AM
Hi Mangesh,
The document ID field needs a dependent field of type table name. The table name field has an attribute as described above.
I hope that made sense. There are plenty of document ID fields in the dictionary to use as examples that have dependencies on table fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:28 AM
In the very beginning I used dependent field but it shows all the tables, in Table name field of pop up window

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:32 AM
Hi Mangesh,
I understand. to filter that table you need to go to the dependent table name's dictionary entry and add the attribute tableChoicesScript that calls a script include function. See the dictionary entry for sys_dictionary.choice_table as an example.
It points to a script called DictionaryChoiceTables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 08:50 AM
Hi ctomasi,
Awesome...!!!!!!!!!!!!!!!!!
Worked, Big Thanks..!!!
Cheers