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
SurenderSurender 

Display pop-up in Salesforce as they log-in for the first time - urgent!!

Hi,

 

I want to display Use Policy(i.e., check box) as a pop-up as soon as they login to Salesforce for the first time. This should happen for existing users who are going to see Chatter for the first time or new SF users. User should not be able to proceed till the User policy has been accepted.


Also we need to track the acceptance to the Use Policy(add attribute to User record, maybe date and time to track who has accepted to have read the policy)

 

Please share your thoughts like how can we achive this.

 

Also share us with sample files if any..

 

Thanks in advance..

IspitaIspita

Hi,

A round about way of achieving this is the following:-

  • Lets assume the Home tab is the default landing tab of your org
  • On this home page add a component which onload displays the window you wish to show.
  • I think you are aware of how a home page Vf component is added - in that you have to include the code to open a popup window , when page loads.

Hope this helps....

SurenderSurender

Hi,

 

As we are new to Salesforce dev, Can you breifly elobarate below 

 

  • On this home page add a component which onload displays the window you wish to show.
  • I think you are aware of how a home page Vf component is added - in that you have to include the code to open a popup window , when page loads.

 

Share us with sample code if any..