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
RepsGRepsG 

Displaying Account History

I am re-designing our Account record using visualforce page and found that i cannot display the Account History using

 

<apex:relatedListsubject="{!account}"list="Histories"/>

 

as i get the following error:

 

'Histories' is not a valid child relationship name for entity Customer '

 

Can anybody help?

 

Thanks in advance

 

bob_buzzardbob_buzzard

You can't display the history this way.

 

Check out the following thread:

 

http://boards.developerforce.com/t5/Apex-Code-Development/Related-list-for-lead-history/td-p/302411