nerdexam
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)
  • A
    9% (5)
  • B
    72% (41)
  • C
    4% (2)
  • D
    16% (9)

Community Discussion

No community discussion yet for this question.

Full PDII Practice