You need to sign in to do that
Don't have an account?

Set Event.EndDateTime by default to 60min after Event.StartDateTime
Is it possible to set the EndDateTime to be always 1 hour after the StartDateTime when creating an Event?
My users do not want to have to set the EndDateTime every time they create a new Event. I tried to remove the "Required" setting on the standard field EndDateTime to allow for blank values, but it is not possible because another field "DurationInMinutes" is dependent on the value of EndDateTime.
Any help very appreciated.
Luison
My users do not want to have to set the EndDateTime every time they create a new Event. I tried to remove the "Required" setting on the standard field EndDateTime to allow for blank values, but it is not possible because another field "DurationInMinutes" is dependent on the value of EndDateTime.
Any help very appreciated.
Luison
Since you can't establish a default value, I'd suggest you to update this field using Process Builder. If you create a process over Event and the update field formula I show you below, your users won't need to bother again in setting this field.
Hope this helps you.
Regards
All Answers
Since you can't establish a default value, I'd suggest you to update this field using Process Builder. If you create a process over Event and the update field formula I show you below, your users won't need to bother again in setting this field.
Hope this helps you.
Regards
Many thanks for your quick reply! Yes I thought about using the Process Builder but I wanted confirmation that it was the way to do it.
I ammended slightly the process you suggested by changing the formula to refer to StartDateTime + 60.
Otherwise, it was perfect.
Many thanks again.
By the way, by your name you must be Spanish or SouthAmerican? I am from Valencia (Spain) but based in Ireland.
Glad to hear from you!!
Luison