Approval by e-mail * without * attach form

Hi all

I wonder if I can approve a process by e-mail * without * attach a form, because I would like to allow the user to trust with their mobile phone.

Any method that do not need to open the workspace will also be welcome.

Thanks in advance.

Concerning

Bill

The ticket is at omplete.html http://blogs.adobe.com/livecycle/2010/11/how-to-complete-a-task-via-email-using-reply-to-c.

Jasmine

Tags: Adobe LiveCycle

Similar Questions

  • How to send an email without attaching to the form or the form data?

    I have created a form that has a send button to send an allert that the form has been filled. So far I got it to work based on another one on this forum, but this is to attach the file to the email. I don't want that, what I need is to send an email with a predefined subject. Here's the test form that I'm trying to tweek:

    http://DL.dropbox.com/u/5098048/Forum.PDF

    Thank you very much!

    Hello

    for a simple e-mail without an attachment, use the app.mailMsg method.

    app.mailMsg({
              bUI: false,
              cTo: '[email protected]',
              cCc: '',
              cBcc: '',
              cSubject: 'Bla bla bla',
              cMsg: 'Message bla bla bla'
    });
    
  • Unable to send the form without attachment if file upload fails

    Hi all

    I have a form, in which I have a component of the input file.

    Scenario 1 - if I do not attach and submit the form, it is successful.

    Scenario 2 - if I attach a file of size less than 2 MB and then submit, it is successful.

    Scenario 3 - if I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying "the file is large" that is expected.

    3.1 - in scenario 3, after the failure of downloading files, I want to send the form without attaching any file. But the form is not filed and the warning message still appears.

    3.2 - if I have to re-download the files of size less than 2 MB and then submit, it is successful.

    Please help me to solve the issue.

    Thank you
    Henault.

    Try to clear the error messages

    
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    }
    
    

    Now all yo uneed to do is call this javascript method by using for example a

    
    

    a button or any other field.

    Timo

  • How to send a mail with attachment

    Hi friends,

    I am using soa 11.1.1.6
    Jdev 11.1.1.6
    WebLogic:-11.1.1.6

    I want generated e-mail with attachment in BPEL 11 g. Here's what I did in my bpel process

    Create processes bpel from simple Hello world.

    In the e-mail activity below details are given

    < name of scope = "Email1" >
    < bpelx:annotation >
    < bpelx:pattern = "bpelx:email" patternName > < / bpelx:pattern >
    < / bpelx:annotation >
    < variables >
    < variable name = "varNotificationReq".
    messageType = "ns1:EmailNotificationRequest" / >
    < variable name = "varNotificationResponse".
    messageType = "ns1:ArrayOfResponse" / >
    < variable name = "NotificationServiceFaultVariable".
    messageType = "ns1:NotificationServiceErrorMessage" / >
    < / variables >
    < name of sequence = sequence of '1' >
    < assign the name = "EmailParamsAssign" >
    < copy >
    < expression = "string ('Default')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload / ns1:FromAccountName" / >
    < / copy >
    < copy >
    < expression = "" string ()"/ >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload / ns1:Bcc" / >
    < / copy >
    < copy >
    < from expression = "string ('[email protected]')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload / ns1:Cc" / >
    < / copy >
    < copy >
    < expression = "" string ()"/ >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload / ns1:ReplyToAddress" / >
    < / copy >
    < copy >
    < expression = "string ('testing')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload / ns1:Subject" / >
    < / copy >
    < copy >
    < from expression = "string ('[email protected]')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: to" / >
    < / copy >
    < copy >
    < delivery > < xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > < MimeType xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > multipart/mixed < / MimeType > < ContentBody xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > < MultiPart xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > < BodyPart xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > < MimeType xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < ContentBody xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < BodyPartName xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < / BodyPart > < BodyPart xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" > < MimeType xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < ContentBody xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < BodyPartName xmlns = "http://xmlns.oracle.com/ias/pcbpel/NotificationService" / > < / BodyPart > < / MultiPart > < / ContentBody > < / content / > < / from >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = ' / EmailPayload/ns1: Content "/ >
    < / copy >
    < copy >
    < from expression = "string (" text/html; Charset = UTF-8 ")" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: Content / ns1:ContentBody / ns1:MultiPart / ns1:BodyPart [1] / ns1:MimeType" / >
    < / copy >
    < copy >
    < from expression = "" Hi"" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: Content / ns1:ContentBody / ns1:MultiPart / ns1:BodyPart [1] / ns1:ContentBody" / >
    < / copy >
    < copy >
    < expression = "string (' application/xml'); "/ >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: Content / ns1:ContentBody / ns1:MultiPart / ns1:BodyPart [2] / ns1:MimeType" / >
    < / copy >
    < copy >
    < expression = "string ('result.xml')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: Content / ns1:ContentBody / ns1:MultiPart / ns1:BodyPart [2] / ns1:BodyPartName" / >
    < / copy >
    < copy >
    < expression = "bpws:getVariableData('outputVariable','payload','/client:processResponse/client:result')" / >
    < variable = part of the "varNotificationReq" = "EmailPayload."
    Query = "/ EmailPayload/ns1: Content / ns1:ContentBody / ns1:MultiPart / ns1:BodyPart [2] / ns1:ContentBody" / >
    < / copy >
    < / assign >
    < call name = "InvokeNotificationService".
    portType = "ns1:NotificationService."
    partnerLink = "NotificationService1."
    variableentree = "varNotificationReq".
    outputVariable = "varNotificationResponse."
    operation = "sendEmailNotification" / >
    < / sequence >
    < / scope >


    I'm able to generate E-mail with an attachment, but I do not see that the xml data in the attached file yet the file size is 64 b.

    I think I need to convert the data before sending it as an attachment. Could someone help me please by generating the XML.

    Kind regards
    Tarak

    Hi Tarak,

    You need not specify the MIME Type such as application/xml you don't read a .xml file.

    I'm assuming you are trying to send the result with its XML form variable in the attachment. So, follow the following steps to achieve the same (basically only first steps as my blog).

    -Open the e-mail from the Design view activity and go to the Attachments tab
    -Define the MIME Type such as text/plain; (no need to set as xml) and the name of the attachment as result.xml (what you do already)
    -The content to write this:

    ora:getContentAsString(bpws:getVariableData('outputVariable','payload'))
    

    ora: getContentAsString() function returns you the resulting data in its xml form.

    Be sure to check changes to the source code also like my Jdeveloper, they don't think is in Design view. Test and let me know if the problem persists.

    Kind regards
    Neeraj Sehgal

  • Send the PDF in an e-mail, without ever having saved the PDF on the server

    I know how to send files in emails in the CF.

    How I could modify the following code so that I could send the PDF in an e-mail, without ever having to have saved the file on the server?

    <!--- The compasstravel database is part of the Getting Started 
        tutorial application, found under the cfdocs directory. --->
    <cfquery datasource="compasstravel" name="compasstrips">
    SELECT tripName, tripDescription, tripLocation, price
    FROM trips
    ORDER BY price
    </cfquery>
    <cfdocument format="pdf"
            filename="#GetDirectoryFromPath(GetTemplatePath())#/compasstrips.pdf"
            overwrite="yes">
        <cfdocumentsection> 
            <h1 align="center">Compass Travel</h1>
            <h2 align="center">Destination Guide</h2>
            <p align="center"><img src="cfdocs/getting_started/photos/somewhere.jpg"></p>
        </cfdocumentsection> 
        <cfdocumentsection> 
            <cfdocumentitem type="header">
                <font size="-3"> <i>Compass Travel Trip Descriptions</i></font>
            </cfdocumentitem> 
            <cfdocumentitem type="footer"> 
                <font size="-3"> 
                    <cfoutput>Page #cfdocument.currentpagenumber#</cfoutput>
                </font> 
            </cfdocumentitem> 
            <cfoutput query="compasstrips"> 
                <hr>
                <h2>#tripName#</h2>
                <p><b>#tripLocation#</b></p>
                <p>Price: #DollarFormat(price)#</p>
                <p>#tripDescription#</p>
            </cfoutput> 
        </cfdocumentsection> 
    </cfdocument>

    I'm sure theres a way to create these files without saving it, I don't remember the tutorial

    Nice that you say this, Nikos101. I played with it a little more and found that you can indeed send the PDF as an attachment without saving it first. I did it like this:


    test the pdf content

    [email protected]"to ="[email protected]"subject ="test the pdf attachment">"

    content of the message: blah blah blah

  • Mail with attachment

    Hi all

    I am doing a simple job and he poses problem, and hoping that you can help.

    Here's my forced.
    1. search for a file in a directory
    1A. If the file is not their nothing to treat
    2. If the file is to send them an email with the file as an attachment
    3. After you have sent the e-mail attach this file to another location.



    If the file is not IT gives them an error saying no file found and does not mail which is ok for me.

    But my problem is that even if the file is wrong with their computer. It is sending the mail without an attachment and it does not move the file to another location.


    Here are the steps that I do
    1 ODIFILEWAIT
    OdiFileWait "-ACTION = NONE" "-DIR = D:\Logs" "-MODEL = Test * .csv" "-CASESENS = NO '"-OVERWRITE = YES ""-FILECOUNT = 1 ""-TIMEOUT = 3000 ""-POLLINT = 1000 ""-HEADER = 0 ""-KEEP_FIRST_HEADER = YES ""-NOFILE_ERROR = YES "" "" ""»

    2 send an email
    "OdiSendMail"-MAILHOST = mail.mail.com ""[email protected]""-SUBJECT = Test files ""[email protected]"«-ATTACH=D:\Logs\Test*.csv."


    3. control of the OS
    Moving D:\Logs\*.csv D:\Archive


    Please let me if I do something wrong.

    K

    You use an Agent to run this package? If so, the agent must have visibility to the paths that you mentioned in the order.

    OdiSendMail can send multiple pieces attached and is case-insensitive for filenames are running in the environment Windows.

  • How do I deleat an e-mail without opening it

    How can I delete an e-mail without opening it

    Right-click and select Delete.

  • Yahoo password email changed computer but the iPhone and iPad can always GET mails without updating the password

    Yahoo password email changed computer but the iPhone and iPad can always GET mails without updating the password...
    Normally, it should show as 'could not load the mail' or 'impossible to download the mail' or 'Please verify your password... "
    It's really wired.

    You are probably using IMAP

    Update contained in one place - it synchronizes across devices - all as is your email

    With POP accounts, you'd see what shows your question

    Instructions on how do to vs in IMAP POP3 - IMAP

  • How to print an e-mail without printing the side panels and the folder list?

    Original title: print an e-mail

    How to print an e-mail without printing the side panels and the folder list?  It also prints a part of the message that the sides take up much space

    IF you use Outlook.com you print this way...

    1. go to your Inbox
    2. Select the desired message you want to print
    3. in the top of the message itself, you can see options like New, Delete, Junk, response, etc..
    Please select the three dots (...) next to categories
    4. click on print
    5. a preview of the message is displayed and also printing options.
    (Don't forget to click on "all pages" for multi page emails.
    )
    6. click on print.

  • Whenever I try to answer or write a new e-mail, the "Attachment ID has wrong format" message appears and I can't send emails.

    whenever I try to answer or write a new e-mail, the "Attachment ID has wrong format" message appears and I can't send email, how do I fix?

    original title: problem sending e-mails

    Hello Pamwolfe,

    What program of e-mail that you use or sign in a service such as Windows Live Mail Webmail?
    If you use Windows Live Mail I suggest to take a look at this site:
  • I tried to send an email with attachment and without attachment and received the "windows live Hotmail was not able to complete this application. "Microsoft may contact you about problems that report you.

    I tried to send an email with attachment and without attachment and received the error "windows live Hotmail was not able to complete this application. "Microsoft may contact you about problems that report you.

    Hi AbdiNur,

    This forum is for comments on the Microsoft Answers site.  As your question is on Hotmail, I recommend posting your question on the forums for Hotmail:

    http://www.windowslivehelp.com/forums.aspx?ProductID=1

    Thank you for using Microsoft Answers!

  • How can I get a full-page printed my e-mail without printing folder with her column.

    I want to get a full-page printed my e-mail without printing the file column.  Is this possible?

    And the e-mail program you are using is...?

  • I stop suddenly be able to send an email, but I get e-mails without problem; Error number: 0x800CCC0E

    Original title: ' account: 'pop.att.yahoo.com', server: 'smtp.att.yahoo.com', Protocol: SMTP, Port: 25, secure (SSL): no, Socket error: 10060, error number: 0x800CCC0E "

    I stop suddenly be able to send an email, but I get e-mails without problem.  No change of ISPS or anything else I know.

    I stop suddenly be able to send an email, but I get e-mails without problem.  No change of ISPS or anything else I know.

    Make the following changes.
    Changing port # 465 not 25.
    Checkmark on this server requires a secure connection (SSL).
    ..........................................................................................

    Open Windows mail (assuming that's what you are using) > tools > accounts > your AT & T/Yahoo account > properties >
    under the servers tab:
    Mail incoming (POP3)... pop.att.yahoo.com
    Outgoing (SMTP) e-mail... smtp.att.yahoo.com
    "My server requires authentication" should be checked.

    on the Advanced tab:
    Outgoing (SMTP) mail... 465 not 25
    Incoming (POP3) mail... 995
    BOTH "this server requires a secure connection (SSL)" should be checked.

    t-4-2

  • Why Outlook in Windows 7 keep ask my network password every time I open the program and repeatedly asking the password. I can receive and send mail without problems

    Why Outlook in Windows 7 keep ask my network password every time I open the program and repeatedly asking the password. I can receive and send mail without problems

    See this for help...

    http://support.Microsoft.com/default.aspx/KB/290684 MS - MVP Windows Desktop Experience, "when everything has failed, read the operating instructions.

  • How to send a mail with attachment no matter what file use the invoke in os 6.0?

    Hello

    There is some issue that how to send a mail with attachment to use the invoke method in os 6.0?

    "I use the Transport at this time mail send successfully, but I use the invoke to throw this error time these error ismail service does not support these tyes of change of parts joined the send using field or remove attachments ' so how do?

    Thank you

    Hi, rishabh

    Thanks.i got the solution and super work Super-Duper hit.

    Thnaks,

    Umang.

Maybe you are looking for

  • Incorrect detection of type Macbook

    My Macbook pro is detected as a 'Macbook Air' (got "about this Mac" in the menu system). This has an impact on performance, stability, reliability, drivers, etc.. ? How to solve this problem? OS: 10.10.5

  • W376g question

    M376g - how to remove a Tracfone directory name?

  • Win 8 pack pro upgrade fails on the yoga

    I tried several times to add the features of pro pack to my yoga 13. buy online from MS and the installation fails after the completion of 15%. noticed on board the MS than other Lenovo users having the same problems. anyone succeeded? also have prob

  • We have a whole new 6600 OfficeJet, power cable was stolen. HP does not sell it, where can I get one?

    Our Client has a HP Office Jet 6600 printer and the power cable has been stolen. It's a new current printer and HP still sells, but for some ridiculous reason, they do not support selling adapters for it. Anyone know where I can get one? EBay has not

  • demand equations

    I change the operating system Windows 8 OS to remove mounting...           Pls... One tell what is the problem to install Window 7 OS "windows can not installed to the Selected Disk.The Disk is the GPT partition style" Pls any one help me how to clea