Configuration and Administration

gtm.itm Properties

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

Property

New in Version

Description

gtm.itm.acknowledgement   This property identifies the stylesheet to be used to transform the Acknoledgement XML to an external format.

gtm.itm.use.stylesheetcontent.table

6.4.1

By default, the stylesheets required to transform EBS XMLs to GTM XMLs are looked up in the file system. This property will enable you to toggle the stylesheets between the file system and the stylesheet_content table.

The default value of the property is "false" because of which the stylesheets are looked up from the file system. The value of the property should be changed to "true" to use the stylesheets from the stylesheet_content table.

Following are the properties, with their default values, which take the file path:

  • gtm.itm.defaultEBSinstance.ITEM_SYNC=gtm/itm/ItemSync.xsl
  • gtm.itm.defaultEBSinstance.PARTY_SYNC=gtm/itm/PartySync.xsl
  • gtm.itm.defaultEBSinstance.SHIPMENT_COMPLIIANCE=gtm/itm/ShipmentSync.xsl
  • gtm.itm.defaultEBSinstance.ORDER_COMPLIANCE=gtm/itm/OrderSync.xsl

When the property is set to "true", the default values with the stylesheet_content IDs should be as follows:

  • gtm.itm.defaultEBSinstance.ITEM_SYNC=DEFAULT_ITEM_SYNC_STYLESHEET
  • gtm.itm.defaultEBSinstance.PARTY_SYNC=DEFAULT_PARTY_SYNC_STYLESHEET
  • gtm.itm.defaultEBSinstance.SHIPMENT_COMPLIIANCE=DEFAULT_SHIPMENT_COMPLIANCE_STYLESHEET
  • gtm.itm.defaultEBSinstance.ORDER_COMPLIANCE=DEFAULT_ORDER_COMPLIANCE_STYLESHEET

Related Topics