Create a subform

To create a subform:

  1. Create a global list.

    1. Click Tailoring > Tailoring Tools to create a global list 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 Do not include any spaces between slashes.

    2. Save this global list and click Rebuild Global List from the Options menu.
  2. Click Tailoring > Forms Designer 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

    7

    Label

    Caption: Created from:

    8

    Text

    Input: qcintegration.project

    Read-Only: Yes