Skip to content

Commit 73629c8

Browse files
authored
Update async-cascading.md
1 parent 6e8b3e6 commit 73629c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

power-platform/admin/async-cascading.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ If the job runs successfully, the merge assigns all the related contacts and the
123123

124124
If during the record merge process another user deletes a related contact record, but order records still exist related to the contact record, the merge job will fail because a parent to a child record is missing. If you choose to skip the parenting check during the record merge, the orders with the missing contact record will be merged into the target account record. However, no related contact records will be assigned to the target account and the job will complete.
125125

126+
#### Merge causing locks that prevent other access changes
127+
128+
The Cascade Merge operation grants access to the new owner of the subordinate entity. To do this, it accesses the Principal Object Table and makes changes to the Principal Object Access table which requires a lock. If a merge operation contains many records (based on the cascade relationship), this lock could be in place for an extended amount of time. This could result in an error if an operation attempts to grant/revoke access of an unrelated record while the merge is running. If this occurs, try executing the merge in off hours so the blocking can be reduced.
129+
130+
126131
### See also
127132

128133
[Entity relationships overview](/powerapps/maker/common-data-service/create-edit-entity-relationships)

0 commit comments

Comments
 (0)