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
punnoosepunnoose 

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

 <apex:smileytongue:ageBlockTable value="{!accounts}" var="a">
 <apex:column >
 <apex:facet name="header">
  <apex:smileysurprised:utputLabel value=" {!$ObjectType.Account.Fields.Name.Label}" />
   </apex:facet>
    <apex:smileysurprised:utputLink value="/{!a.id}">{!a.Name}</apex:smileysurprised:utputLink>
     </apex:column>
     code you have given

 

bob_buzzardbob_buzzard

This is a cross post from the apex development board.  I've posted an answer on that thread:

 

http://boards.developerforce.com/t5/Apex-Code-Development/customising-accounts-page/td-p/475139