PrepAway - Latest Free Exam Questions & Answers

Which design resource configuration should be used?

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?

A. <design:component label=”Account FS Component”>
<design:attribute name=”fieldSetName” Label=”Field Set Name” />
<sfdc:objects>
<sfdc:object>FieldSet&lt/sfdc:object>
</sfdc:objects>
</design:component>

B. <design:component label=”Account FS Component”>
<design:attribute name=”fieldSetName” label=”Field Set Name” />
<sfdc:objects>
<sfdc:object>Account&lt/sfdc:object>
</sfdc:objects>
</design:component>

C. <design:component label=”Account FS Component”>
<aura:attribute name=”fieldSetName” label=”Field Set Name” />
<sfdc:objects>
<sfdc:object>FieldSet&lt/sfdc:object>
</sfdc:objects>
</design:component>

D. <design:component label=”Account FS Component”>
<aura:attribute name=”fieldSetName” label=”Field Set Name” />
<sfdc:objects>
<sfdc:object>Account&lt/sfdc:object>
</sfdc:objects>
</design:component>


Leave a Reply