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
kamal_Raokamal_Rao 

how can i use Automated Process from the drop-down in debug logs

how can i use Automated Process from the drop-down in debug logs ?
User-added image
Best Answer chosen by kamal_Rao
GauravGargGauravGarg
yes, Automated process include following processes:
Workflow Rule
Assignment Rule
Approval Process
Validation Rule
Process Builder.

For more info, please visit this link "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_debug_log.htm"

Hope this  helps!!!

Thanks,
Gaurav

All Answers

GauravGargGauravGarg
Hi kamal,

Please select Automated Process from drop down list, Start date, expiration date and the debug log level. 

Hope this will work. 

Thanks,
Gaurav
kamal_Raokamal_Rao

Thanak You Gaurav,
what type of debug logs it will come all users Or only all work flows logs , process builder logs ....?

 

GauravGargGauravGarg
If you select automated processes, then it will show debug log related to automation only not user related. 
kamal_Raokamal_Rao
Means...? work flow is one automation right.  when it’s run log will generates ?
GauravGargGauravGarg
yes, Automated process include following processes:
Workflow Rule
Assignment Rule
Approval Process
Validation Rule
Process Builder.

For more info, please visit this link "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_debug_log.htm"

Hope this  helps!!!

Thanks,
Gaurav
This was selected as the best answer