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
DML2020DML2020 

Identifying the process behind a button

In this org, a custom button exists to execute a business process (specifically it converts order requests into orders and sends out an email message). Within these processes, I want to identify the one that sends these email out.

How do I locate the process/ these series of steps behind this button? I see the button under the object in which its content source is a visualforce page. Where do I go from there?

Note: I did perform a debug for when the button was clicked and have yet to hone in on the email process since there was a lot of data in the debug log. Wondering if this is another way to identify this?

ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

You might need to check the code in the Visualforce page which might have apex controller to send an email.

In order to check the code,you might need the developer's help and you can find the visualforce page in setup.

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri