Salesforce Certified Experience Cloud Consultant — Question 4
Ursa Major Solar would like to use three Record Detail components on a page to display object details for the Account, Case, and Opportunity objects for the user who is logged in to the company’s portal. When they drop the components on the page, they are not getting the desired results.
What is causing this issue?
Answer options
- A. The Record Detail component populates the recordID associated with the object for the page template, so this component will not work for this use case.
- B. The Record Detail component will only show record details for the Case object.
- C. The Record Detail component populates the recordID associated with the object for the page template, so this component will only work on the Home page template.
- D. The Record Detail component is a custom component and was not configured correctly.
Correct answer: A
Explanation
The correct answer is A because the Record Detail component requires a specific recordID to function, which is not suitable for displaying multiple object details on a single page. Option B is incorrect as the component can display details for multiple objects, not just Case. Option C is also wrong since the component can be used on various page templates, not just the Home page. Option D is not applicable because the component is standard and does not need custom configuration to function correctly.