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
Jose María Nicolás ArfelisJose María Nicolás Arfelis 

Is it possible to merge two related lists pointing to the same object?

Hi all,

is it possible to merge two related lists pointing to the same object using Visualforce?.

On one event can participate one or more professors, but one professor can participate on one or more events.
I know, this is possible using a junction object, but if I create two lookups on the object Event, say, Professor 1 and Professor 2 pointing to the same object Professor, this creates two related lists Event and Event (Professor 2) on the detail page of every professor.

Is there any possibility to merge both related lists so this list shows all records in only one related list?. The benefit would be for the user to see with only one click all details of an event on the related list than using a junction object.

I would appreciate you help.