ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 343 - Certified Platform Developer II discussion

Report
Export

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.
Answers
A.
Check the isCustom ( ) value on the sObject describe result.
B.
Use the getCustomObject ( ) method from the Schema class.
Answers
B.
Use the getCustomObject ( ) method from the Schema class.
C.
Import the list of all custom objects from @salesforce/schema.
Answers
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.
Answers
D.
Check the getObjectType () value for Custom' or 'Standard' on the sObject describe result.
Suggested answer: A
asked 23/09/2024
Francisco Sanchez Valdes
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first