The Calendar You've Been Waiting For
Use | This Salesforce On Event Save event action allows you to specify an alternate Start field to edit instead of the one specified in field mapping. This is useful for when you’ve mapped you Start field to a formula field to, for example, just have the current user see their own events. Here’s an example of such a formula field:
if ( $User.Id = OwnerId , If( IsAllDayEvent , DATETIMEVALUE(ActivityDate) , ActivityDateTime ) , DATETIMEVALUE('') ) |
Trigger | On Event Save |
Script | OverrideStartEdit.js |
Options | Open in new window: No Prevent default action: No |
Check out our blog post about Pre-filtering in Salesforce for more detail on how to implement this app action: