Salesforce
PDII · Question #12
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…
The correct answer is B. <design:component label="Account FS Component"> <design:attribute name="fieldSetName". See the full explanation below for the reasoning.
Question
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?
Options
- A<design:component label="Account FS Component"> <design:attribute name="fieldSetName"
- B<design:component label="Account FS Component"> <design:attribute name="fieldSetName"
- C<design:component label="Account FS Component"> <aura:attribute name="fieldSetName"
- D<design:component label="Account FS Component"> <aura:attribute name="fieldSetName"
How the community answered
(57 responses)- A9% (5)
- B72% (41)
- C4% (2)
- D16% (9)
Community Discussion
No community discussion yet for this question.