Setting the document name in a mapping

You can set the document name in a mapping to have a direct control at the mapping level. This process is applicable for these scenarios:
  • The document name must differ based on mapping logic
  • You prefer the highest available override
  • The document name should come from the payload, a constant, or calculated logic
  1. Open the mapping for the outbound message.
  2. Add a mapping step or function to assign a value to map:ionDocumentName.
    Source value can be a constant such as Sync.Customer, a derived field, or logic-per-dcoument-type.

    For example, specify Sync.Customer in the map:ionDocumentName field so that Sync.Customer is used as the outbound document name in IMS Out.

  3. Save and deploy the mapping.