ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 248 - Certified Platform App Builder discussion

Report
Export

The sales Operations team at AWS Computing deletes accounts for a variety of a reasons. The sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into.

Now should the app builder keep accounts with open opportunities from being deleted?

A.
Create an Apex Trigger on the Account object
Answers
A.
Create an Apex Trigger on the Account object
B.
Create a validation rule on the Account object.
Answers
B.
Create a validation rule on the Account object.
C.
Remove the delete button on the account layout
Answers
C.
Remove the delete button on the account layout
D.
Remove the Delete permission from the Sales Rep profile.
Answers
D.
Remove the Delete permission from the Sales Rep profile.
Suggested answer: B

Explanation:

Create a validation rule on the Account object is how the app builder can keep accounts with open opportunities from being deleted. According to theSalesforce documentation, ''Validation rules verify that data entered by users in records meet the standards you specify before they can save it.'' A validation rule can check if an account has any open opportunities and display an error message if someone tries to delete it. Create an Apex trigger on the Account object, remove the delete button on the account layout, and remove the Delete permission from the Sales Rep profile are not valid or sufficient solutions for this requirement.

asked 23/09/2024
Saran Lertrat
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first