ISCHANGED(OwnerID) doesn't do it - it alerts the original owner.
2 respuestas
Hi Elise,
I dont think a WFR evaluated directly on the Owner field wont do it as you are experiencing right now. From the top of my head I am thinking in these options:
1. Point and Click option:- Create a custom field on the account object and populate it with the Id of the current owner.
- Create a custom email field and populate it with the owner email.
- Create a workflow rule that will trigger if the owner Id is different to the custom owner id.
- Send the email using the custom email field of the account as recipient.
- Update the custom owner id field with the new owner id so when the owner is changed again another email will be sent.
- Update the custom email field with the new email address.
2. Custom:
- Create a trigger that will evaluate the old vs new state of the record if the owner id is different sent the email.
I hope this can help you.