Sunday 9 August 2015

Configuring a Workflow to Send Email Notification

Hi all, recently i had a requirement where i  hadto configure a step in workflow to alow notification to be send to user as Email.
this can be done by invoking Business Service Outbound Communication Manager using a workflow or using a custom script.

I used the below approach.

1. Create a Business Service step in workflow.
     Service Name : Outbound Communications Manager
     Service Method : CreateRequest

















2. Pass the Required arguments as Input in the Business Service step.
    CommProfileOveride : Test Exchange Profile
    SourceIdList : ObjectId (rowid of the record whose value will be substituted in Email Template)
    TestAddress : Email Address to send mail (Overrides the value specified in Recipient group)
    RecipientGroup : Recipient List to Send mail to  (Optional)
    PackageNameList : Name Of Email Template








the method CreateRequest submits a request to server and that request us processed Asynchronously,
method CreateRequestSync can be used to create synchronous request.

Also, there is another method of Outbound Communications Manager to Send mail "SendMessage". I will explain difference of both method in my next post...



3 comments:

  1. Hi Rahul,

    We need to mention below 2 parameters in 'CreateRequest'. --

    1. RecipientGroup
    2. RecipientBusComp

    It would be helpful, if you can elaborate abouh these 2 parameters. I searched multiple blogs, but my idea is still not clear.

    ReplyDelete
  2. Possessing a house office business in to a 2010 dream problem for many work at home moms for methods . years, this too popularity keeps increasing just about every day. In the previous a long time; most moms chose to utilize home after maternity leave. mindmap templates

    ReplyDelete
  3. Thanks for providing recent updates regarding the concern, I look forward to read more. https://europa-road.eu/hu/rendszeres-gepszallitas-debrecen.php

    ReplyDelete

Siebel GoTo View - Handling Realtime cases

 Hello All,  We all must have used GoTo view functionality of siebel to navigate to a particular view from current view. What if the require...