Exam PDII Topic 2 Question 6 Discussion
Actual exam question for Salesforce's PDII exam
Question #: 6
Topic #: 2
Question #: 6
Topic #: 2
Which interface needs to be implemented by an Aura component so that it may be displayed in modal dialog by clicking a button on a Lightning record page?
Suggested Answer: C Vote an answer
To display an Aura component in a modal dialog, the component must implement the force:lightningQuickAction or force:lightningQuickActionWithoutHeader interface. This allows it to be used as a quick action on record pages.References: Aura Components Developer Guide - Using Components in Quick Actions
by Jesse at Jul 29, 2026, 11:34 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).