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

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!

I am attempting to do the same thing. Did you ever figure this out?

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.