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
birdofpreybirdofprey 

Related List url is referencing to the relative path?

In my VF page i am using these two calls.


<apex:relatedList list="Applications__r"/> <apex:relatedList list="Registrations__r"/>

 

For some reason any records that is listed in the related list Registrations, under the Details column where the "View" link is, has the path to that record in the relative format to the VF page

 

ex "https://c.na2.visual.force.com/apex/a0040000xxxxx"

 

Where as in the Applications records they are correct where they are in this format

 

ex "https://na2.salesforce.com/a0940xxxxxxxxx"

 

 

Any ideas as to why?

 

 

kiranmutturukiranmutturu

as you are using custom vf pages for your related list ... and visual force pages are rendered through different servers and the standard blocks will render from different servers.. thats y u are seeing this kind of change in URL's...