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
SoleesSolees 

In which object are the Approval Processes stored? when using Force.com Explorer

Hi friends, does anyone knows where can i find the Approval Processes when searching with Force.com Explorer?

 

Thank you

Best Answer chosen by Admin (Salesforce Developers) 
elmaschingondeguateelmaschingondeguate

I am not sure now what are trying to get from Approval processes, if you are trying to access the metadata this won't be possible as this is not available on the Metadata API.

 

http://success.salesforce.com/ideaView?id=08730000000BqjD

All Answers

elmaschingondeguateelmaschingondeguate

This document is your best friend :)

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_list.htm

 

What you are looking for are in the 4 objects listed there

 

ProcessInstanceAn instance of a single, end-to-end approval chain.
ProcessInstanceHistoryHistory of changes to a process instance.
ProcessInstanceStepOne step in an approval workflow process instance.
ProcessInstanceWorkitemA pending approval request to a specific user.
SoleesSolees

Thanks for the reply elmaschingondeguate, but i've already looked in those objects and nothing, and i am a sysadm in SF, so i still dont get it :S

 

any other idea?

elmaschingondeguateelmaschingondeguate

I am not sure now what are trying to get from Approval processes, if you are trying to access the metadata this won't be possible as this is not available on the Metadata API.

 

http://success.salesforce.com/ideaView?id=08730000000BqjD

This was selected as the best answer
Guillermo Owen KankGuillermo Owen Kank
you can check here https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_approvalprocess.htm#:~:targetText=ApprovalProcess,each%20point%20of%20the%20process., and build package.xml with that metadata.