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
cnno_devcnno_dev 

track field history in a custom visualforce page

Hi, I have enable "Track Field History" and added the related list to the page layout.

However, I want to show this related list in a custom visualforce page. I've found the way to invoke a related list. But, what is the name of the related list that brings me the history track of the field?? 

<apex:relatedList list="<name_of_the_list>"
subject="{!po}"/>

 

Thanks in advance!

chrismpls07chrismpls07
I am attempting to do the same thing.  Did you ever figure this out?
AdyAdy
Check 'Enterprise WSDL', under the object. The object is described under 'complex type' tag and the elements contain the name of the fields and all the relationship name.
Message Edited by Ady on 12-08-2009 11:30 AM