Free DEV-401 Exam Braindumps (page: 22)

Page 21 of 97

Describe some situations where you might use the Developer Console or the Debug log to troubleshoot automated actions.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

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.)

  1. Database changes
  2. Manual workflow processes
  3. Request-response HTML
  4. Resources used by an Apex script

Answer(s): A,D



Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula function to enforce data format?

  1. See Explanation section for answer.

Answer(s): A

Explanation:

Postal/Zip Codes



Preserving Data Quality How might you use validation rules to prevent data loss?

  1. See Explanation section for answer.

Answer(s): A

Explanation:

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:

DEV-401 Discussions & Posts