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
sudheer raju 10sudheer raju 10 

if user opens the record, automatically send an email to owner so and so user opens your record

HI All,

        I am new to salesforce,i have one requirement if user opens the record, automatically send an email to owner so and so user opens your record.How can we acheive this functionality. Please help me.

Thanks in advance.
Tavva Sai KrishnaTavva Sai Krishna
Hi Sudheer,

I have found this link. http://gtr.net/last-viewed-by-and-page-view-count-for-salesforce-lead-records/
Please mark this as best answer as it is useful to others.

Regards,
Sai Krishna Tavva
 
VineetKumarVineetKumar
You will have to create a custom VF page to meet this requirement.
In the controller's contructor you can call a method that helps in sending out the email.