List of questions
Related questions
Question 368 - Certified Platform Developer II discussion
A developer created a Lightning web component that allows users to input a text value that is used to search for Accounts by calling an Apex method. The Apex method returns a list of AccountWrappers and is called imperatively from a JavaScript event handler.
Which two changes should the developer make so the Apex method functions correctly?
Choose 2 answers
A.
Add @AuraEnafcle3 to line 09.
B.
Add @AuraEnabled to line 03.
C.
Add @AuraEnabled to lines 11 and 12.
D.
Add @AuraEnat:ei to line 01.
Your answer:
0 comments
Sorted by
Leave a comment first