Creating web types

Use this procedure to create web types.

Procedure

  1. Display the CR Process dialog box.
  2. On the CR Process subbutton bar, click Edit.

    The Edit CR Process Properties dialog box opens.

  3. Click the Web Types tab.
  4. 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.

  5. Set the web type properties.
    1. In the Name box, change _New_Web_Type_ to the name of the new web type (for this example, use CCM_LISTBOX_MULTILINE).
    2. 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.
  6. Click Update.
  7. Use the new web type.
    1. Click the Attributes tab.
    2. Set the web type for the severity attribute to the new web type (CCM_LISTBOX_MULTILINE).
    3. Click Update.
  8. Click Save As.
  9. Use the dev process default name, then click Save.
  10. 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.


Feedback