You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/user/merge-duplicate-records.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,24 +51,22 @@ Common Data Service includes duplicate detection rules for accounts and contacts
51
51
> [!div class="mx-imgBorder"]
52
52
> 
53
53
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.
62
61
63
62
> [!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
0 commit comments