Configuration and Administration

glog.quote 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

Description

glog.quote.convertToOrder.orderManager

 

This property controls what manager is invoked when running the Convert to Order action from a quote. The default is the Order Release manager edit screen, but you can have the Freight Forwarding manager open instead.

There are two possible values for this property. The first one is the default and points to the Order Release manager.

glog.webserver.order.OrderReleaseManagementServlet?finder_set_gid =ORDER_RELEASE&manager_layout_gid=ORDER_RELEASE

If you want to open the Freight Forwarding manager instead, use the second value:

glog.webserver.order.fford.FFordManagementServlet?finder_set_gid =FREIGHT_FORWARDING&manager_layout_gid=FREIGHT_FORWARDING

This is a system level property and not domain specific.

glog.quote.locationType

 

When entering quote requests, this property allows you to enter the locations you can select. If this property is set, the quote request page displays location type fields and VIA location fields.

Entering an Origin Location Type and a Destination Location Type limits the location search to these specific types of locations. The default Location Type is Location Code for both the Origin and Destination.

Default: true

Related Topics