List of questions
Related questions
Question 343 - Certified Platform Developer II discussion
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 Apex method prepares and returns data to the component.
What should the developer do to determine which objects to include m the response?
A.
Check the isCustom ( ) value on the sObject describe result.
B.
Use the getCustomObject ( ) method from the Schema class.
C.
Import the list of all custom objects from @salesforce/schema.
D.
Check the getObjectType () value for Custom' or 'Standard' on the sObject describe result.
Your answer:
0 comments
Sorted by
Leave a comment first