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
JRTConsultJRTConsult 

Error Message adding ProcessSteps related list to visualforce page

I have added the code to my visualforce page to render the Approval history related list section by using the syntax:
 
<apex:relatedList list="ProcessSteps"></apex:relatedList>
 
The odd thing is it rendered the first couple of times on my page, then stopped working with the error that "process steps wasn't a valid child relationship". I have looked in apex explorer and validated that there is a child relationship by that name to my custom object.
 
Any help would be appreciated.
Ron HessRon Hess
this thread has a solution
http://community.salesforce.com/sforce/board/message?board.id=Visualforce&message.id=8048


mtbclimbermtbclimber
If it worked at first but then didn't go back and check the respective page layout for the related list. It has to be on the page layout definition to be seen.