Validation / Workflow Rules

Validation Rules: Overview

Validation rules verify that the data a user enters in a record meets the specified standards before the user can save the record. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value of True or False. Validation rules also include an error message to display to the user when the rule returns a True value due to an invalid value.

Disable Validation Rules

When you select the Disable validation rules checkbox during the dataloader job, all the validation rules of the Salesforce objects are deactivated, and the data is transferred from the source to the destination sandbox. Once the migration is complete, validation rules are activated automatically.

From ARM version 20.1 onwards, ARM lists all the validation rules set. The ARM user interface (UI) lists all the validation rules, and users must enable them for the disabled validation rules (if required).

Screen 1: Succeed Validation Rules

Screen 2: Failed Validation Rules

Workflow Rules: Overview

Workflow lets you automate standard internal procedures and processes to save time across your org. A workflow rule is the main container for a set of workflow instructions. These instructions can always be summed up in an if/then statement.

Disable Workflow rules

When you select the Disable workflow rules checkbox during the dataloader job, all the workflows of the Salesforce objects are deactivated, and the data is transferred from the source to the destination sandbox. Once the migration is complete, workflows are reactivated.

Similar to Disable validation rules, ARM has options to list the set workflow rules. The UI lists all the workflow rules, and users must enable them for the disabled workflow rules.

Screen 1: Succeed Validation Rules

Screen 2: Failed Validation Rules

Last updated