What is a difference between System log and debug log?
Answer / Arpit Srivastava
A System Log shows the operational events that occur in Salesforce, such as Apex code execution, user login/logout, page load times, and other system-related activities. It's primarily used for troubleshooting system issues and is available to the system administrator. On the other hand, Debug Log captures detailed information during the execution of Apex code, including SOQL queries, DML statements, exceptions, and more. It's useful for developers to debug their code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a external id in salesforce and give me example?
What is a bucket field in reports? : salesforce crm
What is visualforce?
What is the difference between public cloud & private cloud in salesforce?
What is the difference between trigger. New, trigger. Old, trigger.newmap and trigger.oldmap?
When can you use sandbox org?
How to rename the tab?
Can you tell me about export and export all with reference to data loader?
Which interface needs to be implemented in apex to be used in flow ?
What services are provided by the cloud giant Force.com?
Which fields are indexed by default in salesforce? : salesforce admin
What is track field history?