Source Active Validation Types - FusionID Documentation

FusionID Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Date Validation

Use date validation for sources with date-based active periods, such as employment start and end dates or account expiration dates.

FieldDescription
Rule NameA descriptive name for this validation rule.
Source Raw FieldThe date field from the object brick to validate against.
Source Raw Field Date FormatThe 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 CheckWhen selected, start date validation is skipped entirely.
Start Date Is Current DateWhen selected, today's date is used as the start reference instead of a fixed date.
Start DateA fixed start date, used only when Start Date Is Current Date is deselected.
Buffer Before DaysThe number of days before the start date the source can become active.
Skip End CheckWhen selected, end date validation is skipped entirely.
End Date Is Current DateWhen selected, the current date is used as the end reference instead of a fixed date.
End DateA fixed end date, used only when End Date Is Current Date is deselected.
Buffer After DaysThe 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.

FieldDescription
Rule NameA descriptive name for this validation rule.
Source Raw FieldsOne or more fields from the object brick to check. All fields must meet the set condition.
Is Field Value Required
  • When set to TRUE, all selected fields must have a value.

  • When set to FALSE, all selected fields must be empty.

  • When set to NULL, no empty or filled check is performed.

Field Value EqualsA specific value all selected fields must equal for the source to be active. When set, this overrides the Is Field Value Required setting.