Adding a Scorecard

Configuring a scorecard is similar to configuring a concept, except that scorecards do not have relationships. Scorecards, therefore, have none of the properties used for setting up relationships. Scorecard properties can be of any primitive type.

See Concept Resource Reference for details about scorecard properties

Procedure

  1. In TIBCO BusinessEvents Studio Explorer, right-click the folder where you want to store the scorecard and select New > Scorecard. You see the New Scorecard Wizard.
  2. Type in the values for the Scorecard Name and Description fields.
    Note: You cannot change the name in the editor. To change the name of any project element, right-click the element in TIBCO BusinessEvents Studio Explorer and select Refactor > Rename.
  3. Click Finish.
  4. In the Scorecard editor, add and configure properties as explained in Concept Resource Reference.
  5. Save the resource.
    Note: The ability to add metadata groups and properties is provided for customization purposes and is not documented.

What to do next

After configuring a scorecard resource, use rules to gather the information you need in the scorecard. To access the scorecard in a rule, use the following syntax:

folder.folder.scorecard.property

For Example:

int i = SalesFolder.StatsScorecard.numOrdersProperty;