You need to sign in to do that
Don't have an account?

Retrieve all the opportunities submitted for Approval process
Hi, is there a way to retrieve all the opportunities which are submitted for Approval process either way through Apex Code or UI , wanted a report of it.
Hi , i did it by the following approach
created a field on the opportunity record.
updated the field in the wokflow
pulled the report using this field.
Thanks Harika, for the tip.
We will be taking similar approach as well, just in our case we may have to create a related object on opportunity, so that we can track the whole process flow. May be update that using in the trigger.
Thanks again