• Spandy c
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
how to dispaly all new cases,working cases,closed cases against an account in salesforce using apex in the form of report.
ex:
accountname|newcases|workingcases|closedcases|
acc1              |  3              |  5                    |  7
acc2              |4                |2                      |3
I want to display the account and related contacts in the same visual force page. Need to display the account names in first page block and If we click on the command link called contacts that has to display the contacts related to that particular account in another pageblock.

Name           Phone              Industry     Actions 
Account1    123-456-789      Retail        Contacts || New Contact || Edit
Account2    234-456-780      Auto          Contacts || New Contact || Edit
how to dispaly all new cases,working cases,closed cases against an account in salesforce using apex in the form of report.
ex:
accountname|newcases|workingcases|closedcases|
acc1              |  3              |  5                    |  7
acc2              |4                |2                      |3