duplicaterulecondition EntityType

Condition of a duplicate detection rule.

Entity Set Path
[organization URI]/api/data/v9.2/duplicateruleconditions
Base Type
crmbaseentity
Display Name
Duplicate Rule Condition
Primary Key
duplicateruleconditionid
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
baseattributename Edm.String

Field that is being compared.

Display Name: Base Field

componentidunique Edm.Guid

For internal use only.

Display Name: Row id unique

Read Only
componentstate Edm.Int32

For internal use only.

Display Name: Component State

Read Only
Default Options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
createdon Edm.DateTimeOffset

Date and time when the condition was created.

Display Name: Created On

Read Only
duplicateruleconditionid Edm.Guid

Unique identifier of the condition.

Display Name: Duplicate Rule Condition

ignoreblankvalues Edm.Boolean

Determines whether to consider blank values as non-duplicate values

Display Name: Ignore Blank Values

Default Options
Values Label
1 True
0 False
iscustomizable BooleanManagedProperty

For internal use only.

Display Name: Is Customizable

ismanaged Edm.Boolean

Indicates whether the solution component is part of a managed solution.

Display Name: Is Managed

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
matchingattributename Edm.String

Field that is being compared with the base field.

Display Name: Matching Field

modifiedon Edm.DateTimeOffset

Date and time when the condition was last modified.

Display Name: Modified On

Read Only
operatorcode Edm.Int32

Operator for this rule condition.

Display Name: Operator Code

Default Options
Values Label
0 Exact Match
1 Same First Characters
2 Same Last Characters
3 Same Date
4 Same Date and Time
5 Exact Match (Pick List Label)
6 Exact Match (Pick List Value)
operatorparam Edm.Int32

Parameter value of N if the operator is Same First Characters or Same Last Characters.

Display Name: Operator Parameter

overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
owningbusinessunit Edm.Guid

Unique identifier of the business unit that owns the condition.

Display Name: Owning Business Unit

Read Only
owninguser Edm.Guid

Unique identifier of the user who owns the condition.

Display Name: Owning User

Read Only
solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
uniquerulename Edm.String

Display Name: UniqueRuleName

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the condition.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the duplicate rule condition.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the condition.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the duplicate rule condition.

_regardingobjectid_value regardingobjectid

Unique identifier of the object with which the condition is associated.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_duplicateruleconditionbase_createdby
createdonbehalfby systemuser lk_duplicaterulecondition_createdonbehalfby
modifiedby systemuser lk_duplicateruleconditionbase_modifiedby
modifiedonbehalfby systemuser lk_duplicaterulecondition_modifiedonbehalfby
regardingobjectid duplicaterule DuplicateRule_DuplicateRuleConditions

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
DuplicateRuleCondition_SyncErrors syncerror regardingobjectid_duplicaterulecondition_syncerror

Operations

The following operations can be used with the duplicaterulecondition entity type.

Name Binding
CompoundUpdateDuplicateDetectionRule Not Bound

See also