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 two.) A. Add @AuraEnabled to line 09. B. Add @AuraEnabled to line 03. C. Add @AuraEnabled to lines 11 and 12. D. Add @AuraEnabled to line 01. Â Suggested Answer: C Community Answer: B This question is in Certified Platform Developer II Exam For getting Salesforce Certified Platform Developer II Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer