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
Leathercombe BayLeathercombe Bay 

How can I populate a message after user login?

Hi guys,

 

I want users to see a pop-up window after their login, and they can only click the "ok" button on the message before they go on to the homepage. Is it possible to do it with VF or there are other ways?

Thanks very much!

 

Best Answer chosen by Admin (Salesforce Developers) 
WesNolte__cWesNolte__c

You could do this a few way but the "neatest" would be:

 

1. Create VF page with some JavaScript that pops up a modal window.

2. Create a tab that uses this page.

3. Set this tab as the applications starting tab

 

Wes

All Answers

WesNolte__cWesNolte__c

You could do this a few way but the "neatest" would be:

 

1. Create VF page with some JavaScript that pops up a modal window.

2. Create a tab that uses this page.

3. Set this tab as the applications starting tab

 

Wes

This was selected as the best answer
Leathercombe BayLeathercombe Bay

Sounds feasible, I will try it out. Thanks very much!