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
Craig JonesCraig Jones 

Visualforce page within a dialog

Hi,

 

For example....

 

I have a custom visualforce page that shows data from a custom object (Product). This product has accounts linked to it and when you click one of the accounts displayed on the screen i want a dialog box to appear with the Account information within it (but hosted in a seperate visualforce page - or what looks like a visual force page) within it.

 

Is this possible?

 

Thanks,

Craig

Prafull G.Prafull G.
Hi Craig,

This is definitely doable. You can create a visualforce page that will receive Id and display the account information.

On your Product detail page, you can use the above Account information page to show as popup or modal dialog.

Regards,