Microsoft Dynamics 365 Customization and Configuration (legacy) — Question 12

You configure a 1:N relationship between two entities and set the cascade rule for deletion to Referential.
What effect does deleting the parent record have on any child records?

Answer options

Correct answer: D

Explanation

When the cascade rule for deletion is set to Referential, deleting the parent record results in the deletion of all associated child records. Option A is incorrect because it suggests the child records remain, which is not true with Referential deletion. Option B is wrong because it implies that the parent must wait for the child records to be deleted, which is not how Referential works. Option C misstates the outcome since it suggests only the link is deleted, not the child records themselves.