Salesforce Certified Platform Developer (Plat-Dev-201) PDI Question # 59 Topic 6 Discussion

Salesforce Certified Platform Developer (Plat-Dev-201) PDI Question # 59 Topic 6 Discussion

PDI Exam Topic 6 Question 59 Discussion:
Question #: 59
Topic #: 6

A developer must write an Apex method that will be called from a Lightning component. The method may delete an Account stored in the accountRec variable.

Which method should a developer use to ensure only users that should be able to delete Accounts can successfully perform deletions?


A.

accountRec, isDeletable()


B.

Schema,sObjectType,Account, isDeletable ()


C.

accuntRec, sObjectType,isDeletable()


D.

Account,isDeleteable


Get Premium PDI Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.