• Prakash Mathur
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi there,
I have created a custom tab for my opportunities and have attached my vf page's URL. I want to be able to go into this tab under any given opportunity and see certain details of the account it is related to. It seems that for this to work, the record id for the opportunity needs to be manually input, but my requirements say the process must be automated. In other words, I need to modify my vf page to recognize which opportunity is being viewed and to automatically include the respective account id in its own URL. Intuition tells me this must be done through the usage of a controller, but I'm not familiar enough with controllers to understand how to script this out. Any direction on how to do this would be greatly appreciated as this is the biggest obstacle I have come up against.