Is it possible to use Workflow Manager to trigger the sending of an e-
mail to certain users if any change is made to an Account?

Re: workflow manager in CRM 3.0 by Larry

Larry
Wed Aug 29 20:18:04 CDT 2007

Workflow does not recognize an Update Event to trigger a workflow. However,
you can create a workflow that will capture the Modified On date (using the
Add Date Time assemblies included with CRM) and waiting for it to change.

"chris.markus@symphonyasset.com" <cmarkus@gmail.com> wrote in message
news:1188430800.418351.103950@l22g2000prc.googlegroups.com...
> Is it possible to use Workflow Manager to trigger the sending of an e-
> mail to certain users if any change is made to an Account?
>


RE: workflow manager in CRM 3.0 by imumar

imumar
Thu Aug 30 02:16:01 PDT 2007

Hi Chris,
Workflow Manager dont give any direct event for update. The workaround is to
create manual workflow and than call it in on create event. In manual
workflow check for change as Larry Lentz is guided.

Another option which is mostly used in such cases is to use update callout
but callout requires programming skills. If you have access to some CRM
developer than its better to get implemented a update callout for account for
sending emails.
--
PLEASE do click on Yes or No button if this post was helpful or not for our
feedback.

uMar Khan
Email for direct contact: imumar at gmail dot com


"chris.markus@symphonyasset.com" wrote:

> Is it possible to use Workflow Manager to trigger the sending of an e-
> mail to certain users if any change is made to an Account?
>
>