Using a Scorecard in Rules

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

folder.folder.scorecard.property

For Example:

int i = SalesFolder.StatsScorecard.numOrdersProperty;