Configuration and Administration

glog.notify Properties

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

These properties are used to construct links to the managers in notification emails or FTP. This is just a sampling of the properties.

Note: The following properties are used by the Oracle Transportation Management notification system. Changes to these properties should not be made without direction from Support.

Property

New in Version

Definition

glog.notify.dataquery.servlet.ROUTE TEMPLATE

 

glog.webserver.routeexecution.RouteTemplateManagerServlet

This needs to be set if sending email notification from the route template.

glog.notify.encoding.text/plain

 

This is used to define the encoding used to create the outgoing fax.

glog.notify.includeDataChange

 

This option excludes the section of data changes in email/fax/message center messages for lifetime events. When set to "true", the section is included. If "false", the section is excluded. The default is "true".

glog.notify.includeOBInvPartiesForOrderRelease

 

Specifies whether involved parties should be included in an order release notification, default to false,

glog.notify.includeObjectRefnum

 

Specifies whether reference numbers are added to a lifetime notification. Default: true.

glog.notify.localizeStylesheet

 

This is used to enable the use of stylesheets based on the Language and Country defined in the User Preferences. For example, for the contact, the Language is set to Spanish, the Country is set to Mexico and the stylesheet then would be used for faxing is DefaultOrderEventText.xsl then the file DefaultOrderEventText_es_MX.xsl would be used instead.

Default: true

glog.notify.report.maxPdfSize

 

Specifies the maximum file size (in bytes) of a PDF report that will be accepted (default 32768) for an email or fax notification delivery; only relevant if report security level is 2 (property glog.notify.report.security).

glog.notify.report.security

 

This property determines report security if security is not set in the report. See the report topic for security details. If both are set, the report setting takes precedence.

The default is 3. Other options include:

1: Data Secure. Embed a servlet link into the email to view the report after logging into the system.

2: Attachment. The report content is added as a MIME attachment to the email.

3: Web Pipe. Embed a servlet link into the email to view the report, without any security prompting.

4. Direct Link to Report Server. This is deprecated for 6.1. If chosen, report content will show an error.

glog.notify.shipmentOwners

 

Specifies whether orders affected by a modified shipment are published for processing. Default: true.

glog.notify.supportsSubjectTags

 

This property must be set to true to enable XML macro substitution.

glog.notify.xmlNotify.tenderOffer.applyUserUomPref

 

Applies contact UOM preferences to the TenderOffer when sending an XML integration via HTTP Post, FTP, QUEUE, and SERVICE. Set the property to TRUE to enable this functionality.

There is overhead in using the functionality as the XML has to first be retrieved from the database before applying the preferences and saving back to the database.

Related Topics