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
yespeeyespee 

Forcing a default view

Generally for any Salesforce object, last visited view (standard or custom) gets defaulted when user logs in next time. Is there a way to force a default view at user or profile level? Also how to make this default view refresh without having to hit the Go button.

jwelljwell
This can be done by overriding the tab with an s-control. Take a look at the steps here...
Overriding Tabs in Salesforce

Regards,
James

Message Edited by jwell on 09-09-2008 03:31 PM
yespeeyespee
Thanks jwell ! This works perfect.
Is there a way to restrict this to certain profiles?