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