Special Character Limitations

Lower case alphabet "x" is reserved for separating multi-part primary keys for OTM objects and should not be used as part of an object's domain name or ID (XID). As an example, a shipment stop object GID consists of a shipment GID and a stop number. They'd be concatenated with a delimiting character, "x”. An example of this concatenation is when a shipment stop GID would look like GUEST.ShipABCx1 where GUEST.ShipABC is the shipment GID and 1 is the stop number. Therefore, using the character "x" for object IDs should be avoided when using either DB.XML or CSV or any other export/import mechanism to prevent potential issues during the export of these records.