Depending on the SCLM project definitions, it makes sense to add some action-enabled conditions to the SCLM model.
Micro Focus recommends that you define action-enabled conditions (Element Type: SCLM_ELE_Editable), as required. (The given values PROD and SOURCE below are sample values and have to be replaced by the values defined in the SCLM project definition.)
Relationship | Condition(s) |
---|---|
SCLM_ACT_CompareNext | The action should not be executable on the last group, for example:
Condition: SCLM_PROP_ELE_Group Equals not… PROD |
SCLM_ACT_DeleteMember | The action should not be executable on productive members, for example:
Condition: SCLM_PROP_ELE_Group Equals not… PROD |
SCLM_ACT_RemoteSyntaxCheck | The action should only be executable on program code, for example:
Condition: SCLM_PROP_ELE_Type Equals… SOURCE |
SCLM_ACT_GetVersionList | The action should only be executable on versioned members, for example:
Condition: SCLM_PROP_ELE_Group Equals… PROD |
SCLM_ACT_RetrieveVersion | The action should only be executable on versioned members, for example:
Condition: SCLM_PROP_ELE_Group Equals… PROD |
SCLM_ACT_Archgen | The action should only be executable on program code, for example:
Condition: SCLM_PROP_ELE_Type Equals… SOURCE |