Configuring the Status Icons for the Contract Requirement Type in the Traceable Requirements Tables

You can configure the status icons to display for the Contract Requirement type in Traceable Requirements tables.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To define the associated icon to display for the Propose state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Propose = ../requirements/images/iconStatusRed.gif

    2. Set the value for this property depending on your business requirements.
  3. To define the associated icon to display for the Approve state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Approve = ../requirements/images/iconStatusYellow.gif

    2. Set the value for this property depending on your business requirements.
  4. To define the associated icon to display for the Validate state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Validate = ../requirements/images/iconStatusValidated.gif

    2. Set the value for this property depending on your business requirements.
  5. To define the associated icon to display for the Review state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Review = ../requirements/images/iconStatusReviewed.gif

    2. Set the value for this property depending on your business requirements.
  6. To define the associated icon to display for the Release state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Release = ../requirements/images/iconStatusGreen.gif

    2. Set the value for this property depending on your business requirements.
  7. To define the associated icon to display for the Obsolete state of the contract requirement type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.LCStatusImage.policy_ContractRequirement.state_Obsolete = ../requirements/images/iconStatusRejected.gif

    2. Set the value for this property depending on your business requirements.
  8. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxAnDPMAccelerator.properties page object. For more information, see Editing Properties Using MQL.