Create a subform

To create a subform:

  1. Create a global list.

    1. Create a global list by clicking Tailoring > Tailoring Tools > Global Lists with the following parameters:

      No.

      Parameter

      Value

      Remarks

      1

      List Name

      SMQC Integration PM Project List

       

      2

      Regen Every

      1 00:00:00

       

      3

      Build List on Startup?

      Yes

      Check box

      4

      List Variable

      $G.qcintegration.problem.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.

    2. Save this global list and click Rebuild Global List in the options menu.
  2. Create a subform.

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

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

    No.

    Component

    Properties

    1

    Label

    Caption: Synchronize with QC:

    2

    Combo Box

    • Input: qcintegration.type
    • Value List: 0;1;
    • Display List: 0 - Not Synchronize;1 - Synchronize with QC Defect
    • Select Only: Yes
    • Read-Only Condition: [$qcint.type.readonly]

    3

    Label

    Caption: Defect ID:

    4

    Text

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

    5

    Label

    Caption: Server/Domain/Project:

    6

    Combo Box

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