Hello,
I'm working on a custom form, and there is a field in the form where users can fill with other users. For example, Project Manager: John Doe.
I would like to use either an event handler or a business rule to send out an email to the user (John Doe), whose name has been mentioned in this field, notifying them that they were assigned to a project.
What would be the best way to achieve this?
Thanks,