Automatically create business activities for outbound emails

Dear experts,
In order to have the historical contact log between our client and its customer, we would like to have the outbound emails automatically created as activities for those customers.
By customization we are able to have that link for the inbound emails.
Is it possible also for Outbound Emails? Which way should we follow?
Thanks in advance,
Regards
Joao Fleming

Hi Fleming,
First you have create a tempelate for the outgoing activity(eg:outbound email) and you have assign this templete id in campaign under the transaction templetes. give start and end date, and select your commnication channel and realease the campaign, and go search in activity monitor, you can see your outbound email.
Regards
Chandramohan
Reward points if it helps.............

Similar Messages

  • How to create business operation for starting workflows

    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java class everything
    works fine(wlpi-ejb.jar is required), but when I call business operation from
    Studio I can't use classes from wlpi-ejb.jar.

    Business operation is called by WLIS. So, I include wlpi-ejb.jar into WLIS classpath.
    Studio uses deployed EJB from wlpi-*.jar, I don't know why Studio doesn't see
    methods from deployed EJBs when WLIS classpath contains wlpi-ejb.jar.
    "Andrew Pitonyak" <[email protected]> wrote:
    >
    When studio starts, what is your classpath? If you use the included batch
    file to start it, then your class path may not include this :-)
    Andrew
    "Raul" <[email protected]> wrote in message
    news:[email protected]..
    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java classeverything
    works fine(wlpi-ejb.jar is required), but when I call business operationfrom
    Studio I can't use classes from wlpi-ejb.jar.

  • Hi there, Can you please HELP ME? I created a signature for my email account, but I can not choose it because the option is daded under "none"and nothing happens when you click on it! Thank you, Johan

    Hi there, Can you please HELP ME? I created a signature for my email account, but I can not choose it because the option is daded under "none"and nothing happens when you click on it! Thank you, Johan

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • To set and activate 'Create Business Workspace' for Internal Order (KO02)

    Hi All,
    I have an requirement to set and activate the 'Create Business Workspace'  for Internal Order (tcode: ko01,ko02). Can anyone please provide the steps to follow the above configuration. Please find the attached screen shot for your reference.
    Thanks,
    Jamie

    Hi Mani,
    I checked in KO02 and KO03. Please find the below screen shot for your ref. The same issue occurs ie. 'create business workspace' is hidden.
    I checked the authorization for my id, I have SAP_ALL and SAP_NEW profiles so there is no issue in authorization.

  • Automatically Create An Activities From Opportunity?

    How Automatically Create An Activities From Opportunity use the 'Create Follow-up' '?
    IF  you have some ideas ,please tell me ,thanks!

    HI,
    You can use action profile to create activity from oportunity based on the required condition (Status).
    Use the method Call type of processing and Method COPY_DOCUMENT. aslo mention the Activity type in the Process Type of the action definition.
    Regards,
    PP

  • Create Business Service for Dotnet Webservice?

    Hi all,
    I have one dotnet Webservice which is implemented from remote server.
    I begin create Business service for this service in OSB, but I don't know what I must choice between five Services Type:
    - WSDL Web Service
    - Transport Typed Service
    - Messaging Service
    - Any SOAP Service
    - Any XML Service
    My dotnet Webservice return one String in XML format like that <string>Hello World</string>Anybody can help me ?. If can,please give me full example show how to binding dotnet Webservice to OSB to Weblogic portal
    Thank a lot!

    Hi Patrick,
    I think my dotnet Webservice have WSDL
    when I access this address
    http://localhost/DotnetWebService/Service1.asmx?Wsdland I receive the result:
    <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
          <s:element name="HelloWorld">
            <s:complexType />
          </s:element>
          <s:element name="HelloWorldResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
        </s:schema>
      </wsdl:types>
      <wsdl:message name="HelloWorldSoapIn">
        <wsdl:part name="parameters" element="tns:HelloWorld" />
      </wsdl:message>
      <wsdl:message name="HelloWorldSoapOut">
        <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
      </wsdl:message>
      <wsdl:portType name="Service1Soap">
        <wsdl:operation name="HelloWorld">
          <wsdl:input message="tns:HelloWorldSoapIn" />
          <wsdl:output message="tns:HelloWorldSoapOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="Service1Soap" type="tns:Service1Soap">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
        <wsdl:operation name="HelloWorld">
          <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:binding name="Service1Soap12" type="tns:Service1Soap">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
        <wsdl:operation name="HelloWorld">
          <soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
          <wsdl:input>
            <soap12:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="Service1">
        <wsdl:port name="Service1Soap" binding="tns:Service1Soap">
          <soap:address location="http://localhost/DotnetWebService/Service1.asmx" />
        </wsdl:port>
        <wsdl:port name="Service1Soap12" binding="tns:Service1Soap12">
          <soap12:address location="http://localhost/DotnetWebService/Service1.asmx" />
        </wsdl:port>
      </wsdl:service>
    </wsdl:definitions>
      Do you have any suggestion for me ?
    Thanks
    Edited by: AS84 on May 11, 2011 12:10 AM

  • Create business partner for existing employee for SAP version 4.7

    Hi all !
    Do you know of a similar program of function like the HR_SYNC_PERSON in ECC 6.0 but work for version 4.7 ?
    I have look in OSS and SAP forum but I have not found.
    Our company need to create business partner for all existing employee but for our SAP 4.7 version.
    Thanks
    Hugo Nguyen

    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Transaction Code - MM41                     Create Material &
    Exit Name           Description
    MGW00001            Material Master (Retail): Additional Data
    MGW00002            Material Master (Retail): Number Assignment
    No of Exits:          2
    Transaction Code - MM42                     Change Material &
    Exit Name           Description
    MGW00001            Material Master (Retail): Additional Data
    MGW00002            Material Master (Retail): Number Assignment
    No of Exits:          2
    Rewards if useful.........
    Minal

  • I am trying to create a signature for my emails. The box that asksto 'choose a signature' won't allow me to. Any suggestions?

    I am trying to create a signature for my emails. The box that asks to 'choose a signature' won't allow me to. Any suggestions?

    It's ok, I got it sorted :-)

  • ID for Outbound Email in CRM 5.0 Web IC

    Hi !
    We would like to get the turn around time for an email request in the CRM 5.0 Web IC. We are able to get the timestamp of the inbound email from the Service Ticket in the business context. Is there a way to retrieve the outbound email (reply) timestamp ? This is needed urgently for reporting purposes.
    Cheers,
    Ashok.

    Hi,
    You can create an interaction record which in other words is a business activity for emai interactions you do. You can take this create date/time of this interaction as reference to your email responses.
    I hope this helps.
    Regards,
    Gaurav Gera

  • Automatically create iCal entry with an email alarm from a Mail.app email?

    Hi..
    Hope you can help?
    I want to set up iCal/Mail.app so that it automatically creates a new iCal entry in a specific calendar when an email is received that contains a date in the body of the message...
    Is there a way of doing this with Automator?
    This reason I am asking is that I am trying to put a link on my online store where people can click for a gift reminder email that will be sent to them on a date they specify in the body of their email.
    The link could pop-up a new email window pre-filled with Subject: 'Gift Reminder' and addressed to '[email protected]' They would be instructed to enter a single date in the text area and press Send...
    Then, when Mail.app receives the email, it would move it to a Folder called 'Gift Reminders' and automatically set up a new iCal entry that has an alarm to email the sender on that date with an email containing the Subject 'The Gift Reminder you Requested' etc and some different text in the body... It would be great if this could be set up to repeat annually also as the gift reminder is primarily for birthday gifts...
    Id there an Automator script / plug-in or way of making this happen??
    Any help greatly appreciated, though my knowledge of scripts / Automator etc is quite limited I am willing to try out any suggestions!
    Thanks,
    Jon.

    Tried a restart which showed 2183 emails unable to move which is kind of bonkers and had to quit Mail> restart and moving emails from search now appears to be working. Apple owes me about 500 hours of my life so far with Mavericks!

  • How to create a BO for sending emails

    Hi All,
               I want to create a Business Object which should have an event for sending emails.
              Please guide me on this.
    Thanks in Advance,
    Saket.

    Hi Raj,
    See i will explain why i want it.In the link it's done as below:
      IF ZCUST_INFO-COUNTRY = 'IN'.
        DATA: W_OBJTYPE TYPE SWETYPECOU-OBJTYPE,
              W_OBJKEY  TYPE SWEINSTCOU-OBJKEY,
              W_EVENT   TYPE SWETYPECOU-EVENT.
        W_OBJTYPE = 'YH355_BO'.
        W_OBJKEY  = ZCUST_INFO-CUSTNO.
        W_EVENT   = 'SENDEMAIL'.
        CALL FUNCTION 'SWE_EVENT_CREATE'
          EXPORTING
            objtype                       = W_OBJTYPE
            objkey                        = W_OBJKEY
            event                         = W_EVENT
        COMMIT WORK.
      ENDIF.
    But here w_objtype is a custom BO and also w_event  = 'SENDEMAIL'  .This event too
    is a custom event.
    Now i want to know what code is there in this custom BO because it is this BO which triggers the email through  SENDEMAIL event.
    Hope i am clear here.
    waiting for your reply.

  • Is it possible to automatically create new folder for each project?

    Hi! Here´s another (maybe stupid) question:
    I wonder if it's possible for Premiere to also automatically create a new folder on the harddrive when a new project is created. This to get all material, preview files etc for each project in a separate folder.
    It´s easy to forget to manually do this and I tend to end up with many projects and files in the same folder. Makes it hard when I want to "clean house" and delete some stuff and backup other.
    Thank's for any help with this!

    Everyone develops their own method of project organization,
    but this has worked for me through several versions of Premiere.
    I keep a 'Project Template' folder that contains all of the sub-directories
    that I will normally need for each job... Media, Approvals, Documents, Audio,
    Rendered Image Sequences, Still Images, Finals etc.
    This 'Project Template' folder also contains a template Premiere project that is
    pre-set with the interface settings, column layout and project folders I will always use...
    Audio (vo, music, sfx), Graphics (sequences, stills, titles, slates),
    Cuts (approval versions, finals, and broadcast distribution finals).
    When I start a new project I simply duplicate the entire 'Project Template' folder along
    with all of its contents, then rename the folder and Premiere project to suit the current job.

  • HT5012 Why can't I create mail folders for my email?

    I want to create folder for my email I receive on my
    iPhone 5. You only give basic Trash.... Sent....Draft....Incoming

    Before doing anything else, is your ringer switch in silent mode?  I'd try toggling the switch a few times to make sure it's working.  The phone should vibrate when you move the switch from on to silent.  If it doesn't then the switch may be broken.
    Next make sure the volume for notifications is not off.  Check the Sound settings for this.  Changing the volume there should also cause your (phone) ringtone to play.  If it doesn't then there is something very wrong.
    The only other thing I can suggest if the above doesn't help is doing a hard reset of the phone.  Hold power and home buttons down until screen goes dark and Apple icon appears, then let go.
    If that doesn't work, then the only other thing you can try is doing a Backup and then a Restore in iTunes.  If that doesn't work, then there's a hardware problem.

  • IPhone uses wrong exchange account for outbound email

    I have two Exchange accounts that I need to keep separate. I cannot figure out how to get iOS to not send ALL outbound emails through one of the accounts. If I'm in Exchange account "A", I want outbound emails to go out through A... if in B, then B. This use to work fine but now all outbound email goes through account A.
    In the email, I can set the account, but regardless of the account I choose, it always goes out from account "A".
    Any thoughts on how to solve?

    Same problem here, same situation - two accounts on one iPhone. No matter which acct used for sending all outbound emails had account "A" for address. I checked all the options in settings and in the email send for choosing the correct account but all email was delivered from "A" no matter what.
    I discovered that the default "A" account was setup for SMTP but the "B" account did not have SMTP validated. It showed a password but it also showed account "A" as a secondary SMTP server.
    I took account "A" off account "B" as a secondary SMTP server. The next email sent from "B" required a password. When I opened settings, completed the password for "B" and the SMTP server validated.
    Now email sent from "A" is delivered from "A", email from "B" is delivered from "B".
    Thanks for pointing me to the solution!

  • Automatic generation of Idoc for outbound delivery

    Hi Experts,
    I need to generate Idoc automatically for each outbound delivery created in VL01n. I just wanted to know that whether we need to asign output type for each delivery number manually or is there any automated process available to generate Idoc for all the outbound deleveries automatically. Could some one share the information regarding the above matter and other information if there is any.

    Hi,
    U wont manuallly assign the output type for every delivery u create.
    There will be Customization part which will be done by Functional  guys and they will do that configuration.
    This will auotomaticcaly set the Output type, medium..
    Ones the configuration is done u just need to create partner profiles ( port and rfc by Basis people) .
    Rvert back if any issues,
    regards,
    Naveen

Maybe you are looking for