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
Ankit Khurana24Ankit Khurana24 

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

sandeep@Salesforcesandeep@Salesforce

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.