Learn how to enable the Ignore Validation Rule in your Vault.

About the Feature

With the 22R1 release, Safety supports the Ignore Validation Rule feature which allows you to ignore a validation result evaluated as a fail or warning for a Case or Transmission.

After you have configured this feature, see Ignore Validation Results for more information.

Create the Ignore Validation Result Workflow

To create the Ignore Validation Result object workflow:

  1. Navigate to Admin > Configuration > Workflows and create an object workflow with the following settings:
    • Label: Ignore Validation Result
    • Name: ignore_validation_result__c
    • Lifecycle: Validation Result Lifecycle
  2. Select Save.
  3. Create a step between the Start and End with the following settings:
    • Label: Enter Change State: Ignored
    • Type: Select Action
    • Next Steps: Select End
    • In the Rules section, add Rule 1 with the following settings:
      • Select Perform with conditions
      • If: Select Field > Validation Status > is not equal to > Hard Fail
      • perform actions: Select Change State
        • Lifecycle State: Select Ignored
  4. Select Save.
  5. Select Make configuration active.

Update the Validation Result Lifecycle

Navigate to Admin > Configuration > Object Lifecycles > Validation Result Lifecycle and complete the steps in the following sections to update user actions and grant role permissions.

Update User Actions for the Active State

  1. In the Validation Result Lifecycle, select the Active state.
  2. Configure the User Actions as follows:
    • Select Perform with conditions
    • If: Select Validation Status > is not equal to > Hard Fail
    • Allow the following actions:
      • Select Workflow > Ignore Validation Result
      • Select Display action in All Actions menu
      • Icon: Select Remove
      • Action Label: Enter Ignore Validation Result
  3. Select Save.

Grant Permissions

  1. In the Validation Result Lifecycle, edit the Roles section.
  2. Grant Read permissions for the Ignored state to all roles.
  3. Select Save.