Trying to calculate the number of days between events logged in Salesforce that are assigned to the same user (Rep) per account. Would like to be able to more easily track event frequency per account and per rep... any ideas?
3 réponses
@Shae Meisner You can use a record triggered flow whenever a new event is created...get the most recent activity assigned to same user and calculate the number of days and post it to a custom field on Account object.