Configuration and Administration

glog.timestamp Properties

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

Property

New In Version

Definition

glog.timestamp.excluded

19A

This property provides the application with a list of child records that can skip timestamp updates. This property supports multiple values, one per property. E.g.

  • glog.timestamp.excluded=glog.ejb.order.OrderReleaseLinePK

  • glog.timestamp.excluded=glog.ejb.claim.db.ClaimLineItemPK

Since the property requires knowledge of OTM primary key classes and allows for user overwrites of transaction data, please consult Support before adding or removing timestamp exclusions. This property is multi-valued so screens can properly handle multiple exclusions.

Related Topics