As with all AWM models you need to specify the properties that represent the object attributes of the modeled system. You need to create the following properties:
This opens the Enter Object ID dialog box.
This opens the Edit Properties dialog box.
Property | Type | Label |
---|---|---|
TUTORIAL_PROP_ELE_TicketNumber | Numeric | Ticket Number |
TUTORIAL_PROP_ELE_Raiser | String | Raiser |
TUTORIAL_PROP_OSCommandString | String | Command |
TUTORIAL_PROP_ELE_Description | String | Description |
TUTORIAL_PROP_STATIC_IssueFilter | String | Issue |
These two properties are different from the ones already specified because they are of type SelectValue. These properties are used to restrict the values for the properties to a specified list. The Label Keys are the values displayed in the selection list. The Value Keys are the values passed to a tool when the corresponding label is selected in the list.
Property | Type | Label | Label Keys | Value Keys | Default Value |
---|---|---|---|---|---|
TUTORIAL_PROP_ELE_Status | SelectValue | Status | Open, In_progress, Resolved, Closed | 0, 1, 2, 3 | |
TUTORIAL_PROP_ELE_Priority | SelectValue | Priority | Low, Medium, High, Urgent | 0, 1, 2, 3 | * |
To add the label keys for the TUTORIAL_PROP_ELE_Status property:
This opens the Label Keys dialog box.
To add the value keys for the TUTORIAL_PROP_ELE_Status property:
This opens the Value Keys dialog box.
Repeat the above for the label and value keys for the TUTORIAL_PROP_ELE_Priority property.