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
sundar s 24sundar s 24 

very basic question

related list is custom object right
i have an object and the related list is approval history but i ccouldnt find the approval history object 
what am i missing
Best Answer chosen by sundar s 24
AbhinavAbhinav (Salesforce Developers) 
Hi Sundar,

Have you checked this references:

ProcessInstance represents an instance of a single, end-to-end approval process.

https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_processinstance.htm

https://salesforce.stackexchange.com/questions/146290/approval-history-sobject-processinstance-overall-status-field-queryable

https://salesforce.stackexchange.com/questions/205496/soql-to-pull-out-approval-history-records

If it helps please mark it as best answer.

Thanks!

All Answers

AbhinavAbhinav (Salesforce Developers) 
Hi Sundar,

Have you checked this references:

ProcessInstance represents an instance of a single, end-to-end approval process.

https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_processinstance.htm

https://salesforce.stackexchange.com/questions/146290/approval-history-sobject-processinstance-overall-status-field-queryable

https://salesforce.stackexchange.com/questions/205496/soql-to-pull-out-approval-history-records

If it helps please mark it as best answer.

Thanks!
This was selected as the best answer
sundar s 24sundar s 24
do user need any access to approval process?