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:
- 
Click the Admin link in the Application toolbar.
A list appears.
 - 
From the Admin menu, select U and then click UI Map.
A sub-menu appears.
 - 
Click the Search option from the UI Map sub-menu.
The UI Map screen appears.
 - 
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_Displaynaming convention while automatically generating a Display UI map. Therefore, do not use this naming convention while creating a Display UI map manually. - Select Complete HTML Document from the UI Map Type list.
 - 
Click the Schema tab.
The Schema tab appears.
 - 
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> - 
Click the Save link in the Actions/Navigation area.
The Display Only and Input Map buttons are enabled on the dashboard.
 - 
Click the Display Only button.
The HTML code is generated in the HTML Editor zone.
 - 
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 | 
