Configuration and Administration

glog.ui Properties

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

Page

Field

Agent Header

Event

Transactional Events (from Event Management)

Subject

Order Template (Purchase Order)

Enter Pickup Location

Enter Delivery Location

Order Template (Order Release)

Enter Pickup Location

Enter Delivery Location

Shipping Agent Contacts

Shipping Agent ID

Agent Contact ID

Job Details

Job ID

Additional Services (Freight Forwarding

Inspection Company

Survey Company

Issuing Bank

Advising Bank

Confirming Bank

Edit Line Item

Source Location ID

Destination Location ID

Plan From Location ID

Plan To Location ID

Edit Ship Unit

(same fields as Edit Line Item)

Order Base Line

(same fields as Edit Line Item)

Order Base Ship Unit

(same fields as Edit Line Item)

Bid

Bid Round ID

Identification Tab (Quote)

Bill To Party

Shipper

Consignee

Quote Requester

Edit Detail (Quote - Shipping Details)

Service Provider ID

Rate Record ID

Rate Header

Service Provider ID

Rate Record

Source Region

Destination Region

Edit Milestone (Milestone Template)

Event

Edit Milestone (Milestone Monitor)

Event

Financials

Insured By

Create Spot Rate

Service Provider ID

Logistics Guide

Logistics Guide ID

View Results (System Logs)

Domain (when mode is cluster)

Properties servlet

Main page and sub-pages

Tracking Event Manager

Quick Code

Query Update

 

Location finder

 

 

Property

New in Version

Description

glog.ui.actions.initiallyExpanded.maxCount

6.0

This controls whether an actions menu is expanded upon opening. When the number of actions on the action menu (this does not include the menu group item) is less than or equal to this number, all of the menu groups on the menu are initially expanded. Otherwise, they are collapsed. State of the menu is still not remembered on subsequent launches of the action menu when remaining on the same page.

This property is overridden by the Display Expanded check box on the Actions tab of the Screen Set Manager.

Default: 15

glog.ui.autocomplete

 

This enables or disables auto-complete for pick lists and favorites functionality. The valid values are true and false. It must be set to True for auto-complete to be enabled.

This property applies to refreshed pages (search pages and managers) and Rate Maintenance, Landed Cost, and Workbench search pages.

Default: true

glog.ui.autocomplete.start

 

This determines at what character auto-complete begins to return records. So as you enter the third character for the pick list, records begin to be returned. This is dependent on the setting of the glog.ui.autocomplete.limit property.

This property applies to refreshed pages (search pages and managers) and Rate Maintenance, Landed Cost, and Workbench search pages.

Default: 3

glog.ui.autocomplete.limit

 

This determines how many records can be returned for auto-complete. If the result for a record is larger than this setting, the results are not returned.

This property applies to refreshed pages (search pages and managers) and Rate Maintenance, Landed Cost, and Workbench search pages.

Default: 10

glog.ui.dockmanager.defaultcellwidth

5.5 CU5

Controls the default width of empty cells on the dock manager.

Default: 100

glog.ui.dockmanager.resourceGridHeight

5.5 CU5

Controls the height of the resource table on the dock manager.

glog.ui.dockmanager.unscheduledGridHeight

5.5 CU5

Controls the height of the unscheduled appointments table on the dock manager.

glog.ui.jstranslator.maxage

22.2

To improve performance, set this property to use cached information until the maximum age is up and then the cache is cleared. The JSTranslatorServlet is used in many places throughout the system including on each tab of the object Finders. For example, if this property is set and you click on any Finder tab, only the inital load takes some time but the information is cached. Now when you click that tab again, the cached information is used until the maxium age occurs and then the cache is cleared.

Default: 28800 (which is 8 hours)

     

glog.ui.messageCenter.refresh

5.5 CU4

This determines the dynamic refresh rate for the number of unread and total messages in the message center. This is in seconds. If set to zero, the count will not be updated dynamically; instead you need to click the Message Center icon to view new messages. This property does not need a restart when modified.

If set to 0, the message center does not refresh dynamically.

Default: 0

Important Note: To avoid severe performance impact, set property to 60 seconds or greater.

Note: The user's session will not time out in the following situations:

If the message center refresh is set.

If you leave the business monitor open and it is set to auto refresh.

glog.ui.query.extractBindVariables.useNewRegex

6.3

Changes the finder search processing, when set to True, to be more efficient in case of performance problems.

Default: true

glog.ui.savedQueryParameter

5.5 CU5

Controls the symbol which represents a parameter when defining parameterized SQL saved queries.

glog.ui.userListSavedQueryParameters

5.5 CU5

The value of this property is a comma-separated list of Oracle Transportation Management User IDs. If this property is specified then only the users listed are allowed to use this feature. If the property is blank (default) then all users are allowed to use this feature. The definition of the parameter is controlled using the glog.ui.savedQueryParameter property.

Note: This property does not display in the properties servlet by default. It must be added manually.

glog.ui.useSavedQueryParameters

5.5 CU5

If this property is set to True, every non-finder ("Use in Finder" = N) based saved query is evaluated to see if it has one or more embedded parameters. The embedded parameters act as variables that must be valued every time the saved query is run. The use of such variables enables the same saved query to be used by multiple people who each have a few slightly different parameters for their queries. The glog.ui.userListSavedQueryParameters property controls who can run such saved queries.

Default: false

glog.ui.validateXid.suppress.<table>

22A

Allows you to turn off the suppression of restricted characters on a table-by-table basis. For example, to remove restricted character suppression on the route_code table, add the property as glog.ui.validateXid.suppress.route_code=true.

Note: When updating via the UI, you must suppress both the ITEM and PACKAGED ITEM tables.

glog.ui.validXIDPattern

 

This is used on several pages to specify the correct format for the XID value. It is not used widely across the system.

Related Topics