Smart Form not going as attachment with Email

Hi,
I am configuring actions for support message and email has to be automatically sent to a particular partner based on status of support message.
I am using standard actions and standard smart forms.
The email is also going but without attachment.The mail body is also blank. The subject appears as the name of smart form
When I preview from Actions in transaction, I am able to view the complete smartform.
Is there any settings I have missed out.
In SCOT we have configured SAP Script/ Smart Forms as PDF.
Useful answers will be rewarded.
Regards,
J.Prabananth

Hi
Check for the Processing Type
Form name : CRM_REMINDER_MAIL_01
Processing class : CL_SAMPLE_PROCESSING_CLASS_PPF
Processing Method : COPY_1_OF_EXEC_SMART_FORM
Archive mode : Mail only
Regards
Raj
Please reward if helps!

Similar Messages

  • Smart form as the body of the email

    Hi Experts,
    I have a requirement where in i have a smart form which consists of some text and company logos in it.
    Now, i need to send one email to the respective person and that smart form should come in the body of the email,but not as attachment.I know how to send that smart form as an PDF attachment.But i am not sure on how to include it in the body of the email.Please suggest me.I have tried searching in SDN but could not get any information abt it.
    Regards,
    Lakshman.

    HI Laxman,
    Go through the following link:
    How to send smart form to email as a body and not in attachments?
    Regards,
    Nitin.

  • Attachement with Email

    i am able to send email simply
    but how can i send attachement with email(plese send code)

    hi there
    Lets say you want to attach a gif file, this code uses me to display the images in the body message but they transferred as attachments, and in the body message i call them. one of the lines there (*) i think couse the attachment files to disappear when you get the message, which means they only appears in the body message and not as attachments. i hope you'll understand, it is not simple at all.
    MimeMultipart mp = new MimeMultipart("related");
    mp.addBodyPart(YourBodyMsg);
    File f = new File("test.gif");
    String fileName = f.getName();
    MimeBodyPart part2 = new MimeBodyPart();
    FileDataSource fds = new FileDataSource(f);
    part2.setDataHandler(new DataHandler(fds));
    part2.setFileName(fileName);
    part2.setDisposition("inline"); //*
    part2.addHeader("Content-Type", "Image/gif");
    part2.addHeader("Content-Transfer-Encoding", "base64");
    part2.addHeader("Content-ID", "<" + fileName + ">"); //*
    mp.addBodyPart(part2)

  • I HAVE A PROBLEM TO OPEN PDF IN PAGES WHICH ARE ATTACHED WITH EMAIL,SOME ONE CAN HELP ME.?i,m using MINI I PAD 4G wi-fi

    I CAN,T OPEN PDF FILES IN PAGES WHICH ARE ATTACHED WITH EMAIL OR CAN,T SHARE PDF FILES WITH PAGES

    Install free Adobe Reader.
    https://itunes.apple.com/sg/app/adobe-reader/id469337564?mt=8

  • I have  Mac os x 106. When I try to send an attachment with email it won't send.  Please could someone help? Thank you.

    I have a Mac OS X 10.6 When I try to send an attachment with email it won't send - keeps saying 'fail'.  Please could someone help? Thank you.

    Hi lllaass! I replied to your post with the information you required but haven't heard from you since. If you don't, or can't help any further please would you let me know. Thanks.

  • Attachment with Email activity....................

    Hi,I am using email activity with attachment if i deployed application on linux server than i am not able to send any attachment from email .so to resolve this issue i have to disable payload validation on EM console so if i don't do that than I got following error in my BPEL.
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Schema validation failed for message part EmailPayload. Please ensure at the message sender level that the data sent is schema compliant.</summary></part><part name="detail"><detail>Element not completed: 'BodyPart'</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>
    Thanks in advance please help me friends..so how to send email attachment_ without_ disable payload validation on EM console .................
    Edited by: 835461 on Aug 11, 2011 10:52 PM

    Hi,
    When i try to send the email with attachments i am getting the below error from soa console. Please help me.
    <Oct 5, 2011 3:00:00 PM IST> <Error> <oracle.soa.services.notification> <BEA-000000> <<MDBConsumer.processNotification>
    Error for message ID 0bed1e8d948a85ed:7cbdb9db:132d35431f7:-7ff6 ERROR MESSAGE : 0;
    But I am able to send the Emails without attachments.
    Where am I going wrong ..
    Thanks,

  • Can not print my attachment in email

    when i open an e-mail with an attachment:
    1. no virus found
    2. what would you like firefox to do
    3. i click on open--and it goes no where and does not open
    when i send emails it take about 5 minutes to do
    please someone help me now !
    the download i needed 8 hrs ago...

    when i open an e-mail with an attachment:
    1. no virus found
    2. what would you like firefox to do
    3. i click on open--and it goes no where and does not open
    when i send emails it take about 5 minutes to do
    please someone help me now !
    the download i needed 8 hrs ago...

  • Is it possible to create a standard form that can be emailed to anyone and once filled out by the receiver, have a button that the receiver clicks and the form is encrypted and attached an email back to the sender and a preset admin password would open it

    Is it possible to create a standard form that can be emailed to anyone and once filled out by the receiver, have a button that the receiver clicks and the form is encrypted and attached to an email back to the sender and a preset admin password would open it?

    Hello Graphicsguy123,
    You would need to first create the form ( or Widget in EchoSign) first to generate a url which you can paste it in the email being sent to customers. You would need to make sure you have a Document Cloud Enterprise Premium account in order to create a Widget. If you don't have the account, you can use the trial version to test it. Here is the link:
    Global Trial Registration | eSign services from Adobe
    -Rijul

  • Why is the customer order form not showing up in my email box?

    I am using Forms Central and the customer order request is not showing up in my email box. I understood this to be a function of the order form. Why is the information only showing up on the report, but, no emails being received?

    Hi,
    I believe you are referring to the email notification that you receive via email once someone has filled out and submitted the form.
    Please take a look a this post and see if the instructions explained there help you resolve your issue: http://forums.adobe.com/message/5696674
    If this does not help you resolve the issue, please share the form to [email protected]
    Information on how to share the form: http://forums.adobe.com/docs/DOC-2462
    Thanks,
    Lucia

  • Form not going in Query mode

    hello freinds, Happy Christmas ..!
    i have a Master_Detail form, FORM2
    "LN_HEAD" table, that has 3 primary key;
    ln_code
    ln_no
    ln_emp_code
    "LN_DET" table has foreign key; Relation is set at form design time.
    lnd_ln_code
    lnd_ln_no
    lnd_ln_emp_code
    Form2 is called from Form1 on press of a button "bt1"
    When-BT1_press, i am only initializing :GLOBAL.LN_CODE = 'LCD'
    in FORM2 PRE-FORM
    I am initializing LN_CODE := :GLOBAL.LN_CODE and setting initial value property of the field LN_CODE to :GLOBAL.LN_CODE
    when the form displayed for the first time,,and i press F7 or Query button,form is going in field LN_EMP_CODE and
    asking me to enter LN_EMP_CODE, as it is required field.
    i also tried settng LN_EMP_CODE required property to false at design time and at WNFI, but then its firing WVI of LN_EMP_CODE
    and raises form-failure message "emp does not exists'.
    at form and ln_head block level i gave trigeer KEY-ENTQRY
    CLEAR_RECORD;
    CLEAR_BLOCK(NO_VALIDATE);
    ENTER_QUERY;
    but still not going in query mode. whats the matter? Has any1 face this issue before?
    please advice me.
    *on my form; 1st field is LN_DATE, 2nd LN_APPLY_DATE, 3rd LN_NO (auto-generated, enabled property set false at WNFI) and*
    *4rth is LN_EMP_CODE*

    I am initializing LN_CODE := :GLOBAL.LN_CODEWhat is LN_CODE in this initialization? Is it an item in one of the blocks of your form?

  • Smart Form Error Page format 2 with orientation 1 unknown

    I have created smart form with Page Format DINA4 (297x210). While executing the smart form i am getting error as "Page format 2 with orientation 1 unknown".

       Same Attributes on each page only Next Page is in increment order.

  • Smart forms not displaying result from sub routine

    I am working on a smart form and need to display the description of the fabric code. Under Form Routines, I create a sub routine
    FORM fcc_values USING gv_fabrictext.
    which is supposed to store the description in gv_fabrictext. GV_FABRICTEXT has been declared in global data as char64. Then I call prior to displaying my table as
    perform fcc_values using gv_fabrictext.
    And then insert the field &gv_fabrictext& in cell but this does not display any result
    I know for sure that this sub routine works as I have tested it separately as a test program. Any ideas?

    1. put break point at ssf_function madulename and check field value.
    or
    2 fm_name export parameter ur not mentioned
    or
    3 global variable not defined properly
    go through above. still if u didnt get
    need program where the problem to find.
    Message was edited by:
            Deepa KN

  • Smart forms notes 0r document

    hi,
      can anyone send me the the complete notes for smart forms.
    thanksin adv.

    Check these links.
    smartforms
    Smartforms
    smartforms
    Regards,
    Amit
    Reward all helpful replies.

  • PDF form not populating Subject line in email when submitted in Google Chrome browser

    Google Chrome doesn’t seem to work, but all other browser do.  In Chrome the subject line and location populate the CC: and BCC: fields in email client and not the subject line? 
    My current javascript is:
    if (email != "")
                    this.mailDoc({bUI:false,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
    *I'm sure something can be added or fixed to resolve this so it will work in all browsers.  It is important to me that it work well in IE, Chrome, Firefox, and Safari.  The big four browsers anyways.
    Sample image of issue:  Basically user is forced to delete bcc: and then click send.    Thus no subject line.  Which means a manual move to location folder from inbox will be necessary, because I have rule setup to sort the inbox based on subject line.

    My final solution was to post the form and offer a link to dowload/install Adobe Reader and to also offer a link for Chrome users.
    * I will continue to look for a better solution, but at least the above is functioning.
    **I also set my bUI to true.
    Many thanks, Tim
    P.S.  I did report this to Google Chrome, heard nothing yet.  Also if you think of a better solution let me know.  I'm not familiar with javascript........I have a better understanding of HTML.......if this were HTML I would have done the below.
    <html>
    <body>
    <script type="text/javascript">
    alert("this is an alert");
    function go() {
                    alert("Hi");
                    var location = document.getElementById("location").value;
                    //console.println("location: = " + location);
                    var email = "";
                    email = "[email protected]";
                    if (location == "Select a location")
                                                    alert("You need to select a location first");
                    else if (location == "Other")
                                    email = "[email protected]";
                    if (email != "")
                                    //this.mailDoc({bUI:true,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
                                                    window.open('mailto:' + email + '?subject=' + encodeURIComponent(location));
    </script>
                    This is a test
                    <input type="text" id="location" value="Select a location">
                    <input type="button" value="submit" onclick="go()">
    </body>
    </html>

  • Xpath error while trying to send attachment with email

    Hi,
    I was trying to execute the BPEL sample - SendingAttachementWithEmail, as given in the tutorials.
    I had mapped the 'contentBody' in attachment[2] to
    ora:readFile(bpws:getVariableData('inputVariable','payload',
    '/client:SendEmailWithAttachmentProcessRequest/client:attachmentURI')
    I have a file called "SOA.txt" in my C:\ (C drive).
    I specified the following details in my 'initiate' screen
    to - jcooper
    subject - sample email
    body - testing how to send email with attachment
    attachmentName - SOA.txt
    attachmentMimeType - multipart/mixed
    attachmentURI - file:C:/SOA.txt
    I got the following error while executing the process, can any one please tell me where I am going wrong. Are the values I am passing correct?
    Error
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "ora:readFile(bpws:getVariableData("inputVariable", "payload", "/client:SendEmailWithAttachmentProcessRequest/client:attachmentURI"))", the reason is C:\SOA.txt (The system cannot find the file specified).
    Please verify the xpath query.
    What could be the problem with the xpath query.

    Thanks for your suggestions, but it still does not work.
    The following is the error I get when I enter
    file:///c:/SOA.txt as my attachmentURI.
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "ora:readFile(bpws:getVariableData("inputVariable", "payload", "/client:SendEmailWithAttachmentProcessRequest/client:attachmentURI"))", the reason is c:\SOA.txt (The system cannot find the file specified).
    Please verify the xpath query.
    I followd the same steps as given in the tutorial 'SendEmailWithAttachment' available under the folder <BPEL_HOME>\integration\orabpel\samples\tutorials\SendEmailWithAttachment.

Maybe you are looking for

  • Error while starting the database in asm

    Hi, I am getting an error while at the time of starting the instance in asm enviornment. ORA-00202: control file: '+DG_GROUP1/poldev01/controlfile/current.260.743010027' ORA-17503: ksfdopn:2 Failed to open file +DG_GROUP1/poldev01/controlfile/current

  • Function to separte

    I have a function which splits records divided by a comma (v_delimiter = chr(44)) and assigns each record split to a v_line: FUNCTION devide (v_Str IN OUT VARCHAR2, v_Delimiter VARCHAR2) RETURN l_Data IS      l_n NUMBER;   BEGIN     v_Line.DELETE;   

  • How can i develope source code of following statement?

    Hi All! I would like to make a source code . The statement is follows. Can anyone help? public Bicycle seeWhosFastest(Bicycle myBike, Bicycle yourBike, Environment env) { Bicycle fastest; // code to calculate which bike is faster, given // each bike'

  • Debug Event Error

    About two weeks I asked for help. Hunt kindly responded with a request that if it happened again I am to give him certain information. I tried to do so by replying to his email, but for some reason it is being returned as undeliverable, so here are t

  • Premiere Elements 11 doesn't accpet AVI h.264

    Despite the adobe website confirming that this format is supported, the files play audio only, not video, which is a fundamental failing for video editing software, and yes, they did play in windows before anyone asks!, and no, my PC is not out of da