Defines one rule for the master record definition
Name | Type | Definition |
---|
FieldName | string | Field name |
FieldType | string | System type of the field (e.g., System.String) |
Negate | bool | If true then use this rule with logical not |
Value | string | Rule value |
RuleType | enum | MasterRecordRuleType
-
IsEmpty if field should be null or empty
-
IsEqual If field should be equal to value
-
IsContains if field should contain value
-
IsMaximumGet the record with maximal value in the field (Date or numeric fields)
-
IsMinimum Get the record with minimal value in the field (Date or
-
IsLongest Get the record with longest value in the field (string field)
-
IsShortestGet the record with shortest value in the field (string field)
-
GreaterThan
Get the record where field greater then value (Date or numeric fields)
|