• Beginsfdc
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies

 

Create a VF page on which show below 4 filed for search criteria, and n clicking on search button all the matched record will be listed in the tabular manner

Name

Number

Billing City

Billing Country

 

Search button

 

Search by Name (use like)

All accounts that matched show them pageblockTable

 

Other section

Give total accounts count

 total searched Account count

min / max / avg  field value for searched account

Accounts searched - created last 1 month (no hardcoding / system.date)

 

 

the screen are like this

 

 

 

this is next part of screen shot

 


Reply ASAP


I want to know how to use related list and what is the syntax for

<apex:relatedList subject="/* here insert the code to get id used in the current page to allow get the id

from url " List="Contact"/>

  and this has to dispaly the related list of contact for that particular account whose id is used