Overriding the logical ID at the mapping level

You can override the logical ID at the mapping levels for these scenarios:
  • The logical ID varies by document type
  • The mapping logic must determine the logical ID
  • You prefer the highest override control
  1. Open the Mapping Editor.
  2. Locate the mapping.
  3. Add logic to assign:
    setManifestInfo(ManifestConstants.MAP_ION_FROM_LOGICAL_ID, "validlogicalId");
  4. Save and publish the mapping