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. "partner_ID_name" must be replaced with the name of the specific partner.
  3. Save your changes.
  4. Save the mapping.
  5. Republish the mapping.
    The specified partner will show among the search results. Clicking on Show of the specific message will also show the partner ID in the unfiltered message manifest information.