QuestionQ4

Community Builder

Ursa Major Solar wants to use three Record Detail components on one page to show object details for the Account, Case, and Opportunity objects to the user logged in to the company’s portal. After placing the components on the page, they do not get the intended results.

What is causing the issue?

  • 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.
Explanation

A Record Detail component typically receives its Record ID automatically from the record context of the page that contains it. Consequently, multiple instances on a single object page resolve the record ID associated with that page template rather than independently loading Account, Case, and Opportunity records for the logged-in portal user. The component therefore cannot provide the three distinct object records required here.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!