Case Sensitive Data

Transportation and Global Trade Management Cloud provides functionality to automatically change text to upper case when processing the inbound XML. You can enable the functionality by setting the following property:

glog.integration.enableCaseChange=true

If there are some elements that you do not want to change, you can set the glog.integration.casechange.element property for those elements. Valid values are element names. For example, to prohibit the ArgName and ArgValue values from changing, you would define the following:

glog.integration.casechange.element=ArgName

glog.integration.casechange.element=ArgValue