You need to sign in to do that
Don't have an account?

Debug Log for Soap call
Hi,
An external system is connecting to Salesforce using SOAP enterprise wsdl and uses create method to insert a record. I have enabled debug log but it does not show any information on record created. I can see the login history. How to capture the log of record created.
Thanks,
Priya
An external system is connecting to Salesforce using SOAP enterprise wsdl and uses create method to insert a record. I have enabled debug log but it does not show any information on record created. I can see the login history. How to capture the log of record created.
Thanks,
Priya
In order to view debug logs, you need to enable certain permissions enabled.Please check with below permissions if they are enabled.
User Permissions Needed:
- To use the Developer Console:“View All Data”
- To execute anonymous Apex:“Author Apex”
- To use code search and run SOQL or SOSL on the query tab:“API Enabled”
- To save changes to Apex classes and triggers:“Author Apex”
- To save changes to Visualforce pages and components: “Customize Application”
- To save changes to Lightning resources:“Customize Application”
Note: To view a debug log, from Setup, enter Debug Logs in the Quick Find box, then select Debug Logs. Then click View next to the debug log that you want to examine. Click Download to download the log as an XML file.For monitoring debug logs may I suggest you check with below link.
- https://help.salesforce.com/articleView?id=code_monitoring_debug_logs.htm&type=0
Please mark this as solved if it's resolved.Best Regards,
Nagendra.