Adding fields to IDM XML

You must add the field manually to the IDM XML, which is used to modify an IDM template.
  1. Download the sample IDM XML file. For details, see IDM templates reference information.
    To generate IDM XML file for Purchase Order, see Generating IDM XML file for Purchase Order.
  2. Open the IDM XML in your editor.
  3. Locate the section where to want to add the new XML tag.
  4. Insert the label of the new field using these sample format:
    • Sample LPL code:
      <CurrencyCode.Description
                label is "CurrencyDescription"
    • Sample XML tag:
      <CurrencyDescription> United States Dollars <CurrencyDescription>

    .

  5. Click Save.
    You can now use the IDM XML when editing the IDM template. For more details, see Creating and modifying IDM templates.