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
eduardofernandeseduardofernandes 

Alert negotiator that he has an old Lead.

leaI tried the forum but found nothing about it.

I need to create an event to report to all my company's negotiators that they have leads that have not been contacted.

How could he do this?

Wait for an answer.

Thanks to those who respond.

No more.
sfdcfoxsfdcfox

You could use a time-based workflow rule, using criteria such as "when a lead is created, wait 30 days and notify the user if they have not updated the lead since then". Alternatively, you could use a scheduled Apex Code class that runs nightly (or weekly, etc) that looks for leads that meet certain criteria and send a notification to the owners of those leads. There's numerous ways you can do what you're trying to do... you could even have users use "My Unread Leads", which shows users leads they have not look at in 30 days; it can help keep users on top of leads they haven't even looked at in a while.