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

Validation Rule on Events
Hi 2all
i want to make a validation rule on Open Activities(standard) - at New Event. I want to make a rule who restrict me to save two events on the same date (year/month/day) same hour....on the same agent.
Tnx
i want to make a validation rule on Open Activities(standard) - at New Event. I want to make a rule who restrict me to save two events on the same date (year/month/day) same hour....on the same agent.
Tnx

You can achieve this through Before trigger on Event Object. On Insert of Event do a query which fetches all event records on the same date (year/month/day) same hour. If your search returns any records , use addError to through a validation error.