What does the dictionary attribute of Reference field to a Group Table means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 03:07 PM - edited 02-12-2024 07:28 PM
In a Custom Table the dictionary attribute of Reference field (Group) to Group Table is as below:-
"mtmquerygenerator=com.glide.misc.ScriptedListGenerator"
What is the use of above dictionary attributes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:48 PM
Please update this thread with clear and detailed information of your configuration\process\problem, so that the community can better understand and assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 08:32 PM
The attribute you mentioned in the dictionary for a Reference field ("mtmquerygenerator=com.glide.misc.ScriptedListGenerator") indicates the usage of a script-based list generator for the field. This configuration suggests that a script is used to dynamically generate the list of options for the Reference field based on some criteria or conditions.
In this case, the com.glide.misc.ScriptedListGenerator is a class that is responsible for dynamically generating the list of options for the reference field. The script likely contains logic to query and filter the available options from the referenced Group table based on specific conditions.
Please mark my answer correct/Helpful, if it helps you.Thanks