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.

Suggest answer: C

Reference:

No comments:

Please share to make the community better.