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

Can we write trigger for Event Object?
Hello,
I am planning to write a trigger on Event Object.
The trigger will fire when the Event Expires.
Can this be possible?
Thanks,
Mayank
I am planning to write a trigger on Event Object.
The trigger will fire when the Event Expires.
Can this be possible?
Thanks,
Mayank
Trigger will fire Only when a insertion or updation or deletion or undeletion happens. If the particular event expires the particular record has to be again updated if it is then u can write the trigger for sure.
But here what happens is if the event is expired then the record will be updated at time ur are logging in so u can write a trigger but it will be fired when u login into your salesforce account.
Hope this will help u
Regards,
pradeep
Thanks for your response.
Thanks,
Mayank
Thanks,
pradeep.
Is there any mean by which we can update one field of Event when Event Expires and then we can fire trigger.?
What about workflow to achieve this?
Thanks,
Mayank