What does the dictionary attribute of Reference field to a Group Table means?

VIKAS45
Tera Guru

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?

 

 

2 REPLIES 2

Bert_c1
Kilo Patron

Please update this thread with clear and detailed information of your configuration\process\problem, so that the community can better understand and assist.

Maddysunil
Kilo Sage

@VIKAS45 

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