You need to sign in to do that
Don't have an account?

customising accounts page
How do i include thse fields(In picture)(Tools,Reporsts) that are there in default accounts page.i have the code for the account tab
code you have given
<apexageBlockTable value="{!accounts}" var="a">
<apex:column >
<apex:facet name="header">
<apexutputLabel value=" {!$ObjectType.Account.Fields.Name.Label}" />
</apex:facet>
<apexutputLink value="/{!a.id}">{!a.Name}</apex
utputLink>
</apex:column>
code you have given
I'm not aware of any way to access this information through Apex. I think you'll need to scrape the URLs.