Valid Platform-App-Builder Dumps shared by ExamDiscuss.com for Helping Passing Platform-App-Builder Exam! ExamDiscuss.com now offer the newest Platform-App-Builder exam dumps, the ExamDiscuss.com Platform-App-Builder exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Platform-App-Builder dumps with Test Engine here:
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?
Correct Answer: B
Create a validation rule on the Account object is how the app builder can keep accounts with open opportunities from being deleted. According to the Salesforce 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.
Recent Comments (The most recent comments are at the top.)
Ginosval - Jul 24, 2025
Validation rules are not triggered when a record is deleted, meaning they cannot be used to prevent the deletion process.
AccountOwnerDisplayText - Jul 08, 2025
The answer should be Apex trigger before delete. Validation rule will not allow even save record when the condition matches.
Recent Comments (The most recent comments are at the top.)
Validation rules are not triggered when a record is deleted, meaning they cannot be used to prevent the deletion process.
The answer should be Apex trigger before delete. Validation rule will not allow even save record when the condition matches.