Describe some situations where you might use the Developer Console or the Debug log to troubleshoot automated actions.
Answer(s): A
A workflow field update doesn't seem to be taking place: The field update may be working but an Apex trigger may be overwriting the update. A record submitted for approval is not routed to the expected user: If there are multiple approval processes on a single object, users' record may be meeting the criteria for both, and the order may need to be changed.
Which of the following actions are tracked in debug logs? (Select all that apply.)
Answer(s): A,D
Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula function to enforce data format?
Postal/Zip Codes
Preserving Data Quality How might you use validation rules to prevent data loss?
Validation rules in conjunction with a roll-up summary field can be used to prevent user from adding or deleting records. To create a validation rule: 1. Build a roll-up summary on the parent object that sums the number of child records. 2. Create a validation rule on the parent object that conditionally prevents changes to the number listed in the roll-up summary field. If a user tries to add or delete a record, the validation rule prevents the user from doing that.
Post your Comments and Discuss Salesforce DEV-401 exam with other Community members:
johnnhoj Commented on July 17, 2017 Great source of practice questions for the exam! UNITED STATES
To protect our content from bots for real learners like you, we ask you to register for free. Sign in or sign up now to continue with the DEV-401 material!