Adding web types to package templates

The changes you have made so far are only to the installed package. Next you must copy the web type to the package templates directory. You use the package template directory later by merging it when you create the process package. Doing so makes the custom web type available. For more information, see "Creating process packages."

Procedure

  1. Change the directory to your package template.

    For example: CHANGE_APP_HOME/WEB-INF/package_templates/dev_template

  2. Install the web type control file.
    1. Create a subdirectory structure for the control file under the dev_template directory.

      The subdirectory structure is like the following example:

      wsconfig\
          templates\
             pt\
               include\
                  attr_controls
    2. Copy the customized web type control file (base.CCM_LISTBOX_MULTILINE) from the directory

      CHANGE_APP_HOME/WEB-INF/packages/process_package_name/wsconfig/templates/pt/include/attr_controls

      to the new attr_controls directory.

  3. Generate a new process package using the new package template.
    1. In the Lifecycle Editor, click Create Package.
    2. To see the package template, click the Package Template list box and look for the new package template.
    3. Click Create.
    4. Uninstall the old process package and install the new one.
    5. Test the new web type to verify that your package template works as intended.

Feedback