Skip to main content

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 个回答
  1. 2023年12月5日 02:08

    @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.

0/9000