Date Validation
Use date validation for sources with date-based active periods, such as employment start and end dates or account expiration dates.
| Field | Description |
|---|---|
| Rule Name | A descriptive name for this validation rule. |
| Source Raw Field | The date field from the object brick to validate against. |
| Source Raw Field Date Format | The format string used to parse the date field, such as
Y-m-d, Ymd, or
m/d/Y. This field is required for date validation to work
correctly. |
| Skip Start Check | When selected, start date validation is skipped entirely. |
| Start Date Is Current Date | When selected, today's date is used as the start reference instead of a fixed date. |
| Start Date | A fixed start date, used only when Start Date Is Current Date is deselected. |
| Buffer Before Days | The number of days before the start date the source can become active. |
| Skip End Check | When selected, end date validation is skipped entirely. |
| End Date Is Current Date | When selected, the current date is used as the end reference instead of a fixed date. |
| End Date | A fixed end date, used only when End Date Is Current Date is deselected. |
| Buffer After Days | The number of days after the end date the source remains active, as a grace period. |
Comparison Validation
Use comparison validation to check whether a field contains a specific value, or whether a field has any value at all. All selected fields must meet the configured condition.
| Field | Description |
|---|---|
| Rule Name | A descriptive name for this validation rule. |
| Source Raw Fields | One or more fields from the object brick to check. All fields must meet the set condition. |
| Is Field Value Required |
|
| Field Value Equals | A specific value all selected fields must equal for the source to be active. When set, this overrides the Is Field Value Required setting. |