Microsoft Dynamics 365 Customization and Configuration (legacy) — Question 91
You need to model a relationship between the account entity and the contact entity to track the advisory board members of accounts.
You need to use connections to model the relationship between the account and contact entities.
What should you do?
Answer options
- A. Create a one-to-many (1:N) relationship between the account and contact entities, and then use two connection roles to represent each side of the new 1:N relationship.
- B. Create a connection entity, and then use two connection roles to represent each entity in the relationship.
- C. Use two connection roles to represent each side of the relationship.
- D. Create a many-to-many (N:N) relationship between the account and contact entities, and then use two connection roles to represent each side of the new N:N
Correct answer: C
Explanation
The correct answer is C because using two connection roles effectively represents the distinct sides of the relationship without the need for additional complexity. Options A and D suggest establishing relationships that are not necessary for the advisory board context, while B focuses on creating a connection entity that is not required in this scenario.