DuplicateRule entity reference
Note
Effective Nov 2020, Common Data Service has been renamed to Microsoft Dataverse.
Rule used to identify potential duplicates.
Messages
Message | Web API Operation | SDK Assembly |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/duplicaterules(duplicateruleid) Update ownerid property. |
AssignRequest |
CompoundUpdateDuplicateDetectionRule | CompoundUpdateDuplicateDetectionRule Action | CompoundUpdateDuplicateDetectionRuleRequest |
Create | POST [org URI]/api/data/v9.0/duplicaterules See Create |
CreateRequest or Create |
Delete | DELETE [org URI]/api/data/v9.0/duplicaterules(duplicateruleid) See Delete |
DeleteRequest or Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
PublishDuplicateRule | PublishDuplicateRule Action | PublishDuplicateRuleRequest |
PublishXml | PublishXml Action | PublishXmlRequest |
Retrieve | GET [org URI]/api/data/v9.0/duplicaterules(duplicateruleid) See Retrieve |
RetrieveRequest or Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/duplicaterules See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
UnpublishDuplicateRule | UnpublishDuplicateRule Action | UnpublishDuplicateRuleRequest |
Update | PATCH [org URI]/api/data/v9.0/duplicaterules(duplicateruleid) See Update |
UpdateRequest or Update |
Entity properties
Property | Value |
---|---|
CollectionSchemaName | DuplicateRules |
DisplayCollectionName | Duplicate Detection Rules |
DisplayName | Duplicate Detection Rule |
EntitySetName | duplicaterules |
IsBPFEntity | False |
LogicalCollectionName | duplicaterules |
LogicalName | duplicaterule |
OwnershipType | UserOwned |
PrimaryIdAttribute | duplicateruleid |
PrimaryNameAttribute | name |
SchemaName | DuplicateRule |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- BaseEntityName
- Description
- DuplicateRuleId
- ExcludeInactiveRecords
- IsCaseSensitive
- MatchingEntityName
- Name
- OwnerId
- OwnerIdType
- StatusCode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
BaseEntityName
Property | Value |
---|---|
Description | Record type of the record being evaluated for potential duplicates. |
DisplayName | Base Record Type |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | baseentityname |
MaxLength | 160 |
RequiredLevel | ApplicationRequired |
Type | String |
Description
Property | Value |
---|---|
Description | Description of the duplicate detection rule. |
DisplayName | Description |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
MaxLength | 2000 |
RequiredLevel | None |
Type | String |
DuplicateRuleId
Property | Value |
---|---|
Description | Unique identifier of the duplicate detection rule. |
DisplayName | Duplicate Detection Rule |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | duplicateruleid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ExcludeInactiveRecords
Property | Value |
---|---|
Description | Determines whether to flag inactive records as duplicates |
DisplayName | Exclude Inactive Records |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | excludeinactiverecords |
RequiredLevel | None |
Type | Boolean |
ExcludeInactiveRecords Options
Value | Label |
---|---|
1 | True |
0 | False |
DefaultValue: False
IsCaseSensitive
Property | Value |
---|---|
Description | Indicates if the operator is case-sensitive. |
DisplayName | Case Sensitive |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | iscasesensitive |
RequiredLevel | None |
Type | Boolean |
IsCaseSensitive Options
Value | Label |
---|---|
1 | True |
0 | False |
DefaultValue: False
MatchingEntityName
Property | Value |
---|---|
Description | Record type of the records being evaluated as potential duplicates. |
DisplayName | Matching Record Type |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | matchingentityname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
Name
Property | Value |
---|---|
Description | Name of the duplicate detection rule. |
DisplayName | Rule Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 160 |
RequiredLevel | SystemRequired |
Type | String |
OwnerId
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the duplicate detection rule. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
StatusCode
Property | Value |
---|---|
Description | Reason for the status of the duplicate detection rule. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | statuscode |
RequiredLevel | SystemRequired |
Type | Status |
StatusCode Options
Value | Label | State |
---|---|---|
0 | Unpublished | 0 |
1 | Publishing | 0 |
2 | Published | 1 |
TimeZoneRuleVersionNumber
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- BaseEntityMatchCodeTable
- BaseEntityTypeCode
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- MatchingEntityMatchCodeTable
- MatchingEntityTypeCode
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- StateCode
BaseEntityMatchCodeTable
Property | Value |
---|---|
Description | Database table that stores match codes for the record type being evaluated for potential duplicates. |
DisplayName | Base Record Type Match Code Table |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | baseentitymatchcodetable |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
BaseEntityTypeCode
Property | Value |
---|---|
Description | Record type of the record being evaluated for potential duplicates. |
DisplayName | Base Record Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | baseentitytypecode |
RequiredLevel | SystemRequired |
Type | Picklist |
BaseEntityTypeCode Options
Value | Label |
---|---|
1 | Account |
2 | Contact |
5 | Note |
6 | Business Unit Map |
7 | Owner |
8 | User |
9 | Team |
10 | Business Unit |
14 | System User Principal |
29 | Subscription |
30 | Filter Template |
31 | Privilege Object Type Code |
33 | Subscription Synchronization Information |
35 | Tracking information for deleted entities |
36 | Client update |
37 | Subscription Manually Tracked Object |
42 | SystemUser BusinessUnit Entity Map |
44 | Field Sharing |
45 | Subscription Statistic Offline |
46 | Subscription Statistic Outlook |
47 | Subscription Sync Entry Offline |
48 | Subscription Sync Entry Outlook |
50 | Position |
51 | System User Manager Map |
52 | User Search Facet |
54 | Global Search Configuration |
55 | FileAttachment |
78 | Virtual Entity Data Provider |
85 | Virtual Entity Data Source |
92 | Team template |
99 | Social Profile |
101 | Service Plan |
126 | Indexed Article |
127 | Article |
129 | Subject |
132 | Announcement |
135 | Activity Party |
150 | User Settings |
300 | Canvas App |
301 | Callback Registration |
372 | Connector |
380 | Environment Variable Definition |
381 | Environment Variable Value |
400 | AI Template |
401 | AI Model |
402 | AI Configuration |
418 | Dataflow |
430 | Entity Analytics Config |
431 | Image Attribute Configuration |
432 | Entity Image Configuration |
950 | New Process |
951 | Translation Process |
955 | Expired Process |
1001 | Attachment |
1002 | Attachment |
1003 | Internal Address |
1007 | Image Descriptor |
1016 | Article Template |
1019 | Organization |
1021 | Organization UI |
1023 | Privilege |
1030 | System Form |
1031 | User Dashboard |
1036 | Security Role |
1037 | Role Template |
1039 | View |
1043 | String Map |
1071 | Address |
1072 | Subscription Clients |
1075 | Status Map |
1082 | Article Comment |
1086 | User Fiscal Calendar |
1094 | Authorization Server |
1095 | Partner Application |
1111 | System Chart |
1112 | User Chart |
1113 | Ribbon Tab To Command Mapping |
1115 | Ribbon Context Group |
1116 | Ribbon Command |
1117 | Ribbon Rule |
1120 | Application Ribbons |
1130 | Ribbon Difference |
1140 | Replication Backlog |
1189 | Document Suggestions |
1190 | SuggestionCardTemplate |
1200 | Field Security Profile |
1201 | Field Permission |
1203 | Team Profiles |
1234 | Channel Property Group |
1236 | Channel Property |
1300 | SocialInsightsConfiguration |
1309 | Saved Organization Insights Configuration |
1400 | Sync Attribute Mapping Profile |
1401 | Sync Attribute Mapping |
1403 | Team Sync-Attribute Mapping Profiles |
1404 | Principal Sync Attribute Map |
2000 | Annual Fiscal Calendar |
2001 | Semiannual Fiscal Calendar |
2002 | Quarterly Fiscal Calendar |
2003 | Monthly Fiscal Calendar |
2004 | Fixed Monthly Fiscal Calendar |
2010 | Email Template |
2012 | Unresolved Address |
2013 | Territory |
2015 | Theme |
2016 | User Mapping |
2020 | Queue |
2023 | QueueItemCount |
2024 | QueueMemberCount |
2027 | License |
2029 | Queue Item |
2500 | User Entity UI Settings |
2501 | User Entity Instance Data |
3000 | Integration Status |
3005 | Channel Access Profile |
3008 | External Party |
3231 | Connection Role |
3233 | Connection Role Object Type Code |
3234 | Connection |
4003 | Calendar |
4004 | Calendar Rule |
4011 | Inter Process Lock |
4023 | Email Hash |
4101 | Display String Map |
4102 | Display String |
4110 | Notification |
4120 | Exchange Sync Id Mapping |
4200 | Activity |
4201 | Appointment |
4202 | |
4204 | Fax |
4207 | Letter |
4210 | Phone Call |
4212 | Task |
4216 | Social Activity |
4220 | UntrackedEmail |
4230 | Saved View |
4231 | Metadata Difference |
4232 | Business Data Localized Label |
4250 | Recurrence Rule |
4251 | Recurring Appointment |
4299 | Email Search |
4410 | Data Import |
4411 | Data Map |
4412 | Import Source File |
4413 | Import Data |
4414 | Duplicate Detection Rule |
4415 | Duplicate Record |
4416 | Duplicate Rule Condition |
4417 | Column Mapping |
4418 | List Value Mapping |
4419 | Lookup Mapping |
4420 | Owner Mapping |
4423 | Import Log |
4424 | Bulk Delete Operation |
4425 | Bulk Delete Failure |
4426 | Transformation Mapping |
4427 | Transformation Parameter Mapping |
4428 | Import Entity Mapping |
4450 | Data Performance Dashboard |
4490 | Office Document |
4500 | Relationship Role |
4501 | Relationship Role Map |
4502 | Customer Relationship |
4567 | Auditing |
4579 | Ribbon Client Metadata. |
4600 | Entity Map |
4601 | Attribute Map |
4602 | Plug-in Type |
4603 | Plug-in Type Statistic |
4605 | Plug-in Assembly |
4606 | Sdk Message |
4607 | Sdk Message Filter |
4608 | Sdk Message Processing Step |
4609 | Sdk Message Request |
4610 | Sdk Message Response |
4611 | Sdk Message Response Field |
4613 | Sdk Message Pair |
4614 | Sdk Message Request Field |
4615 | Sdk Message Processing Step Image |
4616 | Sdk Message Processing Step Secure Configuration |
4618 | Service Endpoint |
4619 | Plug-in Trace Log |
4700 | System Job |
4702 | Workflow Wait Subscription |
4703 | Process |
4704 | Process Dependency |
4705 | ISV Config |
4706 | Process Log |
4707 | Application File |
4708 | Organization Statistic |
4709 | Site Map |
4710 | Process Session |
4711 | Expander Event |
4712 | Process Trigger |
4720 | Flow Session |
4724 | Process Stage |
4725 | Business Process Flow Instance |
4800 | Web Wizard |
4802 | Wizard Page |
4803 | Web Wizard Access Privilege |
4810 | Time Zone Definition |
4811 | Time Zone Rule |
4812 | Time Zone Localized Name |
7000 | System Application Metadata |
7001 | User Application Metadata |
7100 | Solution |
7101 | Publisher |
7102 | Publisher Address |
7103 | Solution Component |
7104 | Solution Component Definition |
7105 | Dependency |
7106 | Dependency Node |
7107 | Invalid Dependency |
7108 | Dependency Feature |
7200 | RuntimeDependency |
8000 | Post |
8001 | Post Role |
8002 | Post Regarding |
8003 | Follow |
8005 | Comment |
8006 | Like |
8040 | ACIViewMapper |
8050 | Trace |
8051 | Trace Association |
8052 | Trace Regarding |
8181 | Routing Rule Set |
8199 | Rule Item |
8700 | AppModule Metadata |
8701 | AppModule Metadata Dependency |
8702 | AppModule Metadata Async Operation |
8840 | Hierarchy Rule |
9006 | Model-driven App |
9007 | App Module Component |
9009 | App Module Roles |
9011 | App Config Master |
9012 | App Configuration |
9013 | App Configuration Instance |
9100 | Report |
9101 | Report Related Entity |
9102 | Report Related Category |
9103 | Report Visibility |
9104 | Report Link |
9105 | Currency |
9106 | Mail Merge Template |
9107 | Import Job |
9201 | LocalConfigStore |
9300 | Record Creation and Update Rule |
9301 | Record Creation and Update Rule Item |
9333 | Web Resource |
9400 | Channel Access Profile Rule |
9401 | Channel Access Profile Rule Item |
9502 | SharePoint Site |
9507 | Sharepoint Document |
9508 | Document Location |
9509 | SharePoint Data |
9510 | Rollup Properties |
9511 | Rollup Job |
9600 | Goal |
9602 | Rollup Query |
9603 | Goal Metric |
9604 | Rollup Field |
9605 | Email Server Profile |
9606 | Mailbox |
9607 | Mailbox Statistics |
9608 | Mailbox Auto Tracking Folder |
9609 | Mailbox Tracking Category |
9650 | Process Configuration |
9690 | Organization Insights Notification |
9699 | Organization Insights Metric |
9750 | SLA |
9751 | SLA Item |
9752 | SLA KPI Instance |
9753 | Custom Control |
9754 | Custom Control Resource |
9755 | Custom Control Default Config |
9800 | Entity |
9808 | Attribute |
9809 | OptionSet |
9810 | Entity Key |
9811 | Entity Relationship |
9812 | Managed Property |
9813 | Relationship Entity |
9814 | Relationship Attribute |
9866 | Mobile Offline Profile |
9867 | Mobile Offline Profile Item |
9868 | Mobile Offline Profile Item Association |
9869 | Sync Error |
9870 | Offline Command Definition |
9875 | Language Provisioning State |
9880 | Ribbon Metadata To Process |
9890 | SolutionHistoryData |
9900 | Navigation Setting |
9910 | MultiEntitySearch |
9912 | Multi Select Option Value |
9919 | Hierarchy Security Configuration |
9930 | Knowledge Base Record |
9932 | Time Stamp Date Mapping |
9936 | Azure Service Connection |
9940 | Document Template |
9941 | Personal Document Template |
9945 | Text Analytics Entity Mapping |
9947 | Knowledge Search Model |
9949 | Advanced Similarity Rule |
9950 | Office Graph Document |
9951 | Similarity Rule |
9953 | Knowledge Article |
9955 | Knowledge Article Views |
9957 | Language |
9958 | Feedback |
9959 | Category |
9960 | Knowledge Article Category |
9961 | DelveActionHub |
9962 | Action Card |
9968 | ActionCardUserState |
9973 | Action Card User Settings |
9983 | Action Card Type |
9986 | Interaction for Email |
9987 | External Party Item |
9996 | HolidayWrapper |
9997 | Email Signature |
10000 | Solution History |
10001 | Solution History Data Source |
10002 | Solution Component Attribute Configuration |
10003 | Solution Component Configuration |
10004 | Solution Component Relationship Configuration |
10005 | Component Layer |
10006 | Component Layer Data Source |
10007 | Package |
10009 | StageSolutionUpload |
10010 | ExportSolutionUpload |
10011 | Solution Component Summary |
10012 | Solution Component Data Source |
10013 | ProvisionLanguageForUser |
10014 | CascadeGrantRevokeAccessRecordsTracker |
10015 | CascadeGrantRevokeAccessVersionTracker |
10017 | ApplicationUser |
10020 | Model-Driven App Element |
10021 | Model-Driven App Component Node's Edge |
10022 | Model-Driven App Component Node |
10023 | Model-Driven App Setting |
10024 | Setting Definition |
10025 | CanvasApp Extended Metadata |
10026 | OData v4 Data Source |
10027 | ProcessStageParameter |
10028 | Workflow Binary |
10029 | Connection Reference |
10030 | Help Page |
10031 | BotContent |
10032 | ConversationTranscript |
10033 | Chatbot |
10034 | Chatbot subcomponent |
10038 | PDF Setting |
10039 | Service Configuration |
10040 | SLA KPI |
10041 | Knowledge Federated Article |
10042 | Knowledge FederatedArticle Incident |
10043 | Search provider |
10044 | Knowledge Article Image |
10045 | Knowledge Interaction Insight |
10046 | Knowledge Search Insight |
10047 | Knowledge Article Template |
10048 | Catalog |
10049 | Catalog Assignment |
10050 | Internal Catalog Assignment |
10051 | Custom API |
10052 | Custom API Request Parameter |
10053 | Custom API Response Property |
10054 | Data Lake Folder |
10055 | Data Lake Folder Permission |
10056 | Data Lake Workspace |
10057 | Data Lake Workspace Permission |
10058 | Rich Text Attachment |
10059 | NonRelational Data Source |
10060 | Search Telemetry |
10061 | AI Builder Dataset |
10062 | AI Builder Dataset File |
10063 | AI Builder Dataset Record |
10064 | AI Builder Datasets Container |
10065 | AI Builder File |
10066 | AI Builder File Attached Data |
10067 | AI Form Processing Document |
10068 | AI Object Detection Image |
10069 | AI Object Detection Label |
10070 | AI Object Detection Bounding Box |
10071 | AI Object Detection Image Mapping |
10073 | Analysis Component |
10074 | Analysis Job |
10075 | Analysis Result |
10076 | Analysis Result Detail |
10077 | Solution Health Rule |
10078 | Solution Health Rule Argument |
10079 | Solution Health Rule Set |
10080 | TeamMobileOfflineProfileMembership |
10081 | UserMobileOfflineProfileMembership |
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the duplicate detection rule. |
DisplayName | Created By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the duplicate detection rule was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who created the duplicaterule. |
DisplayName | Created By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
MatchingEntityMatchCodeTable
Property | Value |
---|---|
Description | Database table that stores match codes for potential duplicate records. |
DisplayName | Matching Record Type Match Code Table |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | matchingentitymatchcodetable |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
MatchingEntityTypeCode
Property | Value |
---|---|
Description | Record type of the records being evaluated as potential duplicates. |
DisplayName | Matching Record Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | matchingentitytypecode |
RequiredLevel | SystemRequired |
Type | Picklist |
MatchingEntityTypeCode Options
Value | Label |
---|---|
1 | Account |
2 | Contact |
5 | Note |
6 | Business Unit Map |
7 | Owner |
8 | User |
9 | Team |
10 | Business Unit |
14 | System User Principal |
29 | Subscription |
30 | Filter Template |
31 | Privilege Object Type Code |
33 | Subscription Synchronization Information |
35 | Tracking information for deleted entities |
36 | Client update |
37 | Subscription Manually Tracked Object |
42 | SystemUser BusinessUnit Entity Map |
44 | Field Sharing |
45 | Subscription Statistic Offline |
46 | Subscription Statistic Outlook |
47 | Subscription Sync Entry Offline |
48 | Subscription Sync Entry Outlook |
50 | Position |
51 | System User Manager Map |
52 | User Search Facet |
54 | Global Search Configuration |
55 | FileAttachment |
78 | Virtual Entity Data Provider |
85 | Virtual Entity Data Source |
92 | Team template |
99 | Social Profile |
101 | Service Plan |
126 | Indexed Article |
127 | Article |
129 | Subject |
132 | Announcement |
135 | Activity Party |
150 | User Settings |
300 | Canvas App |
301 | Callback Registration |
372 | Connector |
380 | Environment Variable Definition |
381 | Environment Variable Value |
400 | AI Template |
401 | AI Model |
402 | AI Configuration |
418 | Dataflow |
430 | Entity Analytics Config |
431 | Image Attribute Configuration |
432 | Entity Image Configuration |
950 | New Process |
951 | Translation Process |
955 | Expired Process |
1001 | Attachment |
1002 | Attachment |
1003 | Internal Address |
1007 | Image Descriptor |
1016 | Article Template |
1019 | Organization |
1021 | Organization UI |
1023 | Privilege |
1030 | System Form |
1031 | User Dashboard |
1036 | Security Role |
1037 | Role Template |
1039 | View |
1043 | String Map |
1071 | Address |
1072 | Subscription Clients |
1075 | Status Map |
1082 | Article Comment |
1086 | User Fiscal Calendar |
1094 | Authorization Server |
1095 | Partner Application |
1111 | System Chart |
1112 | User Chart |
1113 | Ribbon Tab To Command Mapping |
1115 | Ribbon Context Group |
1116 | Ribbon Command |
1117 | Ribbon Rule |
1120 | Application Ribbons |
1130 | Ribbon Difference |
1140 | Replication Backlog |
1189 | Document Suggestions |
1190 | SuggestionCardTemplate |
1200 | Field Security Profile |
1201 | Field Permission |
1203 | Team Profiles |
1234 | Channel Property Group |
1236 | Channel Property |
1300 | SocialInsightsConfiguration |
1309 | Saved Organization Insights Configuration |
1400 | Sync Attribute Mapping Profile |
1401 | Sync Attribute Mapping |
1403 | Team Sync-Attribute Mapping Profiles |
1404 | Principal Sync Attribute Map |
2000 | Annual Fiscal Calendar |
2001 | Semiannual Fiscal Calendar |
2002 | Quarterly Fiscal Calendar |
2003 | Monthly Fiscal Calendar |
2004 | Fixed Monthly Fiscal Calendar |
2010 | Email Template |
2012 | Unresolved Address |
2013 | Territory |
2015 | Theme |
2016 | User Mapping |
2020 | Queue |
2023 | QueueItemCount |
2024 | QueueMemberCount |
2027 | License |
2029 | Queue Item |
2500 | User Entity UI Settings |
2501 | User Entity Instance Data |
3000 | Integration Status |
3005 | Channel Access Profile |
3008 | External Party |
3231 | Connection Role |
3233 | Connection Role Object Type Code |
3234 | Connection |
4003 | Calendar |
4004 | Calendar Rule |
4011 | Inter Process Lock |
4023 | Email Hash |
4101 | Display String Map |
4102 | Display String |
4110 | Notification |
4120 | Exchange Sync Id Mapping |
4200 | Activity |
4201 | Appointment |
4202 | |
4204 | Fax |
4207 | Letter |
4210 | Phone Call |
4212 | Task |
4216 | Social Activity |
4220 | UntrackedEmail |
4230 | Saved View |
4231 | Metadata Difference |
4232 | Business Data Localized Label |
4250 | Recurrence Rule |
4251 | Recurring Appointment |
4299 | Email Search |
4410 | Data Import |
4411 | Data Map |
4412 | Import Source File |
4413 | Import Data |
4414 | Duplicate Detection Rule |
4415 | Duplicate Record |
4416 | Duplicate Rule Condition |
4417 | Column Mapping |
4418 | List Value Mapping |
4419 | Lookup Mapping |
4420 | Owner Mapping |
4423 | Import Log |
4424 | Bulk Delete Operation |
4425 | Bulk Delete Failure |
4426 | Transformation Mapping |
4427 | Transformation Parameter Mapping |
4428 | Import Entity Mapping |
4450 | Data Performance Dashboard |
4490 | Office Document |
4500 | Relationship Role |
4501 | Relationship Role Map |
4502 | Customer Relationship |
4567 | Auditing |
4579 | Ribbon Client Metadata. |
4600 | Entity Map |
4601 | Attribute Map |
4602 | Plug-in Type |
4603 | Plug-in Type Statistic |
4605 | Plug-in Assembly |
4606 | Sdk Message |
4607 | Sdk Message Filter |
4608 | Sdk Message Processing Step |
4609 | Sdk Message Request |
4610 | Sdk Message Response |
4611 | Sdk Message Response Field |
4613 | Sdk Message Pair |
4614 | Sdk Message Request Field |
4615 | Sdk Message Processing Step Image |
4616 | Sdk Message Processing Step Secure Configuration |
4618 | Service Endpoint |
4619 | Plug-in Trace Log |
4700 | System Job |
4702 | Workflow Wait Subscription |
4703 | Process |
4704 | Process Dependency |
4705 | ISV Config |
4706 | Process Log |
4707 | Application File |
4708 | Organization Statistic |
4709 | Site Map |
4710 | Process Session |
4711 | Expander Event |
4712 | Process Trigger |
4720 | Flow Session |
4724 | Process Stage |
4725 | Business Process Flow Instance |
4800 | Web Wizard |
4802 | Wizard Page |
4803 | Web Wizard Access Privilege |
4810 | Time Zone Definition |
4811 | Time Zone Rule |
4812 | Time Zone Localized Name |
7000 | System Application Metadata |
7001 | User Application Metadata |
7100 | Solution |
7101 | Publisher |
7102 | Publisher Address |
7103 | Solution Component |
7104 | Solution Component Definition |
7105 | Dependency |
7106 | Dependency Node |
7107 | Invalid Dependency |
7108 | Dependency Feature |
7200 | RuntimeDependency |
8000 | Post |
8001 | Post Role |
8002 | Post Regarding |
8003 | Follow |
8005 | Comment |
8006 | Like |
8040 | ACIViewMapper |
8050 | Trace |
8051 | Trace Association |
8052 | Trace Regarding |
8181 | Routing Rule Set |
8199 | Rule Item |
8700 | AppModule Metadata |
8701 | AppModule Metadata Dependency |
8702 | AppModule Metadata Async Operation |
8840 | Hierarchy Rule |
9006 | Model-driven App |
9007 | App Module Component |
9009 | App Module Roles |
9011 | App Config Master |
9012 | App Configuration |
9013 | App Configuration Instance |
9100 | Report |
9101 | Report Related Entity |
9102 | Report Related Category |
9103 | Report Visibility |
9104 | Report Link |
9105 | Currency |
9106 | Mail Merge Template |
9107 | Import Job |
9201 | LocalConfigStore |
9300 | Record Creation and Update Rule |
9301 | Record Creation and Update Rule Item |
9333 | Web Resource |
9400 | Channel Access Profile Rule |
9401 | Channel Access Profile Rule Item |
9502 | SharePoint Site |
9507 | Sharepoint Document |
9508 | Document Location |
9509 | SharePoint Data |
9510 | Rollup Properties |
9511 | Rollup Job |
9600 | Goal |
9602 | Rollup Query |
9603 | Goal Metric |
9604 | Rollup Field |
9605 | Email Server Profile |
9606 | Mailbox |
9607 | Mailbox Statistics |
9608 | Mailbox Auto Tracking Folder |
9609 | Mailbox Tracking Category |
9650 | Process Configuration |
9690 | Organization Insights Notification |
9699 | Organization Insights Metric |
9750 | SLA |
9751 | SLA Item |
9752 | SLA KPI Instance |
9753 | Custom Control |
9754 | Custom Control Resource |
9755 | Custom Control Default Config |
9800 | Entity |
9808 | Attribute |
9809 | OptionSet |
9810 | Entity Key |
9811 | Entity Relationship |
9812 | Managed Property |
9813 | Relationship Entity |
9814 | Relationship Attribute |
9866 | Mobile Offline Profile |
9867 | Mobile Offline Profile Item |
9868 | Mobile Offline Profile Item Association |
9869 | Sync Error |
9870 | Offline Command Definition |
9875 | Language Provisioning State |
9880 | Ribbon Metadata To Process |
9890 | SolutionHistoryData |
9900 | Navigation Setting |
9910 | MultiEntitySearch |
9912 | Multi Select Option Value |
9919 | Hierarchy Security Configuration |
9930 | Knowledge Base Record |
9932 | Time Stamp Date Mapping |
9936 | Azure Service Connection |
9940 | Document Template |
9941 | Personal Document Template |
9945 | Text Analytics Entity Mapping |
9947 | Knowledge Search Model |
9949 | Advanced Similarity Rule |
9950 | Office Graph Document |
9951 | Similarity Rule |
9953 | Knowledge Article |
9955 | Knowledge Article Views |
9957 | Language |
9958 | Feedback |
9959 | Category |
9960 | Knowledge Article Category |
9961 | DelveActionHub |
9962 | Action Card |
9968 | ActionCardUserState |
9973 | Action Card User Settings |
9983 | Action Card Type |
9986 | Interaction for Email |
9987 | External Party Item |
9996 | HolidayWrapper |
9997 | Email Signature |
10000 | Solution History |
10001 | Solution History Data Source |
10002 | Solution Component Attribute Configuration |
10003 | Solution Component Configuration |
10004 | Solution Component Relationship Configuration |
10005 | Component Layer |
10006 | Component Layer Data Source |
10007 | Package |
10009 | StageSolutionUpload |
10010 | ExportSolutionUpload |
10011 | Solution Component Summary |
10012 | Solution Component Data Source |
10013 | ProvisionLanguageForUser |
10014 | CascadeGrantRevokeAccessRecordsTracker |
10015 | CascadeGrantRevokeAccessVersionTracker |
10017 | ApplicationUser |
10020 | Model-Driven App Element |
10021 | Model-Driven App Component Node's Edge |
10022 | Model-Driven App Component Node |
10023 | Model-Driven App Setting |
10024 | Setting Definition |
10025 | CanvasApp Extended Metadata |
10026 | OData v4 Data Source |
10027 | ProcessStageParameter |
10028 | Workflow Binary |
10029 | Connection Reference |
10030 | Help Page |
10031 | BotContent |
10032 | ConversationTranscript |
10033 | Chatbot |
10034 | Chatbot subcomponent |
10038 | PDF Setting |
10039 | Service Configuration |
10040 | SLA KPI |
10041 | Knowledge Federated Article |
10042 | Knowledge FederatedArticle Incident |
10043 | Search provider |
10044 | Knowledge Article Image |
10045 | Knowledge Interaction Insight |
10046 | Knowledge Search Insight |
10047 | Knowledge Article Template |
10048 | Catalog |
10049 | Catalog Assignment |
10050 | Internal Catalog Assignment |
10051 | Custom API |
10052 | Custom API Request Parameter |
10053 | Custom API Response Property |
10054 | Data Lake Folder |
10055 | Data Lake Folder Permission |
10056 | Data Lake Workspace |
10057 | Data Lake Workspace Permission |
10058 | Rich Text Attachment |
10059 | NonRelational Data Source |
10060 | Search Telemetry |
10061 | AI Builder Dataset |
10062 | AI Builder Dataset File |
10063 | AI Builder Dataset Record |
10064 | AI Builder Datasets Container |
10065 | AI Builder File |
10066 | AI Builder File Attached Data |
10067 | AI Form Processing Document |
10068 | AI Object Detection Image |
10069 | AI Object Detection Label |
10070 | AI Object Detection Bounding Box |
10071 | AI Object Detection Image Mapping |
10073 | Analysis Component |
10074 | Analysis Job |
10075 | Analysis Result |
10076 | Analysis Result Detail |
10077 | Solution Health Rule |
10078 | Solution Health Rule Argument |
10079 | Solution Health Rule Set |
10080 | TeamMobileOfflineProfileMembership |
10081 | UserMobileOfflineProfileMembership |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who last modified the duplicate detection rule. |
DisplayName | Modified By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Property | Value |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the duplicate detection rule was last modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who last modified the duplicaterule. |
DisplayName | Modified By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier of the business unit that owns duplicate detection rule. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier of the team who owns the duplicate detection rule. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
Property | Value |
---|---|
Description | Unique identifier of the user who owns the duplicate detection rule. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
StateCode
Property | Value |
---|---|
Description | Status of the duplicate detection rule. |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode Options
Value | Label | DefaultStatus | InvariantName |
---|---|---|---|
0 | Inactive | 0 | Inactive |
1 | Active | 2 | Active |
One-To-Many Relationships
Listed by SchemaName.
- DuplicateRule_Annotation
- DuplicateRule_SyncErrors
- DuplicateRule_DuplicateRuleConditions
- DuplicateRule_DuplicateBaseRecord
DuplicateRule_Annotation
Same as annotation entity DuplicateRule_Annotation Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | DuplicateRule_Annotation |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
DuplicateRule_SyncErrors
Same as syncerror entity DuplicateRule_SyncErrors Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | DuplicateRule_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
DuplicateRule_DuplicateRuleConditions
Same as duplicaterulecondition entity DuplicateRule_DuplicateRuleConditions Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | duplicaterulecondition |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | DuplicateRule_DuplicateRuleConditions |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
DuplicateRule_DuplicateBaseRecord
Same as duplicaterecord entity DuplicateRule_DuplicateBaseRecord Many-To-One relationship.
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | duplicateruleid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | DuplicateRule_DuplicateBaseRecord |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related entity. Listed by SchemaName.
- lk_duplicaterulebase_createdby
- lk_duplicaterule_createdonbehalfby
- SystemUser_DuplicateRules
- team_DuplicateRules
- lk_duplicaterule_modifiedonbehalfby
- lk_duplicaterulebase_modifiedby
- BusinessUnit_DuplicateRules
lk_duplicaterulebase_createdby
See systemuser Entity lk_duplicaterulebase_createdby One-To-Many relationship.
lk_duplicaterule_createdonbehalfby
See systemuser Entity lk_duplicaterule_createdonbehalfby One-To-Many relationship.
SystemUser_DuplicateRules
See systemuser Entity SystemUser_DuplicateRules One-To-Many relationship.
team_DuplicateRules
See team Entity team_DuplicateRules One-To-Many relationship.
lk_duplicaterule_modifiedonbehalfby
See systemuser Entity lk_duplicaterule_modifiedonbehalfby One-To-Many relationship.
lk_duplicaterulebase_modifiedby
See systemuser Entity lk_duplicaterulebase_modifiedby One-To-Many relationship.
BusinessUnit_DuplicateRules
See businessunit Entity BusinessUnit_DuplicateRules One-To-Many relationship.
See also
About entity reference
Web API reference
duplicaterule EntityType
Note
Can you tell us about your documentation language preferences? Take a short survey.
The survey will take about seven minutes. No personal data is collected (privacy statement).