Configuration and Administration

gtm.transactionLine 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

Description

gtm.transactionLine.calculateChildLineQuantityAndValue 25A

When child transaction lines are created by assigning an item structure, if this property is set to true, the quantity/value is calculated based on the quantity/value of the parent transaction lines.

The calculation is done as follows:

  • For quantity:
    • Quantity on Child Line of a Structure Component = (Quantity on Parent Line / Quantity in Structure Header) * Quantity on Structure Component
  • For value:
    • Value on Child Line of a Structure Component = (Quantity on Parent Line / Quantity in Structure Header) * Value on Structure Component

Default: false

gtm.transactionLine.flexFieldforItemStructure

22A

This property is used to provide the flex field attribute which will be used to identify the item structure GID to be considered during the Qualify for Trade Agreement action on a trade transaction line.

Default: attribute1

Related Topics