Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Workflow Rules

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

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

These workflow rules and actions are Active on installation of the managed package. They can be deactivated if your organization does not wish to use them. To do so, go to the Setup Quick Search box, and search for “Workflow Rules”. Click “Deactivate” next to any Workflow Rules that your organization does not want to use.


  • No labels