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
propilot0316propilot0316 

Contract Approvals Related List

I'm trying to add the contract approvals related list to my visualforce page and I cant seem to find/ figure out what the name of the related list is.

 

I've trie:

<apex:relatedList list="Approval"/>

<apex:relatedList list="Approvals"/>

<apex:relatedList list="ContractApproval"/>

<apex:relatedList list="ContractApprovals"/>

 

Thanks,

Mark