AssignedScorecardState

Description

Package: com.ibm.rpm.scorecard.containers

Extends: RPMObject

The balanced scorecard is a management tool that provides visibility on the evolution of the business and project/Assets/Scope goals and the performance of the business strategy used. The implementation of the balanced scorecard for the project/portfolio management enables the identification and monitoring of all critical elements that affect the achievement of the business objectives. The scorecard can be assigned to Projects, Scope and Assets.

A scorecard is created in administration under a ScorecardFolder. Assigning a Scorecard to Projects, Scope or Assets creates an AssignedScorecard that can then be used to assign values.

Each AssignedScorecard contains assigned scorecard categories. Each AssignedScorecardCategory contains in turn assigned scorecard questions that contain assigned scorecard answers.

Usage

AssignedScorecardState is attached to AssignedScorecard and designates the state of the AssignedScorecard. This object is read from the database and can not be initiated. All operations must be done on AssignedScorecard and not directly on this object.

This object has no parent.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. AssignedScorecardState Field Description
Field Detail
published

Type: boolean

Default value: false

Description: Indicates whether the scorecard has been published. The scorecard is published through the method publishScorecard in the Application interface (API) and not by modifiyng this field.

This field is read-only.

Field validation description: N/A

Additional field security restrictions: N/A

active

Type: boolean

Default value: false

Description: Defines whether the assignedScorecard is active for portfolio analysis or not.

Field validation description: true/false

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects