Configuration and Administration

glog.sku Properties

The following properties control whether stock keeping unit (SKU) related events are raised.

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set. For example, add glog.sku.publishDeprecatedSKUTopics=false to change how certain events are raised.

Property

New In Version

Description

glog.skuEvent.copyEventQuantitiesToSku

 

If an SKU event includes entries of quantities, the SKU quantity table can be updated accordingly. This property determines whether or not the table is automatically updated.

Default: true

glog.sku.totalsbucket.treelevel.max

 

This property determines number of levels of bucket hierarchy to be considered by the system. Oracle Transportation Management allows bucket hierarchies since a totals bucket is allowed to have a child which is against a totals bucket. Number of levels are considered either starting from parent bucket to an end instance bucket (top down) or from instance to a parent bucket (bottom up). In both cases while traversing the hierarchy, the system will not go beyond number of levels mentioned by this property.

This property affects the calculation of bucket counts and the displaying of bucket hierarchies. It is used when deciding on asset associations of a totals bucket.

Setting this property to a level above 5 can impact performance.

Default: 3

Related Topics