Ron - Tuesday, March 11, 2008 3:07 PM:
Looking for a way to direct a notification based on the path an activity is taken. I have a complex workflow with several activities which have multiple paths both to and from the activity, I would like to assign notifications which are more descriptive and have greater meaning based on how the user votes.
Can this be done with standard workflows or must this be done via a method?
Thanks
SamsAn - Monday, March 17, 2008 7:34 AM:
Hi.
You may use the following to send emails in a workflow.
1. Path Post method.
-> Edit your Workflow Map, select a path, select Post Methods tab, assign a method with code like:
CCO.Email.SendEmailToIdentityEx(identityName, subject, body, html_body, from_user)
2. Activity Server Event.
-> Edit your Workflow Map, select an activity, select Server Events tab, assign a method with the code like above, select Event.
3. Activity Notivication.-> Edit your Workflow Map, select an activity, select Notivications tab, assign a email message, select Event.
Hope it helps,
SamsAn.
Ron - Monday, March 17, 2008 8:25 AM:
Thanks SamsAn, I'll give this a try and post the results on the forms in a few days.
Ron