Create a subform

To create a subform:

  1. Create a global list by clicking Tailoring > Tailoring Tools > Global Lists on Service Manager; or clicking Utilities > Tools > Global Lists on ServiceCenter) with the following parameters:

    No.

    Parameter

    Value

    Remarks

    1

    List Name

    SMQC Integration CM Project List

     

    2

    Regen Every

    1 00:00:00

     

    3

    Build List on Startup?

    Yes

    Check box

    4

    List Variable

    $G.qcintegration.change.project

     

    5

    User Defined List?

    Yes

    Check box

    6

    Value List

    {"server1/domain1/project1", "server2/domain2/project2"}

    Change to the values for your system.

    Note No spaces between slashes.

    Save this global list and click Rebuild Global List in the Options menu.

  2. Click Tailoring > Forms Designer on Service Manager; or click Toolkit > Forms Designeron ServiceCenter to create the cm3r.qcint.subform subform with the following components:

    Note Click No when the system message “Do you want to use Form Wizard?” appears.

    Component

    Properties

    Label

    Caption: Forward to QC:

    Combo Box

    • Input: qcintegration.type
    • Value List: 0;1;2
    • Display List:
      0 - Not Forward;1 - Forward as Requirement;2 - Forward as Defect
    • Select Only: Yes
    • Read-Only Condition: [$qcint.type.readonly]

    Label

    Caption: Def/Req ID:

    Text

    • Input: qcintegration.id
    • Read-Only: Yes

    Label

    Caption: Server/Domain/Project:

    Combo Box

    • Input: qcintegration.project
    • Value List: $G.qcintegration.change.project
    • Read-Only Condition: [$qcint.project.readonly]
    • Mandatory Condition: [qcintegration.type]>0