Goal Tasks: Exceptions and Adaptations

This topic lists the exceptions and adaptations for the Goal Tasks business object.

Exceptions

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

Rule

Rule Type

Actions Impacted

Sections Impacted

Fields Impacted

Comments

Default 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 tasksRow = Goal Tasks.Current row
   The variable value goalRow = Get first row (tasksRow.Get Goal)
   If
(
      goalRow.Goal Type In Performance
)
{
...
}
}

Business Object Field Modification, Business Object Field Validation

All

All

All

N/A