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
Sarita Swain 9Sarita Swain 9 

vf page to display account and related contact

HI all,
I am new to salesforce, please give me some solution ...
 i want to Create a tab – “Account Information”.

When user clicks on this tab, he should be redirected to a visual force page which looks like:
Account Name should be a link and on click of it should redirect to standard Account Detail Page
 
Account NameNo of Contacts
Acc12
Acc26
Acc313
please give me solution...
RainnyCloudyRainnyCloudy
You should probably read through the Visual force documentation to figure this out and not expect a hand out.
Here's what you can research: standard controller, standard list controller, controller extension, apex:output link.
 
Sarita Swain 9Sarita Swain 9
thanks, RainnyCloudy.