DayBack Behaviors, Hacks, and Extensions

Search our actions and extensions library for more options to customize your calendar

Specify an alternate field to edit if the start time field you're displaying is a formula field.
Developer Resources and Utilities Salesforce Resources
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

See it in action

Check out our blog post about Pre-filtering in Salesforce for more detail on how to implement this app action:

Compatibility

Salesforce

Installation Requirements

Easy Install

Download Information