Configuration and Administration

glog.otm 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.otm.yard.defaultRowLabelPrefix

 

When you have not defined row labels on the location, this property provides default prefixes for the rows in the yard.

Default: Row

glog.otm.yard.defaultSlotLabelPrefix

 

When you have not defined column labels on the location, this property provides default prefixes for the columns in the yard.

Default: Slot

glog.otm.yard.detentionTimeWarningRanges

 

This property defines the warning levels for excessive detention time for shipments in a yard. The format is two comma-separated numbers. For example, 4,8 indicates that after 4 hours the shipment in the yard would be displayed as yellow, and after 8 hours it would appear in red. Anything less than 4 would be green.

glog.otm.yard.displayText.format

 

When you use the objectRefnum variable in the glog.otm.yard.displayText.shipmentRefnumQual property, this property defines the reference number qualifier for the reference number.

Default: GLOG

glog.otm.yard.displayText.shipmentRefnumQual

 

This property configures the text that appears in the shipment fields on the Yard page. Use the following values within {} separated by colons. For example: {objectXid}:{equipmentInitialNumber}:{detentionTime} displays as the shipment XID, the shipment equipment initial number, and the detention time.

Valid values:

  • objectRefnum: The default value. The reference number as defined by the glog.otm.yard.displayText.format property.
  • equipmentInitialNumber: The initial number of one of the equipment on the shipment.
  • detentionTime: The detention time in days, hours, and minutes.
  • objectGid: The shipment GID.
  • objectXid: The shipment XID.

glog.otmdiag.log

 

This property is part of a control to determine if diagnostics is used. Diagnostics allows you to view detailed diagnostics of certain planning actions such as Build Shipments.

This property must be set to On (it is on (true) by default) and either your current session (accessed via Settings and Actions page) or the diagnostic user preferences must be set to On to allow diagnostics.

Note: This property must be on for diagnostics to occur. If not On, even if the user preference or session setting is enabled, diagnostics is disabled.

Related Topics