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
brielea1984brielea1984 

New to Visualforce

Hello,

 

I'm new to visualforce and think I understand it conceptually from watching the training video. I could use some help though creating my first page so I can learn it in practice...

 

I have a custom object called case notes. I want to override the home page tab to show my task list and the case note tab layout  so I can create and view my case notes straight from the home page. Any advice for which components, how the coding should look, etc would be much appreciated.

 

Thanks!

cmlcml

You can go to setup -> App setup -> Customize -> Home-> Home Page layout.

 

There you can override OOB layout with your visualforce pages.