Activity Generated in CRM  through an incoming Email

Hi,
    Im new to CRM.Can anyone one help me in this issue.
    When an User sends a Email with HTML attachment to CRM System, an Activity is generated at CRM end.
But when i try opening the Attachment in the Activity,it doesn't open.It works fine for Word Document and PDF attachments.
Can anyone suggest me how this activity is generated when an email comes.Any processing steps or Configuration to be done.Need to know whether HTML format is Supported?????
Thanks,
Anuja

Hi Anuja,
You need to specify the transaction type to be created on sending the mail through campaign at the following:
IMG -> MARKETING-> MARKETING PLANNING AND CAMPAIGN MANAGEMENT -> CAMPAIGN EXECUTION -> DEFINE COMMUNICATION MEDIUM. This will result in creation of activity.
Regards,
Deepak

Similar Messages

  • CRM 5.0 Incoming Email - Creation of a Service Ticket

    Hi Gurus
    For an incoming email I've managed to configure ERMS to create a Service Ticket.
    A number of values are however not correct or missing entirely.
    Is it possible to correctly populate the Multi-Level Categorization for the Service Ticket and if so how.
    Many Thanks in advance
    Regards
    Panduranga

    Hello Panduranga,
    We've implemented a requisite very similiar to yours in version 4. We've created a new class, to a new ERMS service, to be added in our ERMS profile manager.
    The way we filled the service ticket categorization was by doing the following:
    Each node at category modeler must be associated to a subject code (combination of technical fields katalogartcodegruppecode). So, all you have to do when you're creating a new service ticket is to indicate your subject code to CRM_ORDER_MAINTAIN importing parameter: it_service_os.
    Something like this:
      ls_subject-ref_handle = gv_handle.
      ls_subject-katalogart = iv_katalogart. "KATALOGART
      ls_subject-codegruppe = iv_codegruppe. "CODEGRUPPE
      ls_subject-code = iv_code.             "CODE
      ls_subject-mode = 'A'.
      APPEND ls_subject TO lt_subject.
      ls_osset-ref_handle = gv_handle + 1.
      ls_osset-subject = lt_subject.
      ls_osset-subject_profile = lv_service_h-subject_profile. "YOUR SUBJECT PROFILE - TO GET IT USE FM CRM_ORDER_SERVICE_H_SELECT_CB
      ls_osset-profile_type = 'A'.
      APPEND ls_osset TO ls_service_os-osset.
      ls_service_os-ref_handle = gv_handle.
      ls_service_os-ref_kind = 'A'.
      APPEND ls_service_os TO gt_service_os.
      ls_input_field-ref_handle = gv_handle.
      ls_input_field-ref_kind  = gc_object_kind-orderadm_h.
      ls_input_field-objectname  = gc_object_name-service_os.
      ls_input_field_names-fieldname = 'CODE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'CODEGRUPPE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'KATALOGART'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      INSERT ls_input_field  INTO TABLE  gt_input_fields.
    Then all you have to do is to use internal table gt_service_os as it_service_os at CRM_ORDER_MAINTAIN.
    Hope that this helps. If not, just write back and If I can, I'll help you
    Kind regards and good luck.
    Bruno
    Edited by: Bruno Garcia on Aug 21, 2008 3:20 PM

  • Notes not present in Activity " incoming Email"

    Hi guys,
    We are implementing « client side groupware » with outlook 2007 and experiencing at the same time some issues
    Iu2019m running:
    windows 7
    outlook 2007
    CRM 7.0
    Description of the problem :
    IN GUI
    The activity "incoming Email" is created and the email can be read in the notes area with english language
    In * WEBUI * the activity can be viewed but the notes area is empty
    Does someone have an idea ?

    Thanks for answering,
    The transaction used are copies of standard incoming email transaction 0004
    The process works fine if the activity created is viewed in CRMD_ORDER in the SAP GUI => Body of mail present
    In WEBUI, the same activity does not contain the mail's body
    Here's a link with some screen shots :
    https://docs.google.com/document/d/1IdfT8gN24l9zVKtMPEEKzfbVbDPHhcyZa_83dP58vLM/edit?hl=en&authkey=CMmCl7QG#
    Thanks in advance,
    Jeff

  • CRM 5.0 ERMS - Setting Priority, Due Date etc of Incoming Email

    Hi Gurus
    We've moved our incoming e-mail processing from a Non-ERMS set-up to an ERMS set-up.
    Previously we were able to assign the Priority & Due Date for Incoming Emails in Transaction.
    SPRO -> IMG -> Customer Relationship Management -> Interaction Center Webclient -> Agent Inbox -> Settings for Asynchronous Inbound Processing ->
    Define Receiving E-mail/Fax Settings
    Now with E-mails coming through via ERMS we have the following issues:
    Priority is set to Medium when we require High
    Due Date is set to 31/12/2099 when we require 24 hours from arrival into ERMS
    Responsible Group is Blank when it should be the assigned Org Unit.
    Is this something that is controlled throught the Rule Modeler, if so how?
    Maximum points for the correct answer here.
    Many Thanks in advance
    Panduranga

    Hi,
    Yes you have to do settings in rule modeler, please go through the following link for ERMS and rule modeler and if you are still not able to solve let me know.
    http://help.sap.com/saphelp_crm50/helpdata/en/83/0a94734da3439fabcd079cee3f3c72/frameset.htm
    Regards,
    Deepak
    I think you need to do these settings in Transaction CRMC_IC_AUIGNADR
    Edited by: Deepak Ahuja on May 14, 2008 4:15 PM

  • How to create Incoming Email Activity using BAPI or Function module

    To create an Incoming Email Activity using BAPI 'BAPI_ACTIVITYCRM_CREATEMULTI' or using 'CRM_ORDER_MAINTAIN' . what parameters i need to pass to a bapi.
    Suggest me with a solution.
    Regards,
    Sanjani

    For activity you must fill the following structures of 'CRM_ORDER_MAINTAIN'...
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_activity_h             = t_activity_h
          iv_collect_exceptions = ''
        CHANGING
          ct_orderadm_h         = t_orderadm_h
          ct_input_fields       = t_input_fields
        EXCEPTIONS
          error_occurred        = 1
          document_locked       = 2
          no_change_allowed     = 3
          no_authority          = 4
          OTHERS                = 5.
    And at the end you must use also 'CRM_ORDER_SAVE' to performe the save.
    Regards.

  • Convert Incoming Email to Inbound Email Activity.

    Hello All,
    I want to convert Incoming Email(gmail) to Email Activity. So how to link the Email details (from, to, subject, content, body text) and Activity details (Account, Contact, Owner, Process_type) to create an Inbound Email Activity.
    Its not related to Outlook.
    Sample code will be helpful.
    Thanks & Regards,
    Sanjani

    Hi Sanjanni,
    This can be done using CRM_ORDER_MAINTAIN FM. Place a break point in CRM_ORDER_MAINTAIN. Try creating an email activity to see the parameters to pass.

  • No incoming emails through IMAP

    I am not able to retrieve any incoming emails from my school email account via IMAP. Plus none of the folders I had created can be seen. So there is nothing in my Inbox, all my folders are not there, no messages anywhere. The password, username, incoming/outgoing servers are correct. It's the first time this is happening. I can send emails from Mail: i checked via webmail and the test email was received. But I cannot see this from Mail. My POP account is doing fine, just problems with the IMAP account.
    On a side note, I just deleted the login keychain and created a new one in Keychain Access cuz I forgot the admin password. Not sure if this affected Mail. Shouldn't right?
    Any ideas how to resolve this? Let me know if you need more information.
    Sorry if this has been answered before but I did a few searches and didn't find a similar situation.
    jaclyn

    It looks like you’ve set up the account incorrectly, but I have no idea what the right settings are supposed to be nor what it is that you may have done wrong.
    In Mail, open Window > Connection Doctor. What does it say?

  • Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Apple is great!
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).
    I compose an iMessage with the destination as my email address and I attach 2 photos I want on my PC.  I send them several times from my iPhone 5C but they never arrive. I look at my ipad later and realize that it's iMessage app is getting ( and swallowing) these emails. I then turn the ipad off.  Still can't get the photos through because iphone is now getting them on it's iMessage.  I turn off the iMessage feature and try to send photos from text msging.  Phone tells me it can't send photos unless iMessage it turned on.  What happened to regular MMS text messaging?  I go and try to send photos as an email attachment and see that there is no option to attach from the stupid email program.  I look up online to learn about the brave new world of apple attachments and send them.
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?
    The email program on my iphone is not configured to remove messages from the server.
    If iMessage is turned off I don't have the issue.
    Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • Incoming Email not showing up in business context

    Hi,
    We route incoming emails through ERMS to a service org. Then through the inbox, we select email and click on 'interact' button to create a service ticket manually. We notice that email does not show in the business context during the interaction but shows up after we click the end button and come back and look at the service ticket again..This works for us in older CRM 5.0 release but is not working in CRM 7.0. Any pointers on the issue? How can we make the email to show up in the business context during the current interaction. Please note that we do not create a separate  interaction record for each interaction. Service ticket is our interaction record for interact purposes..
    Thanks
    Dan

    Hello Dan,
    Can you please check SAP note  1336278 :  ERMS not creating doc flow between IR and ST - Part II, this might help!
    Please award points if this pointer helps!
    Regards
    Lata

  • Incoming Email not functioning

    Hi All,
    Our incoming email functionality is not working in the CRM workflow. The outgoing is working fine. When we tried to send through Business workplace, this is wht we are getting in the outlook:
    The following recipient(s) could not be reached:
    ggggggg.xxx on 10/5/2008 1:01 AM
    Could not deliver the message in the time limit specified. Please retry or contact your administrator.
    <hhhhhhh.xxx #4.4.7>
    Anykind of help will be appreciated.
    Thanks

    Yes the email is rejected by SAP.This used to work..it stopped from last 3 weeks...we thought might be problem in exchange and checked it..the screen shot given consists the user name which is entered in Inbound distribution in SCOT.  Yes the e-mail address is in the format userid@sapserver. I did not hear about processing class so50 but i found that there is an aesterik (*) entry in the recipient address. The way is tested is.. i went into SBWP T-CODE and sent email to the userid@sapserver and it bounced back into my outlook saying
    userid@sapserver*
                *Could not deliver the message in the time limit specified.  Please retry or contact your administrator.*
                *<aaaaa.yyyyyyy.xxx #4.4.7>*
    , Could you please guide me more on this.
    Thanks a lot

  • SharePoint Incoming Emails - Bouncing mails

    We have SharePoint Incoming Email Setup as @sps.xyz.com for our SharePoint 2010 Environment, some users send mails through automated scripts to [email protected] and also addressed to themselves which is [email protected] We have the setup to receive mails from
    external sources also. 
    When a user sends mail, it is accepted and attachment appears in the doc library of [email protected] While [email protected] gets a mail delivered to him and also gets a message that 
    Generating server: mail1.xyz.org
    [email protected]
    [xxx.xx.xx.xxx] #<[xxx.xx.xx.xxx] #5.0.0 smtp; 5.1.0 - Unknown address error 550-'5.7.1 Unable to relay for [email protected]' (delivery attempts: 0)> #SMTP#
    while xxx.xx.xx.xxx is the IP address of SharePoint server (SMTP).
    There are are different servers that @xyz.com.
    Vasudev S.

    When the user submits the mail, what is the flow of that email? Client -> Exchange -> IIS SMTP (SharePoint)?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to reuse standard Activity subcomponents - Appointments, Tasks, Phone Calls and Emails within a custom work center?

    Requirement : We have a requirement to reuse the standard Activity subcomponents Appointments, Tasks, Phone Calls and Emails within a custom work centre. The requirement is to leverage and copy all sub functionalities Appointments, Tasks, Phone Calls and Emails available within the standard activity work center. This feature is available within Accounts, Opportunities, Leads etc. (Refer screenshot: Std_Act_Screen.jpg)
    We are unable to consume/embed the standard Activity (Work center) sub components Appointments, Tasks, Phone Calls and Emails within the custom work center. This is because of backend consistency check violation UI designer error message displayed. (Refer screenshot:Error while consuming standard activities.jpg)
    Ø  Open Question:
    a.      Is there a limitation to consume/embed the standard Activity (Work center) subcomponents Appointments, Tasks, Phone Calls and Emails within a custom work center?  We have noticed that this standard Activity Work center subcomponents Appointments, Tasks, Phone Calls and Emails has been repeatedly reused within the application in Account, Opportunity, Sales lead, Lead, Sales Quote Objects.
    b.      Is there an alternative way in which we can call [Through API etc..] the standard Activity Work center subcomponents Appointments, Tasks, Phone Calls and Emails?
    We need your guidance to overcome the error to enable the reuse of the standard Activity Work center sub-components Appointments, Tasks, Phone Calls and Emails within our custom work center or suggest a suitable workaround on how this can be achieved.
    Regards .. Dheeraj Saini

    Whenever you find out let me know. I wanted to assign a text tone to someone and now in iOS 7 i can't. Or I haven't figured this out yet.

  • 2013 Home and Office Outlook - Pop email incoming email disappear

    I have Microsoft Office Home and Business 2013 (current updates) using the same email POP account for over three years. 
    For weeks, I’ve seen incoming email disappear.  My Desktop Alert shows new email incoming then it disappears from the inbox.
    I know these emails were sent to me because my co-workers have emails that show me cc’ed that I did not receive.  
    Where are these disappearing emails going or are they being rejected?
    I was forced to perform the 8.1 upgrade, no impact on Outlook
    I checked and have all Office updates current
    I’ve checked my other device’s email apps and those emails were not located there.
    I’ve checked my Outlook Options: Conversation clean up:  added
    /checked – Do not move unread messages
    I have Disabled all:
    Add-ins,
    Rules and Alerts, no folders
    No security add-ins
    Not sure on - View and manage Microsoft Office Add-ins  

    This may be caused by different reasons, but the most likely reason is on the custom setting. To help you investigate what happened to your messages, we'll walk you through a step-by-step process to eliminate possible causes of your missing messages:
    Step1: Check web server - Please check your web serve to see if those missing messages are out there.
    Step2: Search all messages - Try to search the messages that are missing. Remember to click
    All Mailboxes button before searching.
    Step3: Check junk mail setting - They are probably set to delete mail rather than send it to the
    Junk E-Mail folder.
    Step4: View filter - Please check your View filter
    to see if you have set any filter rules to the incoming mails.
    Step5: Forwarding settings - Please check in Account settings dialog to see if you have changed the default deliver location of your account.
    Please follow above steps to see if you can find your missing data.

  • What are the prerequisites to setup an receiving incoming email in sharepoint

    hi i am clear about the settings i need to setup in sharepoint side but i am not clear what settings are needed in exchange or active directory. my client IT team is asking me to tell , so can you please let me know what needs to be done in otherside apartment
    from sharepoint side.  

    1.Install and configure the SMTP service
    2. Configure incoming email in a basic scenario
    http://technet.microsoft.com/en-us/library/cc262947%28v=office.15%29.aspx
    http://office.microsoft.com/en-in/sharepoint-server-help/enable-and-configure-e-mail-support-for-a-list-or-library-HA010082307.aspx
    http://office.microsoft.com/en-in/sharepoint-server-help/introduction-to-incoming-e-mail-HA010082306.aspx

  • Images stripped from incoming email. Content says NULL

    I'm a new Mac user and new to the Mac Mail product. On some of my incoming email messages, images are stripped out and the content merely says (null). Is there something I can do to get these messages I can receive some images, just not all. Thanks in advance

    What happens is the message header comes through first and gives you an alert. It sounds like your not getting a good connection as that "no content" message should go away after a second.
    I see that too if I try to check the email right away but it goes away after a second.

Maybe you are looking for

  • OS X Server 10.4.11 freezes when misc files are being accessed

    This is an odd problem, to me at least. It seems as if I have some files that are getting corrupted, that then cause my 10.4.11 server to lock up when they're accessed. Has anyone else run into this problem before? This server is really only used for

  • External HDD won't mount at boot. [Solved]

    Edit: I've noticed that this is an issue regarding my NTFS partition being on an external drive. Please check post #8 by me to get further details. Hello guys, I'm having some problems getting my external NTFS HDD to mount automatically at boot. I ha

  • Proper use of ConnectionPool in occi

    Hi, I am developing a client server application using Windows server 2003 x64, Oracle 11.1.0.6.0 client connecting to oracle 10.1.0.2.0 database, Visual studio 2008, visual c++ 9. The scenario is something like this, upon receiving the client request

  • Help connecting to Oracle via ADODB in MS Access 2003

    I'm attempting to use vb within Microsoft Access to return a recordset. I can connect, but I when I execute my select statement, I get the following message: Run-time error '-2147217865 (80040e37)': [Microsoft][ODBC driver for Oracle][Oracle]ORA-0094

  • Is the concept of Replication redundant?

    Dear Experts In today's s world do you think that replication would be required? given the fact that there is high speed connectivity 24/7 - why cant one just keep the database in the same place rather than replicate? I might be wrong but ....still h