You need to sign in to do that
Don't have an account?
Identifying type of Automation used
I am inheriting an org with quite a bit of automation left by a consultant. I am trying to determine efficiently what type of automation (Flow, Process Builder, etc) is being used. Is there any way to trap a process when it is run and see the root automation behind it? Thanks.
Greetings to you!
You can troubleshoot Processes with Apex Debug Logs.
When using debug logs to troubleshoot a process, consider the following.
https://help.salesforce.com/articleView?id=process_troubleshoot_debuglogs.htm&type=5 (https://help.salesforce.com/articleView?id=process_troubleshoot_debuglogs.htm&type=5)
You can also try below tool to find out where this field is referenced (apex code, workflow rules, validation rules etc), getting updated (workflow field updates etc) and is available (page layouts, profiles etc).
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EcsCZUAZ
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
All Answers
Greetings to you!
You can troubleshoot Processes with Apex Debug Logs.
When using debug logs to troubleshoot a process, consider the following.
https://help.salesforce.com/articleView?id=process_troubleshoot_debuglogs.htm&type=5 (https://help.salesforce.com/articleView?id=process_troubleshoot_debuglogs.htm&type=5)
You can also try below tool to find out where this field is referenced (apex code, workflow rules, validation rules etc), getting updated (workflow field updates etc) and is available (page layouts, profiles etc).
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EcsCZUAZ
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas