Previous Topic: Step 2: Create a Mutliframe Page and Assign the New Reports

Next Topic: Step 4: Create a Reports Tab Record and Assign the Start Page

Step 3: Create a Start Page for the Reports Tab

In Role Management, create a start page to call the multiframe web page created in Step 2.

To create a start page for the Reports tab

  1. From the Administration tab, navigate to Security and Role Management, Role Management, Web Forms.

    The Web Forms List page appears.

  2. Click Create New.

    The Create New Web Form page appears.

  3. Complete the following fields:
    Web Form Name

    Specifies a name that identifies the web form. This field is required.

    Example: start page

    Record Status

    Specifies active or inactive.

    Code

    Specifies a unique code value that identifies the web form to the system. After the code is defined, it cannot be changed.

    Example: start_page

    Type

    Specifies HTMPL.

    Description

    (Optional) Specifies a brief description of the web form.

    Resource

    Specifies the URL that calls the new report.

    Example: Select the Administrator Reports Multiframe record on the Web Form List page. Specify the URL that appears in this form. At the end of this path, specify the new multiframe page (report_mframe.htmpl).

    $cgi?SID=$SESSION.SID+FID=123+OP=DISPLAY_FORM+HTMPL=report_mframe.htmpl
    

    Click Save.

    The new start page record appears on the Web Form List page.