Configuration and Administration

glog.report Properties

To control the behavior of Global Trade Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Definition

glog.report.dynamicPickList.limit

19B

This property determines the number of results returned when manually entering a query or saved query as input on a report, and you selected a parameter type of "Finder (List Only)". The default is 1000.

glog.report.dynamicQuery.limit

18C

This property determines the number of results returned when manually entering a query or saved query as input on a report, and you selected a parameter type of "Dynamic List". The default is 100.

glog.report.reportCallbacks.AES_FILING

glog.report.reportCallbacks.DECLARATION_CCI

glog.report.reportCallbacks.TRANSACTION_CCI

6.4.3

These properties are used to define a report-specific callback class for each report for reading additional report parameters.

Default:

  • gtm.server.agent.business.transaction.AESFilingReportCallback
  • gtm.server.agent.business.transaction.CustomCommercialInvoiceReportCallBack

glog.reports.useReportAddlParams

6.4.3

This property determines whether the values required for generating the Automated Export System (AES) filing report and Customs Commercial Invoice (CCI) report are to be read from the report additional parameters configured on the Reports page. When the value is "true", the values required for reports are read from report additional parameters grid.

When the value is "false", then report generating configurations will be taken from the AES properties.

The default is "false".

Note: The AES properties are deprecated as of 6.4.3 release and will be removed in a later release. It is recommended that you set up the report additional parameters on the Reports page for generating the AES reports.

Related Topics