Send Multiple notification mails per one work item

Hi all,
How to send notification mails to multiple agents when only one work item hits the inbox of one of the agents ?
The scenario is like this :-
Say, we have 3 agents : - agent1, agent2, agent3.
The workitem will hit the inbox of only one agent, say agent1.
But the notification mails for the workitem will be droped in the external mail IDs of all the 3 agents - agent1, agent2 and agent3.
How can we achieve this.
Regards,
Debi

Hi Sujith
My requirement is a bit different.
Actually I am facing the problem for PO Workflow.
This is the standard PO wokflow what i have customized.
Depending on the release code, i am fetching the next level agent (who will release the PO.)
Once the first user releases the PO, its release code gets automaticaaly changed.
And we will find the 2nd agent base on release code once again and the process continues till the end.
In one of the step (say when 1st user released the PO and now the PO is sent to 2nd agent) we want the notification to be sent to multiple agents (not the work item.)
Regards,
Debi

Similar Messages

  • Pulling Multiple Approver Names from Workflow Logs for One Work Item

    I have a workflow design which requires multiple approvals per single work item.  I happen to have another functional design that is also pulling data from those same workflow logs.  Assuming I have multiple approvals at various levels for a single work item which table do I need to reference along with which fields to reference the different approvers per level of approval?

    Hello,
    The same tables. The principle is the same, just more agents.
    regards
    Rick Bakker
    Hanabi Technology

  • Sending multiple request approval at one time

    Hi,
    Im working on a senario thats sending multiple request approvel at one time with HWC application. For example , client approves one request and it approves multiple requests at one time as well. Is it possible make this with HWC ?
    Thanks in advance.

    If you have a list key, it'll have child MessageValueCollection keys (specifically, the value of that list key will be an array of MessageValueCollection objects). Each MessageValueCollection has a state, "add", "update", "delete" or empty. By specifying mappings between list key actions and MBO operations, or by doing so manually in the WorkflowClient.xml, you can specify which MBO operation will be invoked for each "add" MessageValueCollection, which MBO operation will be invoked for each "update" MessageValueCollection and each "delete" MessageValueCollection when the message is submitted to the server via an Online Request or Submit Workflow, where it will loop through the MessageValueCollections and execute the appropriate MBO operation for each.
    In the tooling, you can do this by having a listview bound to that list key and having subsequent screens that invoke Add/Update/Delete List Key Collection menuitems.  In that scenario, when you update the rows in the listview, the effects don't occur immediately, but rather wait until you submit them as a batched operation, which will behave as described above.

  • I have tried a lot to find an app or some way in email to attach multiple of pdf files in one email. I could not find anything that sends multiple pdf file in one email and still keeping the file in simple pdf format for the recipient.

    I have tried a lot to find an app or some way in email to attach multiple of pdf files in one email. I could not find anything that sends multiple pdf file in one email and still keeping the file in simple pdf format for the recipient.

    I am not aware of a way except for photos that allows you to select multiple files in an email. I even checked settings in the Adobe Reader app, and it does not show that ability.

  • Can one work item drive another work item.

    Lets say I have two distinct bug tracking work items in tfs 2013. Would I be able to have one work item drive another... for example
    if I create a defect in work item a, it will create a copy of it in work item b.
    if I update the status of defect in work item a, it will update the status in work item b.
    etc...
    Thx.
    Saba

    Hi Saba,
    As far as I know, seems it's unavailable to get a copy of it in another work item automatically.
    Generally, you can associate the created defect with two work items(add links to the defect for the two work items). Another option is open the first work item after adding the defect to it in team web access, then click button of "Create a copy
    of this work item" to get a copy of the work item.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Send notification to external mail id when work item reach users inbox

    hi all ,
              i would like to know wat are all the settings required for sending an external mail when a user recieves a work item. i think it can be done by running the program rswuwfml .but wat are all the settings required to be done before running the program .....
    Useful answers will be rewarded.......

    What the??!!!! I totally missed this before and actually found it quite acidentally....
    >Yep true! Totally agree with Kjtetil, it adds to an already noisy forum and I am >afraid if others start aping it will be brought down on level with the XYZ forum. >And we don't want that!
    >Anyone volunteering to have the 'M' flag?
    Though I cannot comprehend what you are trying to get at or say I will, attempt to set the record straight.
    Yes I have said that on another thread. I am not asking for points anywhere, I am happy to receive and happier to solve someone's problem.
    The issue with this thread is the author obviously has not bothered to do any investigation. I am not for spoon feeding just for the sake of some points, I am willing to help those who do some bit from their end as well who encounter a genuine stumbling block.
    My reference to "reward" was with a bit of sarcasm, if you know what that means.

  • Is there a way to send multiple pdf's in one email from iBooks?  I have several that I've saved that I need to send to one person. If it can't be done directly, is there a work around?

    Is there a way to send multiple PDF documents from iBooks in one email?  I have several that need to be sent to one person and can't figure out how to send more than one at a time. If you can't, is there a workaround?

    Warehouse that PDF on your own server, then link to it from your book.
    Ken

  • Convert XSTRING to PDF Format and Send it as an attachment with work-item

    I have an Adobe Form data available in the ECC system in XSTRING format. In one of my ABAP methods (used by a custom workflow task), i want to convert the XSTRING data in PDF format and send it as an attachment with a work-item. How best can this be done?
    Appreciate any ideas,
    Saurabh

    Hi Saurabh,
    if u want to download pdf which is in xstring format to u r local system
    u can try the following code.
    data: data_tab type table of x255.
    call function 'SCMS_XSTRING_TO_BINARY'
    exporting
    buffer = XString data
    tables
    binary_tab = data_tab.
    cl_gui_frontend_services=>gui_download(
    exporting
    filename = filename
    filetype = 'BIN'
    changing
    data_tab = data_tab ).
    cl_gui_frontend_services=>execute(
    exporting
    document = filename ).
    Regards,
    Chandru

  • Notification based on parent work item's status

    Good afternoon all.
    Would anyone know how it will be possible to send a notification for a manual activity reassignment but only when the parent work item (service request for example) is 'In Progress'? I know this is not going to be possible in the console so has anyone managed
    to achieve this within XML?
    Any pointers would be great!
    Thanks, Joe

    Unfortunately, what you're asking for can't be done out-of-the-box, even with direct management pack manipulation.
    There are basically two types of subscriptions: instance and relationship subscriptions. They can't be mixed.
    It is still possible to accomplish what you want, but it would require some development effort if you want to build it yourself.
    There are some 3rd party options out there since this has been asked for a number of times in the past.
    For example from a quick search, both
    http://www.carbon60.com/send-email-notification-custom-activity-for-service-manager/ and
    https://andrewsprivatecloud.wordpress.com/2012/07/02/assignmentre-assignment-notifications-using-sco/ use Orchestrator.
    It could also be done with a powershell-based service manager workflow if you don't want to use Orchestrator.

  • Excluding workflows from automatic mail forwarding of work items

    Hi,
    I have configured automatic email forwarding of work items by scheduling a background job that calls RSWUWFML2.
    Is there some way to exclude some workflows, meaning that work items from these workflows shall not be forwarded to the users email?
    Thanks, Oscar

    Hi,
    This you can achieve by creating the Variant
    1) In the workflow identify the Task, which you donu2019t want to send the notification
    2) In the u201CInstance Datau201D Block, in the Task there is a select option, click that.
    3) In the Select option screen you have to give the Task which you want to exclude, in the exclude options
    4) Then save the variant, schedule program using the variant
    Note : you have to give the respective Task No. in the workflow, NOT the workflow No.
    Regards,
    Surjith

  • Mail will not show new emails on my Mac Air but sends OK. Mail server is working

    Hello
    As I said above, Mail will not show new emails on my Mac Air but sends mails OK. The Mail server is working because my iPad is receiving and displaying incoming messages.
    Your advice is most welcome.
    Thanks!

    ''LeoJoy [[#question-1058991|said]]''
    <blockquote>
    Thunderbird successfully displays all of my e-mail accounts in the list of accounts and displays all of the inboxes correctly however it doesn't display the e-mails at my newest address in the unified inbox. To see them, I have to click on that particular e-mail accounts inbox. In every way, this account appears to be set up the same as the all the other ones. The newest e-mail account is a second account through Zoho. What do you think is the problem?
    Mac OS 10.9
    Thunderbird 31.6
    [email protected]
    </blockquote>
    Thank you. I had to select the search from the menu instead og by right clicking but it worked just the same.

  • Automator. Need to send multiple photos each by one email.

    Hello everybody.
    Help me please to create a task in Automator.
    I have 500 images of JPEG 12-15 MB size and I need to send each one to [email protected] one by one email.
    Since some mail servers have permit of size attachments not more than 20 MB - I can send only one image per one email.
    So the steps simply are:
    1) New mail
    2) enter email address
    3) add attachment (number 1)
    4) send
    Next
    1) New mail
    2) enter email address <<< same email
    3) add attachment (number 2)
    4) send
    Etc...
    Best regards,
    Art Fry.

    I had a similar problem and created a service to attach from finder to a new email and then I changed to Outlook and had to update it to do the same in outlook.
    open automator
    Under choose template select "service"
    At the top of script side will be the option "Service receives selected" set to "file" in "you can choose any application but since I only want this in finder that was my choice"
    select the mail program in automator so that the related actions are shown.
    if you use Mac Mail
    first select New Mail Message by dragging into the script.
    2nd select add attachment to front message.
    if you use outlook
    first select Create New Outlook Mail Message
    2nd Add Attachments to Outlook Messages
    save the scripted service with an appropriate name such as attach to email.
    From then when you right click in finder the option to "attach to email" (or whatever you named it) will be shown to activate your script.
    -J

  • Keyboard shortcut for sending messages on Mail suddenly stops working

    I've created a keyboard shortcut (Command + Return) specifically for sending manssages on Mail. When I open Mail, this keyboard shortcut works perfectly but suddenly it stops working.
    If I close and reopen Mail, the keyboard shortcut starts to work again, but for a while.
    I'm using OS X 10.9.1 and Mail 7.1 (1827).

    Howdy Guilherme
    Give this a try if you haven't already.
    System Preferences
    Keyboard
    Shortcuts
    At the bottom of the left panel go to:
    App Shortcuts
    If Mail.app isn't there, add it.
    Under it add Send.
    Now choose your key combo i.e.
    ⌘↵
    Worked for me mail Version 7.1 (1827) running OS X 10.9.1.

  • RSWUWFML2 Program - Sending multiple notification to outlook every 10 mins

    Hi All
    Below is my issue.
    I have scheduled a decision task and created a variant to the RSWUWFML2 program. This program is scheduled to run every 10 mins in background by WF-BATCH agent with the variant.
    The issue is :
    When i create a document in FV60 the approver is identified by a custom method and passed to the decision task. The approver gets 5 emails for the same document every 10 mins until he approves. But this happening only in outlook for email alone not in SBWP (The user gets only one workitem).
    I thought there would be a problem with the background job, to make sure of this i run the RSWUMFML2 program manually with the variant , which stopped sending the mail.
    Can anyone help me out , how i need to proceed further to fix this issue?
    Thanks
    Shree

    Hello,
    You said:
    "i run the RSWUMFML2 program manually with the variant , which stopped sending the mail."
    Do you mean that it only sent it once, or that it didn't send it at all?
    That's very strange that it runs every 10 mins, and yet sends out 5 mails every 10 mins.
    Are you sure there aren't 5 occurrences of RSWUMFML2 running?
    What do the timestamps look like on these 5 mails: the same, or different, or spaced evenly?
    regards
    Rick Bakker
    Hanabi Technology

  • Multiple audit records per one report refresh

    We use BO XI R3 on Windows with CMS on DB2.
    I need to create audit reports on BO report usage with following data:
    username, timestamp, duration, report name for DeskI and WebI reports.
    I use auditing on DesktopIntelligenceCacheServer and WebIntelligenceProcessingServer.
    The problem is that I'm getting multiple records in AUDIT_EVENT table with different event_ids and timestamps per one refreshed report.
    Following SQL brings 2 records from WebI server all the time (first with duration=0) and from 1 to 5 records from DeskI server, all of them with real report duration.
    SELECT
    start_timestamp,
    ae.EVENT_ID,
    user_name,
    duration,
    object_type,
    detail_id,
    detail_text
    FROM BO_XI_R3.AUDIT_EVENT ae,
    bo_xi_r3.AUDIT_DETAIL ad,
    bo_xi_r3.EVENT_TYPE et
    where ae.EVENT_TYPE_ID=et.EVENT_TYPE_ID
    and ae.EVENT_ID=ad.EVENT_ID
    and ad.DETAIL_TYPE_ID=8
    and ae.EVENT_TYPE_ID=19
    order by 1;
    How to separate unique refresh info?
    Edited by: Valentin Volk on Oct 3, 2008 9:03 PM

    Valentin,
    The "duplicate" records that you are seeing, is it always consistent or just sometimes.  I ran you query against my Auditor database and sometimes (like maybe less than 50%) I am seeing "duplicate" records.  I say "duplicate" because the Event_ID is different in each case, but by sorty by start_timestamp, I can see a duration 0 record, and if the query takes like 5 seconds, then five seconds later I see the entry again (with a new Event_ID) and the second record has a duration of 5.  What does all this mean?  I don't know exactly, other than BO sees the act of submitting a report (sometimes) as an activity (and records an "enter" record with a duration of zero, zero for obvious reasons), then when the report ends another entry to the journal used to record the duration.  And at other times I don't see the "enter" record, just the entry with the duration.  In my practice we run a similiar query as you've provided but we do not record where duration is zero.
    thanks,
    John

Maybe you are looking for

  • How do I upgrade my mac book to play The Sims 3?

    I just bought The Sims 3 and received it today. Unfortunately, it only works with Mac OS X 10.5.7 Leopard and higher!!!! My computer wouldn't even open the 'install' icon. I have the 13 inch Mac book version OS X 10.4.11 and I'd like to upgrade so I

  • Upgraded But Itunes Will NOT OPEN!!!??

    I know that many other people have had similar problems but i want help for this specific problem. I upgraded itunes to the new verzion and it downloaded it fine.After i did that i tried opening up itunes it loaded for about 30 or so seconds. Then it

  • Set DISPLAY ONLY based on privilege

    Hello. I'm using Apex 4.0. I'm trying to enable the Read Only function based on a Privilege assigned to a User. For instance, I have several users where their privilege is set to 'View' in the Access Control List. How do I code for this. On the "Read

  • PostScript file

    whether or not it will be possible to produce a PostScript file from Business Objects XI 3.1in Windows printer or Unix printer?

  • How to avoid PDF being converted to a useless textbox?

    How can you avoid this Adobe programme just converting pdf into textboxes which cannot be edited?