pdii question 353 discussion

View all Platform Developer II Exam here
back to salesforce forum

Question 353

A developer is asked to create a Lightning web component that will be invoked via button on a record
page. The component must be displayed in a model dialog.
Which three steps should the developer take to achieve this/
Choose 3 answers

  • A. Add a tarqetConfig anf set targets to lightning_RecordAction.
  • B. In targetConfigs, add Lightning_Apppage as a target.
  • C. Set action Type to screenAction.
  • D. In target, add lightning_RecordAction as a target.
  • E. Set eventType to action.
Answer:

C, D


User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0 / 1000
Bhawna
1 year, 4 months ago

Also, option A should be added: 'Add a tarqetConfig and set targets to lightning_RecordAction'