Goal Measurements: Exceptions and Adaptations

Let's look at the exceptions and adaptations for the Goal Measurements business object.

Exceptions

This table lists rules that can't be currently implemented for the Goal Measurements business object.

Rule

Rule Type

Actions Impacted

Sections Impacted

Fields Impacted

Comments

Defaulting values may not be possible

Business Object Defaulting

All

All

All

You can't default values

Adaptations

This table lists rules where you can vary the rule logic to achieve the result..

Rule

Rule Type

Actions Impacted

Sections Impacted

Fields Impacted

Comments

For any rule related to performance goals you need to add a mandatory condition GoalTypeCode='PERFORMANCE'

{

   The variable value goalMeasurementsRow = Goal Measurements.Current row
   The variable value goalRow = Get first row (goalMeasurementsRow.Get Goal)
   If
(
      goalRow.Goal Type In Performance
)
{
....
}
}

Field Modification, Field Validations

All

All

All

N/A