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
cooldamselcooldamsel 

Pop up window in standard page

Hi,

 

I have a Standard salesforce page in my application. I want a pop-up window on load of the page. Is it possible in salesforce? I am new to sf. Please help me out.

 

Thanks in advance.

Best Answer chosen by cooldamsel
cooldamselcooldamsel
So i want to create a visual force page where a pop up appears on the page load and then need to add it as an inline vf page in the layout.

All Answers

Avidev9Avidev9
You can create a visualforce page and include the same as a inline visualforce page in the layout.

You can throw popups from this inline VF page
cooldamselcooldamsel
So i want to create a visual force page where a pop up appears on the page load and then need to add it as an inline vf page in the layout.
This was selected as the best answer
Avidev9Avidev9
You are correct! Make sure you use proper standard controller for the Page. So if you want to add it to account page layout the standard controller should be "Account"
cooldamselcooldamsel
Ok thanks. I will try with that.
cooldamselcooldamsel
In this scenario, my popup is displayed within the visual force page. When i try to hide the visual force page, my popup is also getting hidden from the standard layout. I want the popup to be aligned on the middle of the standard page.