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
ctiuser1ctiuser1 

controller extension to allow display/eidt of multiple objects

I am trying to create a visual force page which allows me to display account/lead/contact detail page depending on the id passed in and a few checkboxes whose values need to be saved to a task object. I am new to visual force page and have just gone through the tutorials. My understanding is that i need to create a controller extension to handle this, but i am not sure exactaly how. Has anyone done anything similiar? Any advice/comment/code samples is greatly appreciated! Thanks!

gv007gv007

Please initials go through cookbook examples available in documentation .

ctiuser1ctiuser1

Thanks for the response. I have actually just gone through all the sampels in the cookbook. Unfortunately, i did not see anything that looks like what i need.