Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Amp Impact has four workflow rules on Result__c object, each of which are associated with at least one field update workflow action:

Note

The following workflow rules have been deprecated Kalausi Release onwards. They have been replaced by Flows. You can find more information about the replaced flows here. Due to a Salesforce limitation these will be available in orgs installing Kalausi (v1.34) or a version after that, but will be marked deactivated.

Please refer to the Upgrade Instructions if you’re upgrading to Kalausi from a previous release..

Workflow Rule Name

Description

Workflow Action(s)

Result values are created

Checks whether the result values on a result record are being populated for the first time

  • Update ampi__Result_Created_Date__c

  • Update ampi__Result_Last_Modified_Date__c

Result values are edited

Checks whether the result values on a result record have been modified

  • Update ampi__Result_Last_Modified_Date__c

Target values are created

Checks whether the target values on a result record are being populated for the first time

  • Update ampi__Target_Created_Date__c

  • Update ampi__Target_Last_Modified_Date__c

Target values are edited

Checks whether the target values on a result record have been modified

  • Update ampi__Target_Last_Modified_Date__c

...