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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,12 @@ There are a few situations when duplicates may be found:
61
61
62
62
> [!IMPORTANT]
63
63
> If a field or control matches any of the following conditions, it will not show up in the 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.
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 it using the client API.
65
65
> - The control does not have a class property.
66
66
> - The attribute's metadata `ValidForUpdate` is False.
67
67
> - The control is **Quick Form Collection Control** or **Reference Panel Quick Form Collection Control**.
68
68
> - The attribute's metadata `ValidForUpdate` is False.
69
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
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