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
AradhyaAradhya 

Pop up message when a user logged into salesforce

Hi,

 

Is is possible to display a popup mesage when a user log in to salesforce from Internet Explorer.

 

Thanks

MayankAdmMayankAdm

Hi Aradhya,

 

Yes you can display that message create vf page and override with vf tab and change to landing tab to that custom vf tab

In that page you can display as per your requirement

 

Thanks,

Mayank

mayanksfdc@gmail.com

Prafull G.Prafull G.
You can write javascript and ad it on sidebar. The javascript should check browser and current page i.e. Home page to display the message.

Let me know if you need some help with javascript.

Cheers!
sandeep@Salesforcesandeep@Salesforce

This can be done by two way

1. Using a home Page component where you use a javascript code ( with alert your message) 

2. To Create a VF page with makeing it landing Tab using VF Tab.

 

Give me KUDOS if it was helpful. and mark it as solution