• HarryY
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Below is the example scenario from an interview. Could anyone help here
I have a scenario where I am displaying list of fields from an Account object using standard list controller. Now I have to display all fields in the account object using a vf page. If any new fields are created in the object or any existing fields are deleted from object the vf page should dynamically get fields and their respective values. The controller should not use any fieldsets or custom settings. The code should be written in a way where there should be no need to modify either code or cofigurations when there are changes happening in the object.
Can some one please explain how to acheive this.
  • April 21, 2019
  • Like
  • 0