Goals: Exceptions and Adaptations

This topic lists the exceptions and adaptations for the Goals business object.

Exceptions

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

Rule

Rule Type

Actions Impacted

Sections Impacted

Fields Impacted

Comments

Defaulting values isn't possible

Business Object Defaulting

All

All

All

N/A

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 we need to add a mandatory condition GoalTypeCode='PERFORMANCE'

Rule Logic

{
   The variable value goalRow = Goals.Current row
   If
(
      Goals.Goal Type In Performance
)
...
} 

Field Modification, Field Validation

All

All

All

N/A