Skip to content

Commit 4d8db9c

Browse files
authored
Update merge-duplicate-records.md
1 parent db9b557 commit 4d8db9c

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

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

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,22 @@ Common Data Service includes duplicate detection rules for accounts and contacts
5151
> [!div class="mx-imgBorder"]
5252
> ![Dialog box for merging records](media/merge-records-dialog.png "Dialog box for merging records")
5353
54-
> [!NOTE]
55-
> There are a few situations when duplicates may be found:
56-
>
57-
> - When a record is created or updated.
58-
> - When you're using Dynamics 365 for Outlook and you go from offline to online.
59-
> - When you import data using the Import Data wizard.
60-
>
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.
54+
55+
There are a few situations when duplicates may be found:
56+
57+
- When a record is created or updated.
58+
- When you're using Dynamics 365 for Outlook and you go from offline to online.
59+
- When you import data using the Import Data wizard.
60+
- 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.
6261

6362
> [!IMPORTANT]
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.
63+
> If a field or control matches any of the following conditions, it will not show up in merge dialog:
64+
> - The containing section is invisible in form descriptor or form XML regardless whether the section shows up in runtime. It is possible to show using the client API.
65+
> - The control does not have a class property.
66+
> - The attribute's metadata `ValidForUpdate` is False.
67+
> - The control is **Quick Form Collection Control** or **Reference Panel Quick Form Collection Control**.
68+
> - The attribute's metadata `ValidForUpdate` is False.
69+
> - The attribute is `Picklist` or `MultiSelectPickList` and it has either a parent picklist or child picklist attribute.
70+
> - The attribute is ` parentaccountid` on the Account entity; this is a system setting and cannot be changed.
71+
> - The attribute is ` parentcustomerid` on the Contact Entity; this is a system setting and cannot be changed
72+

0 commit comments

Comments
 (0)