MasterRecordRule

Defines one rule for the master record definition

Properties


NameTypeDefinition
FieldNamestringField name
FieldTypestringSystem type of the field (e.g., System.String)
NegateboolIf true then use this rule with logical not
ValuestringRule value
RuleTypeenumMasterRecordRuleType

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)