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

Anyone know why Update triggers on EmailMessage object have not been implemented by SF?
The Case's related object EmailMessage gets Insert and Delete triggers but not any Update triggers. So I can't do anything useful when users read or reply to an email (and the Status changes from New to Read or Replied).
Any explanations from SF as to why they haven't given us access to an Update trigger on this object? Is it an oversight or bug?
Can anyone think of any sort of workaround (I can't)?
regards.
But it is updated by the system (Status changes from New to Read) and that is what I want to base my actions on.
I want to do something to the Case whenever its EmailMessage(s) is read for the first time.