Email in CRM ?

Hi,
I need to send email to concern persons at time of saving Lead or oppurtunity(CRM)  ,I have found the badi to be used ........so plz tell me if there is any method or FM to be used to send email.................and in my email the contents are from BUT000(BP master table) ..so plz tell me hoiw to do that..........
Thanks in advance !!!!
akhil

Hi Akhil,
I know the following function module for sending emails: SO_NEW_DOCUMENT_ATT_SEND_API1
there is an internal table which you can fill with email contents.
[+info] http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm
Hope it's helpful.

Similar Messages

  • If/Then Logic in Email Templates (CRM 2015)

    Is it possible to use If/Then logic in an email template, so that we can display certain portions of the email template, based on data from the Account record?
    If not within CRM, is there an ISV product that performs this function?

    Hi Talina,
    Functionally, how are these e-mails sent at the moment?
    You could achieve this by creating a workflow with your logic, and depending on the If's/Else's, create an e-mail message with the intended templates - then include the info you pretend on these templates.
    The workflow would have to run on-demand or triggered by an event on the entities.

  • 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

  • Email in CRM but not showing as tracked in Outlook

    Hi
    Do others come across this where people try and track an email in Outlook but find it's already in crm but the 'Track in CRM' button and icon in Outlook do not show this fact. Is there anything that can be done about this?
    Thanks

    Hi cocacolamaster7,
    I regret that the light has gone out again.
     Perhaps it decided the  Colossus was lonely after all.
    All kidding aside now, did you test and calibrate the battery?  If so and all tested well and your battery life is as expected, it could just be a loose connection or the light itself is defective.  It may be incidental that the bios update occured at the same time this happened.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to send an email from CRM that shows-up as Meeting invite?

    Hi, 
    I want to send an email invitation for a meeting to the contact such that it appears as a meeting invite on Outlook. How can this be achieved?
    I know one way is to create an Appointment, sync it with Outlook, add attendees and send invite. But can we do this from within CRM?
    We have a custom meeting entity and we can add our contacts and employees as attendees. But we want to send an email to all those attendees from within CRM such that it appears as a meeting invite/Appointment.
    Please advise. 
    Thanks, 
    Fahad Ali Shaikh

    If you want to use meeting invites, it needs to be a meeting, not a custom entity.
    You could write code to send an .ics file for the meeting for example, but the point of an Outlook meeting invite is that the organiser can track who has said they are or are not attending, or have not yet replied, for example.
    Note that more recent versions of CRM *do* send invitations out for appointments created in CRM, depending on how you configure your synchonisation (eg using SSS they are automatically sent out).
    Hope this helps.
    Adam Vero, Microsoft Certified Trainer | Microsoft Community Contributor 2011
    UK CRM Guru Blog

  • EMails in CRM

    Hello,
    I have a few questions regarding storing of inbound emails in CRM4.0.
    Can anbybody help to understand how the inbound emails are stored in CRM System? Are they stored in content management?
    I think that when they arrive, they are associated to an workitem, and later they can be associated to a document (like an interaction record), and assume a new id (and they get a SOFM object type).
    If they're stored in content management, is there a way to get them? In this perspective, I tried used the CL_CRM_DOCUMENTS class, but with no luck.
    Can anybody help please?
    Thanks and regards,
    Bruno Garcia

    Not needrd anymore.

  • Archiving Emails in CRM

    Hi Experts,
    I am trying to archive E-mails recieved in the CRM system.
    To do so, I am trying to schedule a SARA job to archive WORKITEMS in the system.
    But when I try to execute the report WORKITEM_WRI in test mode and enter the parameters, I get the following error:
    "No work items for archiving exist for your selection".
    Is it the correct way to archive e-mails? Else, what is the exact procedure to be followed for the same.
    Any help on the same would be highly appreciated.
    Regards,
    Saumya

    Hello,
    Work Items archiving and Email archiving is entirely different.
    Important table related to CRM Emails:
    1. CRMD_ERMS_HEADER - Statistical data header
    2. CRMD_ERMS_STEP - Statistical data step
    3. BCST_SR -  Status of Send Orders
    4. SOOD - Object Definition - When email comes to SAP system then this table is updated.
    5. SOC3 -  DB for objects (import/export)- This table contains the content information of the email.
    6. SOFFCONT1 - Table for Document Contents (import/export)- Attachments are updated in this table
    7. SOFFLOIO -   Instances of Logical Information Objects - Only out going emails logical ID are updated in this table
    8. SOFFPHIO - Instances of Physical Information Object - Only out going emails physical ID are updated in this table
    9. SOFFPHFK - File Name of Last Checkout.
    There are 2 things that you have to consider inorder to archive Emails:
    1. Relocate attachments from Incoming and outgoing mails or attachments from SAP Office from table SOFFCONT1 table.
    >> For Relocation you have to run program RSIRPIRL
    2. Archiving of emails in text format from SOC3
    >> For archiving email text in sap office you have to run Mass archivng program from transaction SOY8.
    Suggestion: If you are concerned on SOFFCONT1 table (Normaly it consumes more space in database) then just run the relocation program with all required configurations.
    As email information in SOOD, SOFM, & so on will not occupy more space so you can consider not to archive this.
    Hope this information will help you.
    -Thanks,
    Ajay

  • Sending Email from CRM IC in CRM 5.0

    Hello Experts,
    I have implemented a BAdi which gets call every time a BP is saved in CRM IC UI in 5.0.Now I want to triger an email from this BAdi to some recipient with the BP number and some text.
    Is it possible?Is there any standard class/FM which can be used.
    I tried to use the FM "SO_NEW_DOCUMENT_ATT_SEND_API1 ", but it triggerd a short dump with some commit error in UI.This FM has a input parameter COMMIT.If I mark this as X I get the short dump and if I dont have it then the email is not generated.
    Is there any solution to this?
    You help will be much appreciated with reward points........
    Thanks in advance.
    Regards
    Anupam

    Hi Koley,
    can u plz explain the BADI U ipemented in detail for my use.
    I aslo require information on BADI 's.
    max points will be rewarded.
    plz help me in this
    thanks,
    Sree
    Edited by: SREELEKHA PAIDELA on Feb 21, 2008 6:55 AM

  • Sales Order Confirmation Email in CRM

    Hi Experts,
    The requirement is to send an email as soon as the sales order is saved in CRM.
    I am using action profile for this and in action profile i have used the following:
    Time of processing: When saving the document
    Assigned Processing: Smart forms Mail
    Form Name: CRM_ORDER_CONFIRMATION_01
    Processing Class: CL_DOC_PROCESSING_CRM_ORDER
    Processing Method: CRM_ORDER_EXEC_SMART_FORM
    I have made it partner dependent and its taking the email id mentioned in the sold to party as expected.
    When i create a sales order and save it. I get the following error:
    Error when sending to 'Email mentioned in sold to party'
    Error during send process
    Action could not be executed successfully.
    Could you please assist me in this.
    Thanks and Regards,
    MG

    Hello,
    I believe the error which you are getting is displayed is the processing log in the action tab in CRmd_order.
    Please do the following and let me know.
    Can you check the SCOT ->SMTP settings in CRM system.?
    Also go to SOST and check status. Please try tu push the mail from there.
    Also, make sure that the email ID used in SP is allowed in the client domain.You can check this with the client basis team.
    Hope this helps.
    Regards
    Sanjib

  • Outgoing emails on CRM 2013 Online

    I've set up two outgoing server profiles. One for GMAIL and one for Exchange Online. I am currently using trials of both.
    I set the mailboxes of queues to use the correct profiles and to use server-side sync or email router for both incoming and outgoing.
    For both accounts (one using Exchange profile  other using GMAIL), the mailbox tests succeed. The queues also pull in emails. Bot for both, emails I send just sit in Pending Send saying the msg has not yet been submitted for delivery.
    Is there a limitation for trial instances with regard to outgoing email?

    Using Gmail with Microsoft Dynamics CRM 2013
    Link: https://www.youtube.com/watch?v=uH3H-vfauZU

  • CRM 2013 Online - sending email with CRM Online and jQuery

    Hi,
    I have a html page in webresource in a CRM 2013 Online form.  There is a button to send an e-mail from the html page.  Because this is an embedded html, I will not be able to create a plug-in to trigger 'send an e-mail'.  The best bet
    is to send an e-mail via javascript.
    I found an article about 'Sending email with SharePoint and jQuery',
    http://geekswithblogs.net/ThorvaldBoe/archive/2014/07/03/sending-email-with-sharepoint-and-jquery.aspx
    Is there a similar Jquery way we can send e-mail from CRM 2013 Online?  Thanks.

    Hello,
    Actually you can send email through plugin using Actions feature. Recheck my articles about the feature -
    http://a33ik.blogspot.com/search/label/Action
    In case you anyway want to send your email directly you should recheck following articles:
    http://mileyja.blogspot.com/2012/02/create-email-activity-in-microsoft.html
    http://mileyja.blogspot.com/2012/02/send-email-synchronously-in-microsoft.html
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Reply to email in CRM

    I have verified this problem on multiple enviroments, and I see it as a bug. Can someone please confirm.
    If you IN CRM, reply to an email by opening the email record and click Reply, then there are created 2-3 open emails. Even if you the close the email that you are currently writing by the Red X in the right corner of the screen, thereby avoiding the Save
    event, the open emails are still present in the CRM system.
    My question is:
    If I click the reply button in CRM, should it not only create 1 record that has status closed when you send the email?
    If you click the reply button in CRM, should it not only create the "reply email record", when the email is either saved or send?
    I have tested this on both CRM Online and OnPremise enviroments and both has this behavior. Both with Danish base lanuage. The onPremise enviroment with roll-up 9. (I see no fixes in Rollup 10 on this).
    Example:
    On a Case, there is a tracked email.
    In CRM, if you click "Closed activities" on the case record and open an email and click "Reply", then there are created 2 email records, where only the 1 email record is closed if you click send. The other email record will still have a status open
    and thereby prevent the case from being closed because of open activities.
    Can someone confirm this? Or does anyone have a fix on this?
    Rune Daub Senior Consultant - Dynateam CRM http://www.xrmmanagement.com

    From my research I found that this issue was solved on update rollup 10 -
    http://support.microsoft.com/kb/2710577/en-us
    Two entries are inserted into the ActivityPointerBase table when replying to a tracked email.

  • Transfer LN sent emails into CRM

    Dear experts,
    As part of one-to-one email integration with Outlook SAP provides an option to set up email transfer in Microsoft Outlook, which creates in Outlook corresponding "SAP CRM  E-Mail Transfer" folder. This folder then can be used to put emails into it other than those in the inbox (for example, emails sent from Outlook) and subsequently have them transferred into CRM.
    Unfortunately such an option is not available for Lotus Notes, but it is exactly what we need. Could you please provide your advice on how it would be possible to set up email transfer from Lotus Notes to CRM (other than Inbox)? Is it technically feasible to develop a custom solution for it?
    Appreciate your advice very much! Thanks & kind regards,
    Sasha

    Simular question answered in 
    https://community.dynamics.com/crm/f/117/t/155402.aspx<o:p></o:p>
    With server-side sync it is expected that emails sent
    from CRM do not appear in the users Sent Items in Outlook. The whole point of
    server-side sync is that a Outlook is not required and that the flow of emails
    is from CRM to the outgoing email server which may or may not be Exchange.<o:p></o:p>
    As you have found for items to appear in Sent Items it is
    best to use CRM for Outlook sync.<o:p></o:p>
    For more details refer the following link :-
    http://www.microsoft.com/en-US/dynamics/crm-customer-center/set-up-email-processing-through-server-side-synchronization.aspx<o:p></o:p>
    Hope this helps.<o:p></o:p>

  • Smartform output as Email from CRM order

    HI There,
    I would like to send my smartform as PDF attachment from an action. Right now CL_DOC_PROCESSING_CRM_ORDER class and CRM_ORDER_EXEC_SMART_FORM method is configured in my Action profile. Do I need to take a clone of this standard method and modify it for my requirement?
    It would be great if someone give some tips on this.
    regards,
    Rams.

    My approach was as follows:
    Copied 'CL_DOC_PROCESSING_CRM_ORDER'  then copied method  'CRM_ORDER_EXEC_SMART_FORM' and supplemented the logic with my code.
    If your Smartform interface corresponds to the interface used by a delivered form, then you should be able to do what you want simply by specifying the form and selecting the mail option in the action.
    However, if you smartform interface requires data not provided by the standard program you will need to add your own code to be able to pass it over.
    SAPConnect will look after the PDF conversion.
    Note, the standard smartform functionality seems to be to allow one recipient per mail message. Our scenario required a one message for multiple recipients entered as partners in the activity. All recipients needed to be listed in a single mail. This meant we could not use the delivered mail functionality with smartform.
    My copied method included the logic to take care of the emailing of the form using the FM :
    'SO_NEW_DOCUMENT_ATT_SEND_API1'
    Regards

  • Getting wrong letters when tracking german email into CRM 2015 online

    I have a german user that when he is tracking an e-mail into our CRM 2015 Online the special german letters gets changes.
    "für" changes into "für" 
    Any suggestions why this is and what can be done?

    Hi All.
    Today's update.
    According to the Order Tracker-
    Apparently, as of Friday the 10th of August, my BT Infinity 2 service installation was completed. Funny, I don't remember an OpenReach engineer breaking in and installing an Infinity wall-plate, and setting up my non-delivered and thus non-existent HH3!
    Also, about an hour ago from this post time, around 1600hrs on Wednesday the 15th of August, my "New" Evening and Weekend Calling Package went "Live". I believe I have had that package all along. One of my gripes was that I was taken off the Anytime Package.
    Hang on! What's this that came in the post earlier today? Dated the 10th of August - I am being informed that my "Unlimited Anytime Plan" is being set up. Cool! Ah, no completion date, but I was told over the phone, on the 10th, that it will have gone live by midnight of the 10th.
    So, have I got it, or not? Any of it?
    So. Still no second Infinity line.
    Yes I know, some of you poor buggers cannot even get Infinity, but thanks to my Lodger and the general incompetence of one BT department or another, neither can I!
    I am posting this over my trusty 1Mbps ADS2+ line, while trying to download a 3.2GB disc image from MS TechNET. Apparently, it is going to take me nearly 10 hours at the current speed. I have at least five more large images to download.
    Oh boy...

Maybe you are looking for

  • QUANTITY OF MATERIAL IN PRODUCTION ORDER

    CAN THE QUANTITY OF MATERIAL CONSUMED DURING THE CONFIRMATION OF PRODUCTION ORDER BE MORE THAN THE REQUIREMENT QUANTITY OF IN COMPONENT OVERVIEW?

  • Nokia N8: I just can't get my Quick Office and PDF...

    The installation log shows both these programs installed on 18/08/11 when I upgraded to Symbian Anna but their icons don't appear in my apps. ACTION TAKE SO FAR 1) tried reinstalled firmware through Ovi suite - failed to have programs 2) advanced da

  • IMovie bounces in dock, dooesn't work in main user

    I just installed Snow Leopard on my Mac and iMovie does not work. It just bounces in the dock and than gives me the rainbow spinner. However, I tried opening iMovie in another user account that I mad to test it, and iMovie worked fine. What could be

  • Call External C++ function and pass XML

    Hi, I need to call external C++ function from Oracle and pass to it XML file from Oracle table? Can you give short guide how to do it? Regards

  • Wrong URL redirection on expired login session

    Hi, when I try to login to the forum sometimes it tells my session has expired then goes click here and the link sends me to this page: http://uk.computers.toshiba-europe.com/maintenance.html Maintenance The Toshiba Website is currently unavailable W