A developer writes a Lightning web component that displays a dropdown list of all custom objects in the org from which a user will select. An Apex method prepares and returns data to the component. What should the developer do to determine which objects to include in the response? A. Check the getObiectType() value for ‘Custom’ or ‘Standard’ on the sObject describe result. B. Import the list of all custom objects from @salesforce/schema. C. Use the getCustomObjects() method from the Schema class. D. Check the isCustom() value on the sObject describe result.  Suggested Answer: C Community Answer: D 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