You need to sign in to do that
Don't have an account?

urgent:how to show last visited date
i need to show last visited of any record of standard salesforce object (e.g. account) on standard salesforce page .
please help me out with this.
note:i need to show last visited date not updated date on standard page
Directly it is not possible because Salesforc only track last modified Date and user. but you can achieve your expected result,for this :-
1. Create a new Field of DateTime type on this object.
2. You need to create your a inline VF page of Standard page. whenever that stantd page gets loaded which automatically load VF page and uploan loadig fill a new field "Last visited Date Time" and update the record.