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
jai.sjai.s 

How I can display Count of Leads Modified from last 3Months in Home page

Hi,

I have requirement that, i have to dislpay Count of leads modified from last 3moths in Home Page. 

Regards
Shaik
nbknbk
You can create home page component and include in vfp to acheive the requirement
. ex: the soql statement is - Select id from lead where lastmodifieddate= LAST_N_DAYS:90
jai.sjai.s

Hi nbk,

Is there any other way can acheive this without VF Page.

Regards,
Shaik