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
magandrezmagandrez 

Single table with columns from different (custom) objects

Hi,

 

I have a requirement to develop a table that contains a list of records; each record has columns with information from two different custom objects. I know how to make two different listings with the information from each object separated, but I can't come up with a custom controller (or extension) that retrieves the information from different objects and shows that in one single table.

 

The only (VERY VAGUE) idea I have is from here: http://stackoverflow.com/questions/8157240/combine-multiple-objects-within-a-list

 

Any idea, comment or help will be very welcome.

 

Many thanks,

 

MGA.

Nilesh ManeNilesh Mane

Use Wrapper class.

 

check this link

 

http://wiki.developerforce.com/page/Wrapper_Class