function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
len123len123 

Custom Link in Account

Hello,

I want to create a link in the account page which will open in a new window with a list of all the open opportunities of this account.

Can I do that in Visualforce?

I know I can create a list of Opportunities based on the Account ID. The question is:

1. How do I put the visualforce page on a custom link (today I can only override tabs and buttons)

2. How do I add to the code a filter to show me only the open opportunities.

Thanks for the help!

Lenny