How to send a TextMail (SendMail step) both in Lotus and SBWP (SAPMail)?

Hi All,
I have an enhanced PR workflow wherein right after the full release of PR, the PR item buyers will receive a notification (text mail), informing them that their requested item has been released.
This notification activity was made possible using a SendMail step in workflow. However, the notification is only sent to the SAPMail and not to the Lotus Notes (I used SWNCONFIG).
I observed that the workitems are sent to the SAPMail anfd Lotus Notes but the textmails were not sent to the Lotus Notes.
How could I configure the workflow (SendMail step) wherein the textmail is also forwarded to Lotus Notes?
Thanks in advance guys!
I'll reward points for useful contributions.
Regards,
Reymar
Edited by: Reymar Ellazo on Jun 11, 2008 8:17 AM

Hi Reymar,
You could take a look at automatic forwarding in the inbox. Try searching the forum for more details, it has been discussed several times. Take a look at transaction SO36 also.
Regards,
Martin

Similar Messages

  • How do I fix the timeline so both the images and the timeline are 1080p?

    Hello everybody. I'm a relative newbie to FCP, but not totally new to the world of video editing. I've got a problem that I hope somebody out there can assist me with.
    I've shot a lot of footage in HD (1080p) and have imported everything into a timeline. I've performed all my edits, transitions, music integration etc - now when I go to output the footage I realise I've made the mistake of doing everything in a 576p timeline.
    I've figured out how to resize the timeline, but all the clips appear in their original 576p resolution in the middle of the canvas (ie huge bars around the image)..
    My question is simple enough.. How do I fix the timeline so both the images and the timeline are 1080p? Is there a method to 'resize' all the clips to the new timeline? Will this resize the 576p clips or will they still be native 1080p?
    If importing all those clips into the original timeline has destroyed pixels, then resizing to 1080p is definately not what I want to do. I want to retain all the resolution of the original clips.
    Any advice would be very much appreciated. I've created nearly 300 edits in this timeline, not including all the effects and transitions. If I have to redo all this because I set up the timeline incorrectly I'm going to be rather upset!
    Thanks everybody.

    If you captured the footage as 1080 then the fastest way to re-size all the clips back to 1080 is to select all the clips on the time line and then in the menu bar go to Edit -> Remove Attributes. This will pop up window asking which attributes you want to remove. I would try checking the Basic Motion and Distort attributes and click OK. This should pop everything back to their original size and shape.
    However, this will also remove any re-sizing or distortion that is intentional (ie to blow up a particular clip so you can focus on something).

  • How can I delete useless memory on both my iPhone and my Macbook Pro?

    How can I delete useless memory on both my iPhone and my Macbook Pro?

    I don't know much about iPhones but when you write "memory" do you mean the data on your hard drive on your MacBook Pro? If so, simply drag the items you deem as useless into the Trash and empty the Trash. DON'T fool around with any of the system items, just your own documents that you feel that you no longer need.
    You can get an answer on freeing up space on your iPhone in the iPhone forum.
    Clinton

  • How to create bdc for fbs1 using both call transaction and session

    Hi Friends,
    i have one problem with tcode FBS1, i need to create a bdc program for both call transaction and session method using subroutine.
    first call transaction needs to execute if there is an error sesion has to execute. if u have code please forward.
    thanks in advance.
    chandramouli pothugunta

    where as in call transaction we can do error handling explictly.those errors  are stored in one file .this file will send to the error log(session method),i.e session log.
    in the above case we use both call transaction n session method at time in one program.sample code is below ,go through it .
    data : begin of itxk01 occurs 0,
    end of itxk01.
    data : bdcdata like itbdcdata occurs 0 with header line.
    data : itbdcmsgcoll like itbdcmsgcoll occurs 0 with header line,
             itxk01 like itxk01-dup occurs 0 with header line.
    call gui-upload.
    loop at itxk01.
    refresh itxk01.
    perform bdc-dynpr0 using 'prg' 'scr'
    perform bdc-dynfld using fnam fval
    call transaction 'xk01' using bdcdata mode 'a' update 's' messages into itbdcmsgcoll.
    if sy-subrc ne 0.
    append itxk01 into  itxk01-dup.
    endif.
    endloop.
    if not itxk01-dup[] is initial.
    refresh itck01.
    call bdc_open_group
    itxk01 = itxk01-dup.
    loop at itxk01.
    refresh itxk01.
    perform bdc-dynpr0 using 'prg' 'scr'
    perform bdc-dynfld using fnam fval
    call bdc-insert.
    endloop.
    call bdc-close-group.
    form bdc-dynpr0 using pr sc
    endform .
    form bdc-field  using fnam faval
    endform.
    this will help u.
    reward points for me
    kiran

  • How to send notifications to multiple person with same role and with result

    How to send notifications to multiple people with resultout as approve/reject?
    We are looping the notification by attaching a cursor query to find the different emp nos to send for approval.
    I cannot associate a role because these emp nos are sub-set of a role which I have created and i am getting thru the cursor query.
    For FYI notification there is no problem, but for approval notification, I am not unable to send approval notifications to all the people.It stops at the first person in the loop.Pls suggest alternate way. Thanks in advance.

    Manju,
    I would use the cursor to populate the API for creating an ad-hoc role within the workflow process as a function. Then set your notification performer as the ad-hoc role.
    Here is an example function:
    create or replace procedure sample_emp_fill(itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout in out varchar2) as
    cursor get_name is
    select ename from scott.emp where mgr = 7839 and empno != 7566;
    role_name varchar2(50);
    names varchar2(500);
    begin
    if (funcmode = 'RUN') then
    role_name := 'ad_hoc_role_'|| itemkey;
    for row in get_name loop
    names := names || row.ename || ' ';
    end loop;
    WF_DIRECTORY.CreateAdHocRole( role_name=>role_name,
    role_display_name=>role_name,
    language=>'AMERICAN',
    territory=>'AMERICA',
    role_description=>role_name,
    notification_preference=>'QUERY',
    role_users=>names,
    email_address=>' ',
    fax=>'',
    status=>'ACTIVE',
    expiration_date=>'');
    resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;
    return;
    end if;
    end;

  • How to send a e-mail from folio with subj and text

    Hello!
    I need send an e-mail from folion. I knew how to make hypperlink but a need not only subj and address. I need a text there. Can somebody explain how it's should be?
    Best regards

    You can make an object have a mailto: hyperlink that has subject and body variables included.
    It would look like this:
    mailto:[email protected]?subject=Subject-text-goes-here&body=Body-text-goes-here
    Fill in the variables with your own text, and make sure to replace spaces in your subject and body text with figure dashes.

  • HOW TO SYNC MY IPHONE CONTACTS TO BOTH MY IPHONE AND ANDROID PHONE SIMENTENEOUSLY

    hello
    anybody tells me how to sync my iphone contacts to both of my iphone and android phone at the same time

    Using iCloud you are then able to transfer your contacts from one iphone to an alternate device. Typically the best way to move contacts from an apple device to android would be for you to go to your wireless carrier for assitance.
    Apple mobile devices don't make this type of transferring of data between apple and android devices.

  • How to access same Artist Lessons on both my iMac and MBP

    I can access Garageband on both my iMac and my MBP but when I try to access the artist lessons on either, I cannot download any lesson that's not on the other.

    You "access" GarageBand, the artist lesson or any other apps or files because they are "installed" on a specific machine.
    You have installed GarageBand on both machine but it seems that you have not installed (downloaded) all the lessons on both machines.
    On whatever machine you want to use the artist lessons you have to open GarageBand and download the lessons on that machine. GarageBand stores those files in a specific location. You can actually check if they are there. They are in the system Library. Here is the path:
    Hope that helps 
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/ 'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • How to send data to another site, get response, redirect and get new response

    Dear all,
    I've to write a Java EE application that have to become an interface to a payment platform. The protocol require to send a POST string containing some information (including an error and response page) to an external host, get the response and redirect the user to another host using the previous response. When the user ends the transaction the host redirect the user to my error or response page.
    For the moment my user access to my application using glassfish REALM authentication. After that I write the following code:
    public void paymentPrepare() throws UnsupportedEncodingException, IOException {
       String postUrl = "https://test.payment.test/init/http";
       HttpPost postRequest = new HttpPost(postUrl);
       String id = "99999999";
       String password = "99999999";
       String action = "4";
       String amt = "1.00";
       String currencycode = "978";
       String langid = "ENG";
       String responseurl = "http://myhost:8080/EMBOWorkshop/secure/response.xhtml";
       String errorurl = "http://myhost:8080/EMBOWorkshop/secure/error.xhtml";
      trackid = "TRCK0001";
      udf1 = "Descrizione";
       StringEntity postParamsEntity = new StringEntity("id=" + id
       + "&password=" + password
       + "&action=" + action
       + "&amt=" + amt
       + "&currencycode=" + currencycode
       + "&langid=" + langid
       + "&responseurl=" + responseurl
       + "&errorurl" + errorurl
       + "&trackid" + trackid
       + "&udf1" + udf1);
      postParamsEntity.setContentType("application/x-www-form-urlencoded");
      postRequest.setEntity(postParamsEntity);
       DefaultHttpClient httpClient = new DefaultHttpClient();
       // Execute the HTTP POST
       System.out.println("Executing HTTP Post...\n");
       HttpResponse response = httpClient.execute(postRequest);
       // Check the HTTP status of the post.
       if (response.getStatusLine().getStatusCode() != 200 && response.getStatusLine().getStatusCode() != 201) {
       throw new RuntimeException("Failed: HTTP error code: "
       + response.getStatusLine().getStatusCode());
       // Create a reader to read in the HTTP post results.
       BufferedReader br = new BufferedReader(
       new InputStreamReader((response.getEntity().getContent())));
       // Read in all of the post results into a String.
       String output = "";
       Boolean keepGoing = true;
       while (keepGoing) {
       String currentLine = br.readLine();
       if (currentLine ==
    null) {
      keepGoing = false;
       } else {
      output += currentLine;
       System.out.println("Raw string result: \n" + output);
    The previous code works fine. I receive the response. But now I don't know how to continue. How can redirect the user to another site, and when the payment is finished, receive the response? Another question is, the user authenticate himself to access to the application. When the user will redirect to an external site, the glassfish session permits to get the response from the other host without require a new authentication?
    For the moment I don't know how to redirect the user, but I tried to write this method to obtain the last response:
      public void getResponse(HttpServletRequest request, HttpServletResponse response) {
      paymentId = request.getParameter("paymentid");
      result = request.getParameter("result");
      auth = request.getParameter("auth");
       ref = request.getParameter("ref");
      traind = request.getParameter("tranid");
      trackid = request.getParameter("trackid");
      udf1 = request.getParameter("udf1");
      responsecode = request.getParameter("responsecode");
    Is it correct?
    Thanks

    Now I'm able to redirect the user to the other page:
    ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
    externalContext.redirect("http://stackoverflow.com");
    Now the problem is: once the user has finished to pay, the other site redirect the user to my site using one of the two JSF page I prepared for error or response like the following:
    <?xml version='1.0' encoding='UTF-8' ?>
    <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
                    template="./index.xhtml"
                    xmlns:h="http://java.sun.com/jsf/html"
                    xmlns:f="http://java.sun.com/jsf/core"
                    xmlns:rich="http://richfaces.org/rich"
                    xmlns:a4j="http://richfaces.org/a4j"
                    xmlns="http://www.w3.org/1999/xhtml"
                    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
                    >
        <ui:define name="content">
            <center>
               An error occurred during  transaction
                #{participantBean.auth}<br />
                #{participantBean.responsecode}
            </center>
      </ui:define>
    </ui:composition>
    So, how can I get the GET parameters that the other host sent to me during the redirection?

  • HT5500 How can i delete all contacts on both iphone 4 and ipad mini 2

    How can I delete all contacts on an iphone 4 or ipad mini 2

    Open a contact.  Click "Edit".  Scroll to the bottom.  Choose "Delete contact".  Repeat.

  • How can I save a file to both my mac and iCloud

    Hi, was wondering if there is a way to save a file to both iCloud and my mac at the same time.
    Today I was made a document in text edit and was interested in putting it up on iCloud and at the same time, I wanted to save it in my mac so that I can access it without an internet connection. When I was saving it, I noticed that it can be saved on only one of the two. Is there a way that I can save it to both the places at the same time.

    Have a look at Apple's page:  http://www.apple.com/icloud/icloud-drive/
    Storing files in iCloud is simple. Just as it should be.
    To upload your files to iCloud, simply drag them into the iCloud Drive on your Mac running OS X Yosemite or PC running Windows 7 or later. Or start a new document using an iCloud-enabled app on your iOS device. Then you’ll be able to access those documents from all your devices.
    For your Macs iCloud drive will look just like any drive and you can drag and drop into folders of your choice.

  • How can i run AirPort Express for both a Mac and Windows 2000 SP2?

    I have my AirPort Express set up for my iMac and it runs fine. We have a house guest who has a laptop running Windows 2000 SP2. Can I set up Airport so that both computers can access internet wirelessly?

    Just did a quick check of the Unofficial Averatec Support Forum. Several posters there upgraded the driver for the wireless card to support WPA on the 5110.
    They used drivers from other computer manufacturers and indicated that Averatec has not provided updated drivers.
    They were running XP SP2.
    Many Averatec models have weak wifi cards. Mine included. Sorry I am unable to be of more help.
    Good luck
    susan
    iBook G4   Mac OS X (10.3.4)  

  • HT2731 The appleID on my phone is not the same as on my itunes account. How can I get the same on both my iphone and itunes?

    How can I match my apple ID for itunes and my apple ID on my cellphone?

    Do you have multiple accounts or have you updated your account on your computer's iTunes and the update hasn't copied over to your iPhone ? If you've updated your account then tap on your id in Settings > iTunes & App Stores on your phone and log out of it and then log back in with the updated version.
    If you have multiple accounts then you can log out of your account on your phone as above, or your computer's iTunes via the Store > Sign Out menu option, and you can then log in with the other account. But all content is tied to the account that downloaded it.

  • How to know the stake amount of both the won and lost opportunities

    Hi,
    I need to create a report.
    I would like to have a chart related to the last year opportunities.
    I would like to know in the same reports, the stake amount of the opportunities with the sales stage = Closed/Won, the stake amount of the opportunities Won + Lost (without the stake amount of the open opportunities).
    And I would like to create a third field to calculate:
    ==> Stake Amount Won / (Stake Amount Won + Stake Amount Lost)
    I create a formula inside the stake amount to put 0 if the sales stage <> closed/won and the real value of the stake
    amount when the sales stage = closed/won. In my report I see the value "0" for opportunites <> Won but when I ask for the grand total, the system give me the results of the stake amount of all the opportunities.
    Do you know how to design this report?
    Regards,

    Hi Venky
    For the moment I can't create a formula for my needs. I'm going to try to use Union analysis.
    I would like to make
    - a first report which give me the stake amount *(1)* of all the opportunities with a sales stage=closed/won.
    - a second report which give me the stake amount of all the opportunities *(2)* with a sales stage = closed/lost and closed/won
    - a consolidated report where I can use the results of the 3 previous reports and make formula based on those results.
    formula = *(1) / (2)*
    Do you think it is possible to create formula based on the results of two reports?
    Regards,

  • How to send a group email where the recipients' names and addresses remain anonymous?

    I wish to send out an email to a "Group" in my Apple Contacts. I want the several recipients in the group to be unknown to each other, where their names and addresses are invisible – except myself, the creater of the email.
    Does Apple 'Mail' and/or 'Contacts' allow for this?
    And, by keeping the group invisable, will this prevent any one recipient from responding as a 'Reply All,' thereby still being able to respond to everyone in the otherwise invisible group?
    TOM

    Put the addresses in the Bcc field. If it is not shown, select it from the button on the compose window:

Maybe you are looking for