• Anuradha Hiremath
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi everyone,
I am learning SF....And now i am at the stage where i have been given a assignment and it says:
1)Need to fetch all the Account records on my VF Page...
2)I have written the Query as : Select AccountNumber,Account.Name From Account...
3) I have created a VF Page and also binded it with custom Controller...
4) Now i want to fetch the AccountNumber and AccountName on the VFPage...How should i write my program on VFPage as well as Controller.....

I tried doing it myself, didn't work up to the expectation..
Any suggestions would be valuable..

VFPage
User-added image
ControllerPage
User-added image