Salesforce Certified Platform Developer II — Question 69

A company wants to build a custom Lightning Component that will display a specified Account Field Set and that can only be added to the Account record page.
Which design resource configuration should be used?

Answer options

Correct answer: B

Explanation

The correct answer, B, specifies the object as 'Account', which is necessary for the component to be used on the Account record page. Options A and C incorrectly reference 'FieldSet' instead of 'Account', making them unsuitable. Option D uses 'aura:attribute', which is not compatible with the required design resource for this scenario.