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
RameshwarRameshwar 

Auto Execution of S-Control

Hi,

I have problem in self execution of S-Control as I am trying to auto event fire up for executing S-Control when any user logging into Salesforce or at the time of selection of application from AppExchange.

Is it possible to trace the login activity or any event in salesforce without the usage of Trigger ?


Thanks
Rameshwar
jpizzalajpizzala
The problem with SControls (and all client-side scripting, for that matter) is that it only fires when the page it is embedded in is loaded. So I guess you could have an SControl on the Home page to catch when users log into Salesforce, but this will only catch the users who log in via the UI and are immediately directed to the Home tab.

Keep in mind that the SControl will fire every single time the Home page is accessed - regardless of whether it is an initial login or casual browsing later on in the session.


Message Edited by jpizzala on 04-02-2008 03:01 PM