Skip to content

Commit 2873460

Browse files
authored
Update merge-duplicate-records.md
1 parent fe22464 commit 2873460

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

powerapps-docs/user/merge-duplicate-records.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,17 @@ Common Data Service includes duplicate detection rules for accounts and contacts
5858
> - When you're using Dynamics 365 for Outlook and you go from offline to online.
5959
> - When you import data using the Import Data wizard.
6060
>
61-
> Duplicates aren't detected when you merge records, save an activity as completed, or change the status of a record, such as activating or reactivating a record.
61+
> Duplicates aren't detected when you merge records, save an activity as completed, or change the status of a record, such as activating or reactivating a record.
62+
63+
> [!INFORMATION]
64+
> Some fields may not show in the merge record dialog
65+
>
66+
> - If a field or control matches any of the following conditions, it will not show up in merge dialog:
67+
> - The containing section is invisible in form descriptor or form xml regardless whether the section actually shows up in runtime. It is possible to show using client API.
68+
> - The control does not have a classid property.
69+
> - The attribute's metadata ValidForUpdate is false.
70+
> - The control is Quick Form Collection Control or Reference Panel Quick Form Collection Control.
71+
> - The attribute's metadata ValidForUpdate is false.
72+
> - The attribute is Picklist or MultiSelectPickList and it has either a parent picklist or child picklist attribute.
73+
> - The attribute is parentaccountid on account, this is a system setting and can not be changed.
74+
> - The attribute is parentcustomerid on contact - this is a system setting and can not be changed.

0 commit comments

Comments
 (0)