Customizing message partner IDs

You can set the partner name using the IEC Mapper. This function requires you to use the setManifestInfo (ManifestConstants.MAP_PARTNER, "partner_ID_name"). Follow these steps to search messages and display results from a specific partner ID.

  1. Double-click a mapping to open it in the Mapper Editor.
  2. Add setManifestInfo (ManifestConstants.MAP_PARTNER, "partner_ID_name") in the code where applicable. You must replace "partner_ID_name" with the name of the specific partner.
  3. Save your changes.
  4. Save the mapping.
  5. Republish the mapping.
    The specified partner shows in the search results. Clicking on Show of the specific message also shows the partner ID in the unfiltered message manifest information.