Play Games

Search This Blog

Wednesday, August 27, 2014

Debug Logs in Salesforce

A debug log can record database operations, system processes  and errors that occur
when executing a transaction or running unit tests.

Debug logs can contain information about:

1)Database changes
2)HTTP callouts
3)Apex errors
4)Resources used by Apex
5)Workflow rules
6)Assignment rules
7)Approval processes
8)Validation rules

Setting Debug Log :
step 1: Go to setup--> Monitoring -->Debug logs or Logs-->Debug Logs
step 2: click new and then select any user and then click save.

viewing Debug Logs: when you run visualforce pages/classes or any other processes,
debug logs are created and we can view them in debug logs page.


No comments:

Post a Comment