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
AbAb 

how to debug webservices errors

Hello,

I have a connection to external webservices, how can i track the erros and the execution order of this 
?
Best Answer chosen by Ab
Subramani_SFDCSubramani_SFDC
use exception handling blocks inside your code
Use system.debug in your code area
use debug logs to create debug log for this class