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
Shebin-KVP Business SolnsShebin-KVP Business Solns 

Related List Not Loading in Customer Portal

Hi All,

 

  We have configured customer portal to display one visual force page and  corresponding related lists. But when we use 

 <apex:relatedList list="some list id"/>  the page is generating error.But if i remove all   <apex:relatedList list="some list id"/>  the page is loading fine. Can any one help for this. Thanks in advance.

kiranmutturukiranmutturu

r  able to execute the page natively....? and what kind of ID that u are passing?

In my opinion you need to give the portal access to primary lookup field to child object in parent object and user fields which are necessary to insert a user. Make sure that child object which is associated with parent object must have a role.