|
In addition to the above property, you can further limit the number of records returned for a particular query object. This is done with a property prefix of glog.droplist.limit.<query_name>.
For example to limit the number of records returned for the Transport Mode Query, the entry would be glog.droplist.limit.glog.server.query.powerdata.TransportModeQuery=5.
Here are some more examples:
If glog.droplist.limit.max=500 and glog.droplist.limit.glog.server.query.order.OrderReleaseRefnumQualQuery=100, then in the order release finder and manager, a maximum of 100 Reference Number Qualifiers are listed in the drop-down lists. But in the item manager, 500 Reference Number Qualifiers are listed in the drop-down list.
|