Use this procedure to create web types.
Procedure
- Display the CR Process dialog box.
- On the CR Process subbutton bar, click Edit.
The Edit CR Process Properties dialog box opens.
- Click the Web Types tab.
- On the Web Types tab, click Create.
A new web type named _New_Web_Type_ displays in the Web Types list and in the Name box.
- Set the web type properties.
- In the Name box, change _New_Web_Type_ to the name of the new web type (for this example, use CCM_LISTBOX_MULTILINE).
- In the Base Web Type list, click the web type to use as a basis for the new web type (for example, click CCM_LISTBOX to base CCM_LISTBOX_MULTILINE on that web type).
Note: Creating the web type in the GUI only creates a copy of the Base Web Type control file and gives it the name you specified. To customize the web type, you must edit the new control file manually.
- Click Update.
- Use the new web type.
- Click the Attributes tab.
- Set the web type for the severity attribute to the new web type (CCM_LISTBOX_MULTILINE).
- Click Update.
- Click Save As.
- Use the dev process default name, then click Save.
- Create the process package.
The process package contains a duplicate of the base web type control file, with the new name (for example, base.CCM_LISTBOX_MULTILINE), in the following directory:
CHANGE_APP_HOME/WEB-INF/packages/process_package_name/wsconfig/templates/pt/include/attr_controls
The new control file is always identical to the base control file. To make the new type available, you must edit the new control file, create a package template containing the edited file, and then merge the package template whenever you install the CR process.