QuestionQ238
Extend the platformA travel company intends to track the addresses of places its clients visit in an entity named Destination. Client details are captured in contact records. Client records include links to the places that clients visit.
The company must be able to associate multiple rating records with the new address record.
You discover that a custom Rating entity is incomplete.
You need to extend the Rating entity so that contact, address, and rating information are contained in one location.
Which three actions should you take? Each correct answer represents part of the solution.
NOTE: Each correct selection is worth one point.
Choose three
- A Create a 1:N relationship between the Contact system entity and the Address system entity named Destination.
- B Create a mapping for the Contact ג€" Rating relationship.
- C Create a 1:N relationship between the Address system entity and the Rating entity.
- D Create a 1:N relationship between the Contact system entity and the Rating entity.
- E Create a mapping for the Destination ג€" Rating relationship.
- F Create a 1:N relationship between the Destination entity and the Rating entity.
Community Discussion