function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priya GovindasamyPriya Govindasamy 

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
NagendraNagendra (Salesforce Developers) 
Hi 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. Please mark this as solved if it's resolved.

Best Regards,
Nagendra.