Creating Display UI Map for an Approval Workflow Group

The system provides you with the ability to automatically generate a Display UI map, and associate it with the approval workflow group. Alternatively, you can create a Display UI map manually, and attach it to the approval workflow group.

Procedure

To create a Display UI map manually:

  1. Click the Admin link in the Application toolbar.
    A list appears.
  2. From the Admin menu, select U and then click UI Map.
    A sub-menu appears.
  3. Click the Search option from the UI Map sub-menu.
    The UI Map screen appears.
  4. In the Main tab, enter the name and description of the Display UI map.
    Note: The system uses the CM_​<Approval Workflow Group Code>_​AppTxn_​Display naming convention while automatically generating a Display UI map. Therefore, do not use this naming convention while creating a Display UI map manually.
  5. Select Complete HTML Document from the UI Map Type list.
  6. Click the Schema tab.
    The Schema tab appears.
  7. Add the following schema in the Scheme Editor zone:
    <schema>
    <<Business Object Name> type="group">
    <includeBO name="<Business Object Name>"/>
    </<Business Object Name>>
    </schema>
    In the above schema, you must replace <Business Object Name> with the name of the business object. For example, if you want to create a Display UI map for account, you must use the following schema:
    <schema>
    <account type="group">
    <includeBO name="Account"/>
    </account>
    </schema>
  8. Click the Save link in the Actions/Navigation area.
    The Display Only and Input Map buttons are enabled on the dashboard.
  9. Click the Display Only button.
    The HTML code is generated in the HTML Editor zone.
  10. Click the Save link in the Actions/Navigation area.
    The changes are saved.

Related Topics

For more information on... See...
How to define an approval workflow group Defining an Approval Workflow Group
How to edit an approval workflow group Editing an Approval Workflow Group