duplicaterulecondition EntityType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Condition of a duplicate detection rule.
Entity Set path:[organization URI]/api/data/v8.2/duplicateruleconditions
Base Type: crmbaseentity EntityType
Display Name: Duplicate Rule Condition
Primary Key: duplicateruleconditionid
Properties
Lookup Properties
Single-valued navigation properties
Collection-valued navigation properties
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name |
Type |
Details |
---|---|---|
baseattributename |
Edm.String |
Description: Field that is being compared. Display Name: Base Field |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the condition was created. Display Name: Created On Read-only property |
duplicateruleconditionid |
Edm.Guid |
Description: Unique identifier of the condition. Display Name: Duplicate Rule Condition |
ignoreblankvalues |
Edm.Boolean |
Description: Determines whether to consider blank values as non-duplicate values Default Options: 1 : True Display Name: Ignore Blank Values |
matchingattributename |
Edm.String |
Description: Field that is being compared with the base field. Display Name: Matching Field |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the condition was last modified. Display Name: Modified On Read-only property |
operatorcode |
Edm.Int32 |
Description: Operator for this rule condition. Default Options: 0 : Exact Match Display Name: Operator Code |
operatorparam |
Edm.Int32 |
Description: Parameter value of N if the operator is Same First Characters or Same Last Characters. Display Name: Operator Parameter |
owningbusinessunit |
Edm.Guid |
Description: Unique identifier of the business unit that owns the condition. Display Name: Owning Business Unit Read-only property |
owninguser |
Edm.Guid |
Description: Unique identifier of the user who owns the condition. Display Name: Owning User Read-only property |
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 Retrieve data about lookup properties
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. |
_ownerid_value |
Unique identifier of the user or team who owns 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 |
lk_duplicateruleconditionbase_createdby |
|
createdonbehalfby |
lk_duplicaterulecondition_createdonbehalfby |
|
modifiedby |
lk_duplicateruleconditionbase_modifiedby |
|
modifiedonbehalfby |
lk_duplicaterulecondition_modifiedonbehalfby |
|
regardingobjectid |
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 |
regardingobjectid_duplicaterulecondition_syncerror |
See Also
Use the Microsoft Dynamics 365 Web API
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright