A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records. Client records include links to the places that clients visit. The company must be able to link multiple rating records to the new address record. You find a custom Rating entity that is incomplete. You need to expand the Rating entity to include contact, address, and rating information in one place. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. 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.  Suggested Answer: ABC A: Each Contact can visit a destination many times. Note: A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records. Client records include links to the places that clients visit. C (not D): The company must be able to link multiple rating records to the new address record. Each address entity can be linked to many rating records. B (not E): You need to expand the Rating entity to include contact, address, and rating information in one place. Need a mapping between for the Contact and Rating entities (through the Address/Destination entity). Reference: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/map-entity-fields This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer