Validation Rules & Data Quality

Updated 13 July 2026

Overview

Validation Rules help you protect your business from exporting incomplete or incorrect data. They run checks before the export is generated, so issues are caught early.

You can use rules to confirm that important fields are filled (like Email), values are within an acceptable range (like Total Amount), or a field follows a pattern (like a code format). When a record fails validation, you’ll see a clear message so you can fix the data and re-export.

Example: Before sending a customer list to a marketing tool, you validate that Email is present and looks like a real email format.

How It Works

Step-by-Step Guide

Fields Table

Field Explanations

Rule Type

Pick the kind of check (Required, Range, Regex, etc.) that best fits the problem you want to prevent.

Model

The dataset the rule watches (e.g., Customers, Sales Orders). Keeps checks focused.

Field

The exact column to validate (e.g., Email, Amount Total). Be precise.

Expected Type / Range / Pattern

The rule’s setting: choose the right data type, allowed number range, or a pattern a value must match.

Error Message

Plain-language text that tells the user what’s wrong and how to fix it (e.g., “Email is required”).

Active

Turn the rule on/off without deleting it. Disable when it’s not needed.

Tips

Common Mistakes

Image

Validation Rules & Data Quality