Trigger email in a button click?

Hi,
Is it possible to trigger an email in a button click rather than triggering it in a task? What I knew is that an email is coupled with a task (Approval / Review / Plan). If we can trigger an email using a button (show as a button instead of a field) in a form it would be useful. I am so curious to know about this.
Note: I am using version 9.3.2 patch 6 on 2008 R2

hi. but i need to do this in c #, so it is relevant to c#
http://startrekcafe.stevesdomain.net http://groups.yahoo.com/groups/JawsOz

Similar Messages

  • Open the default email application through button click in struts

    Hi can someone help me with launching the default mail application from a jsp page through button click? I am using struts.

    Yes you can send the dynamic values to the JS,
    I have never tried <bean:write but you can use as,
    var make="<%=makeFromJava%>"Where make is a JS variable and makeFromJava is a java variable where you can sent/set some dynamic values

  • Trigger ics:catalogmanager on button click

    Is it possible to render/execute ics:CatalogManager on button click function using JavaScript?
    Currently on click we call Cs-element in which we execute ics:catalogmanager tag, But this on run-time causes the entire page to refresh. Which we don't want it to be like.
    Kindly provide the solution a.s.a.p.

    Kinjal,
    Instead of posting/submitting to the CSElement, calll the CSElement using Ajax call.

  • Code for email on a button click

    hello,
    a have a form , with no of record. my requirment is when i click a button all records in that form email as an attachment.
    thanks
    yash

    Hi again yash :)
    have a form , with no of record.Then i would imagine an empty canvas free of records
    my requirment is when i click a button all records in that form email as an attachmentThen i would imagine a button on that canvas when u cilck all records that u said about (a form , with no of record.) u want to email the data displayed ...
    am confused now ... !!!
    u have to mention the form version & os pls.
    and i also have to mention that there are many sample code available on net to send the email through the db or a button..
    here is a successfull & Correct sample code u can try and follow the instructions given step by step exactly as mentioned in the following Link...
    Re: Issue in using UTL_MAIL.SEND_ATTACH_VARCHAR2
    Hope it helps ... :)
    Regards,
    Abdetu...

  • Let's say I'm in my email, and I double click the button to the left of the screen and it then shows the multiple screens I've looked at already. How do I clear those already seen pages?

    If I'm in my email acct, I click a hyperlink to another page and then to go back to my email page, I double click the button to the left of the screen and it shows a slide list of pages I have recently been to. How do I get rid of that? Or clear the pages?

    You mean the multi task bar at the bottom?  In iOS7 there is a big preview box above each app in the bar.  Just swipe it up and away.

  • HT4759 Suddenly my icloud (on PC) won't recognize my keyboard "tab" button; and I can see my email, but can't click on it. I have firefox 18.0 browser.

    I have an HP with firefox browser and icloud.com was working fine on it until last week.  I first noticed that I couldn't use my tab on the keyboard to get from the login name to password, but wasn't too concerned until I got into email and couldn't click on anything.  I can't read my emails at all in icloud now (on the PC).  I did recently forward all other accounts to the my "me.com" account.   I don't know if any of that has to do with it, but my hotmail and any other sites are working fine.  It seems to be a problem with icloud only and it is also happening on my home PC.  

    It was working before on Mozilla.  The problem with IE is that it constantly crashes and we can't get anything done, so we switched to Mozilla a long time ago.   I don't get why this has suddenly become a problem though.  Thanks!

  • Cannot send email. When I click Write the window does not open properly. Does not have the "send, spelling, attach security save" line.

    Cannot send email. When I click Write the window does not open properly. Does not have the "send, spelling, attach, security, save line there. Then when I click File, then Send now it will not send. A message comes up saying my SMTP server failed. Have check and everything appears to be o.k.

    Hi Stephen,
    What version of MS Office are you using?
    Are you facing the issue similar to that mentioned here: Acrobat/Reader: Attach to Email button not working for PDFs referenced from long URLs
    Open Acrobat. Use the click-path Edit - Preferences - select the Category "Email Accounts". In the dialog there is the "Add Account" drop-down. Select "Add Other". The "Add Webmail Account" dialog presents. You'll fill out the dialog's fields with Outlook.com settings. (don't forget the "Advance Settings" button)
    From a look-see on the web it appears that the following are the needed settings. BUT, you'll be wanting to validate.
    The Outlook.com SMTP server settings for sending outgoing messages from an email program on desktop, cell phone or mobile device are:
    • Outlook.com SMTP server address: smtp.live.com
    • Outlook.com SMTP user name: Your full Outlook.com email address (not an alias)
    • Outlook.com SMTP password': Your Outlook.com password
    • Outlook.com SMTP port: 587
    • Outlook.com SMTP TLS/SSL encryption required: yes
    For incoming messages from an Outlook.com account to an email program using POP, use the Windows Live Hotmail POP3 server settings.
    The Outlook.com POP server settings for downloading new incoming messages to email program, cell phone or mobile device are:
    • Outlook.com POP server address: pop3.live.com
    • Outlook.com POP user name: Your full Outlook.com email address (not an alias)
    • Outlook.com POP password: Your Outlook.com password
    • Outlook.com POP port: 995
    • Outlook.com POP TLS/SSL encryption required: yes
    Regards,
    Rave

  • How do you fire a button click event on apex page from fancybox iframe that was created by page

    I am trying to fire off the button click event from fancybox iframe. The apex page has a button that launches a fancybox iframe which is loaded with an APEX form. On close of that fancy box, I am trying to fire a click event on the parent page which will refresh a div with html that is created with plsql. The button on the page works as expected when clicked from the page. It will show a debug alert message to prove it was called and then load the div with the correct data. I am unable to fire off this button click from the fancybox iframe when it closes.
    A couple of points:
    I using Plug-in: Execute PL/SQL Code and Return Content ("PLUGIN_MULEDEV.SERVER_REGION_REFRESH") to place the create fancybox statement. It is used to populate a div using plsql.
    The name of the button on the main page is P2020_REFRESH_SECTION_BUILDER_BTN.
    The click dynamic action on the button is calling the plugin to replace the html in the div.
    The data in the form in the fancybox is being saved to the database. On close of the fancybox box I want to refresh the div so the new record is included in the div html.
    Can anyone help. Here is the fancybox code:
      function customProcessOnReadyState4(){
        for (var i=0;i<11;i++){
          $( "#tabs"+i ).tabs();
          $("#createNewExerciseLink"+i).fancybox({
              ''width''         : ''60%'',
              ''height''        : ''70%'',
              ''autoScale''     : true,
              ''transitionIn''  : 200,
              ''transitionOut'' : 200,
              ''type''          : ''iframe'',
              ''onClosed''         : function() {
                                         window.parent.$(''#P2020_REFRESH_SECTION_BUILDER_BTN'').click();
    Here are the dynamic actions assigned to the button:
    5 - Execute JavaScript Code
    alert("Starting refresh");
    10 - Execute PL/SQL Code and Return Content [Plug-in]
    begin
      SCTUI.create_sct_tabs2(:P2020_CREATE_SECTION_LOV, '1');
    end;

    user setActionListener...
    <af:setActionListener from="#{bindings.XXX.inputValue" to="#{backingbean.variable}"
                  <af:inputText value="#{bindings.Email.inputValue}"
                                label="#{bindings.Email.hints.label}"
                                binding="#{backingBeanScope.backing_ShuttlePage.it2}"
                                id="it2">
                    <f:validator binding="#{bindings.Email.validator}"/>
                  </af:inputText>
                  <af:commandButton text="commandButton 2"
                                    binding="#{backingBeanScope.backing_ShuttlePage.cb2}"
                                    id="cb2" action="passing">
                    <af:setActionListener from="#{bindings.Email.inputValue}"
                                          to="#{processScope.detail}"/>
                  </af:commandButton>next jsf page:
                <af:outputText value="#{processScope.detail}"
                               binding="#{backingBeanScope.backing_ProcessScope.ot1}"
                               id="ot1"/>setPropertyListener also should work
    <af:setPropertyListener from="#{bindings.Email.inputValue}" to="#{processScope.detail}" type="action"/>

  • Link to xml from xml ( mx:Button click="function({...});" )

    links.xml contains links for page1, page2
    links.xml
    |
    +-- page1.xml
    |
    +-- page2.xml
    I try:
    <mx:Button click="loadXML2({ getField( XML(
    linksItems.currentItem ), how1Link ) });" label="Link" />
    Debugger says:
    Error: Repeater is not executing.
    at mx.core::Repeater/get currentItem()
    at LinkFromXML2/___LinkButton1_click()
    <!-- File: links.xml -->
    <?xml version="1.0" encoding="UTF-8"?>
    <rdf:RDF xmlns="
    http://web.resource.org/cc/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/"
    xmlns:rdf="
    http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <item>
    <dc:title>Page 1</dc:title>
    <dc:link>page1.xml</dc:link>
    </item>
    <item>
    <dc:title>Page 2</dc:title>
    <dc:link>page2.xml</dc:link>
    </item>
    </rdf:RDF>
    <!-- File: page1.xml -->
    <?xml version="1.0" encoding="UTF-8"?>
    <rdf:RDF xmlns="
    http://web.resource.org/cc/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/"
    xmlns:rdf="
    http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <dc:Work>
    <dc:title>Page 1</dc:title>
    </dc:Work>
    </rdf:RDF>
    <!-- File: page2.xml -->
    <?xml version="1.0" encoding="UTF-8"?>
    <rdf:RDF xmlns="
    http://web.resource.org/cc/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/"
    xmlns:rdf="
    http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <dc:Work>
    <dc:title>Page 2</dc:title>
    </dc:Work>
    </rdf:RDF>
    <!-- File: LinkFromXML.mxml -->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="loadXML('links.xml');">
    <mx:Script>
    <![CDATA[
    import mx.collections.XMLListCollection;
    public var pathxml:String;
    public var pathxml2:String;
    private var how:Namespace = new Namespace("
    http://web.resource.org/cc/");
    private var dc:Namespace = new Namespace("
    http://purl.org/dc/elements/1.1/");
    [Bindable]
    private var how1Title:QName = new QName(dc, "title");
    [Bindable]
    private var how1Link:QName = new QName(dc, "link");
    [Bindable]
    private var how2Title:QName = new QName(dc, "title");
    [Bindable]
    private var how1externalXML:XMLListCollection;
    [Bindable]
    private var how2externalXML:XMLListCollection;
    private function loadXML(pathxml):void {
    trace (pathxml);
    var loader:URLLoader = new URLLoader();
    var request:URLRequest = new URLRequest(pathxml);
    loader.load(request);
    loader.addEventListener(Event.COMPLETE, onComplete);
    private function loadXML2(pathxml2):void {
    var loader2:URLLoader = new URLLoader();
    var request2:URLRequest = new URLRequest(pathxml2);
    loader2.load(request2);
    loader2.addEventListener(Event.COMPLETE, onComplete2);
    private function onComplete(event:Event):void {
    var loader:URLLoader = URLLoader(event.target);
    var how1Items:QName = new QName(how, "item");
    var dataXML:XML = XML( loader.data );
    dataXML.addNamespace( dc );
    var how1base:XMLList = dataXML.descendants( how1Items
    how1externalXML = new XMLListCollection( how1base );
    private function onComplete2(event:Event):void {
    var loader2:URLLoader =
    URLLoader(event.target);
    var how2Items:QName = new QName(dc, "Work");
    var dataXML:XML = XML( loader2.data );
    dataXML.addNamespace( dc );
    var how2base:XMLList = dataXML.descendants( how2Items
    how2externalXML = new XMLListCollection( how2base );
    private function getField( itemXML:XML,
    field:QName):String {
    return itemXML.descendants( field ).toString();
    ]]>
    </mx:Script>
    <mx:Canvas id="HowView" backgroundColor="#FFFFCC"
    label="How"
    width="100%" height="100%">
    <mx:HBox width="100%" height="100%">
    <mx:VDividedBox width="400" height="100%" id="how1Box"
    backgroundColor="#B9C5A0">
    <mx:Repeater width="80%" id="linksItems"
    dataProvider="{ how1externalXML }">
    <mx:VBox width="80%" horizontalAlign="center"
    creationCompleteEffect="Fade">
    <mx:LinkButton click="loadXML2('{getField( XML(
    linksItems.currentItem ), how1Link )}')" label="{ getField( XML(
    linksItems.currentItem ), how1Title) }" />
    </mx:VBox>
    </mx:Repeater>
    </mx:VDividedBox>
    <mx:VDividedBox width="100%" height="100%" id="how2Box"
    backgroundColor="#6BA1A3">
    <mx:Repeater width="100%" id="workItems"
    dataProvider="{ how2externalXML }">
    <mx:VBox width="534" horizontalAlign="center"
    creationCompleteEffect="Fade">
    <mx:Label text="{ getField( XML(
    workItems.currentItem ), how2Title) }" color="#000000"/>
    </mx:VBox>
    </mx:Repeater>
    </mx:VDividedBox>
    </mx:HBox>
    </mx:Canvas>
    </mx:Application>

    "Cole_62" <[email protected]> wrote in
    message
    news:gd2q5r$f08$[email protected]..
    > no i dont think this will work because i need to iterate
    through each
    > <item> in
    > the XML...below is an exmaple of possible tree structure
    of the XML:
    > channel
    > -->item1
    > ----->title
    > ----->imgs
    > --------->imgUrl
    > --------->imgUrl
    > -->item2
    > ----->title
    > ----->imgs
    > ---------->imgUrl
    > -->item3
    > ------>title
    > ------>imgs
    > ----------->(no imgs)
    >
    > i thought to handle this using something like the
    ATTACHED CODE below:
    >
    > ...i need to be able to go through each <item> and
    <imgUrl> (because i
    > dont
    > know how many (if any) there are!) sorry if my PHP
    background shines
    > through!
    >
    > THANKS!
    >
    > <mx:Repeater id="feed"
    dataProvider="{XML.channel.item}">
    > <mx:HBox>
    > <mx:Text text="{feed.currentItem.title}"/>
    > <mx:Repeater id="item"
    dataProvider="{feed.currentItem.imgs}">
    > <!-- PSEUDO CODE I NEED HELP RESOLVING:
    > if ("{item.currentItem.imgURL}")
    > -->
    > <mx:Image source="{item.currentItem.imgUrl}"/>
    > </mx:Repeater>
    > </mx:HBox>
    > </mx:Repeater>
    How bout
    <mx:Repeater id="feed"
    dataProvider="{XML.channel.item}">
    <mx:HBox>
    <mx:Text text="{feed.currentItem.title}"/>
    <mx:Repeater id="item"
    dataProvider="{feed.currentItem.imgs}">
    <mx:Image
    source="{item.currentItem.imgURL.length()>0?item.currentItem.imgURL:null}"
    includeInLayout="{item.currentItem.imgURL.length()>0}"/>
    </mx:Repeater>
    </mx:HBox>
    </mx:Repeater>

  • Control two functions on one button click

    Hello,
    first off, I am relatively new to actionscript 3.0. I was
    wondering if anyone knows how I can control two events on one (the
    same) button click. On click, the first function must jump the user
    to a particular frame label and at the same time trigger a second
    function which is a movie clip on that particular frame. I must
    note that the event listener is attached to an actual Button and
    not a movie clip.
    Any help would be greatly appreciated.

    Thanks for the quick response. I tried out your solution but
    I get the following error...
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at index_fla::MainTimeline/rev()
    at index_fla::MainTimeline/resources()
    I also tried to create another event listener on Mouse_UP
    ex:
    topNav1_btn.addEventListener(MouseEvent.CLICK, resources);
    topNav1_btn.addEventListener(MouseEvent.MOUSE_UP, rev);
    but I get another strange error...
    ## [Tweener] Error: [object MovieClip] raised an error while
    executing the 'onComplete'handler.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at MethodInfo-218()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at caurina.transitions::Tweener$/updateTweenByIndex()
    at caurina.transitions::Tweener$/updateTweens()
    at caurina.transitions::Tweener$/onEnterFrame()
    ## [Tweener] Error: [object MovieClip] raised an error while
    executing the 'onComplete'handler.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at MethodInfo-241()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at caurina.transitions::Tweener$/updateTweenByIndex()
    at caurina.transitions::Tweener$/updateTweens()
    at caurina.transitions::Tweener$/onEnterFrame()
    any other thoughts? Thanks in advance.

  • Is sql functions or trigger possible for adf button component

    while developing project using ADF BC and JSF, is possible to invoke sql functions or trigger for an adf button component. plz reply

    For this you define a method in the application module which you expose to the client. Then you can drag this method onto the button. The method is call when you click the button.
    Inside the method you can call pl/sql functions. Read chapter "37.5 Invoking Stored Procedures and Functions" here http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvgen.htm#sm0297
    Timo

  • Access 2013 Email Report ribbon button always disabled

    Access 2013 Email Report ribbon button is always disabled. This happens on one PC, All other installs are ok.
    Reinstalled Office and Access and problem continues. System is Win 8.1
    Default email client is Outlook 2013.
    Any suggestions?

    Hi,
    Printer is installed?
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

  • Close page through WD button click

    Hi,
    How do I close a portal page (brought up through object-based navigation) which holds my Web-dynpro service, through a Web-dynpro button-click?
    What (portal) event do I trigger and how?
    Thanks,
    Adi

    Hi
      I had created a blog for this , please go through that
    How to close parent window in Webdynpro applications?.
    Thanks
    Anzy

  • Option button click on IE is not working

    I am trying to play around with Excel VBA code to select an option button on a webpage. For some reason the option button is not getting selected even though there is no errors when executing the code. Please share your thoughts.
    Excel VBA code block given below.
    Sub Voting()
    Dim MyHTML_Element As IHTMLElement
    Dim MyURL As String
    Dim x As Object
    MyURL = "https://www.surveymonkey.com/r/?sm=%2bZAmxFYpsYG1R61ELcYA6g%3d%3d"
    Set MyBrowser = New InternetExplorer
    With MyBrowser
    .Silent = True
    .navigate MyURL
    .Visible = True
    Do
    Loop Until .readyState = READYSTATE_COMPLETE
    Do Until Not x Is Nothing
    Set x = .document.getElementById("ID of one of the option button")
    Loop
    Set x = Nothing
    .document.getElementById("ID of one of the option button").Click
    Set HTMLDoc = .document
    For Each MyHTML_Element In HTMLDoc.getElementsByTagName("button")
    If MyHTML_Element.Type = "submit" Then MyHTML_Element.Click: Exit For
    Next
    Set HTMLDoc = Nothing
    End With
    MyBrowser.Quit
    Set MyBrowser = Nothing
    End Sub

    You must not be hitting the button.  Please see this example.
    http://vbadud.blogspot.com/2009/08/how-to-login-to-website-using-vba.html
    Also, to dump everything from the site to Excel, try this.
    Sub DumpData()
    Set IE = CreateObject("InternetExplorer.Application")
    IE.Visible = True
    URL = "http://finance.yahoo.com/q?s=sbux&ql=1"
    'Wait for site to fully load
    IE.Navigate2 URL
    Do While IE.Busy = True
    DoEvents
    Loop
    RowCount = 1
    With Sheets("Sheet1")
    .Cells.ClearContents
    RowCount = 1
    For Each itm In IE.document.all
    .Range("A" & RowCount) = itm.tagname
    .Range("B" & RowCount) = itm.ID
    .Range("C" & RowCount) = itm.classname
    .Range("D" & RowCount) = Left(itm.innertext, 1024)
    RowCount = RowCount + 1
    Next itm
    End With
    End Sub
    Joel, who frequents these forums, gave me that a long time ago.  It's server me well for many projects.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • How to capture Button Click in OAF

    Hi All,
    I have created a button "TestButton" using personalization. On the click of this button, a new page "TestPG" opens. But i have to pass a few parameters from the old page to the new page. How do i capture this button click event in the CO so that i can use the pageContext.forwardImmediately method to pass the parameters?
    Also, what is the difference between a Button and a SubmitButton?
    Regards,
    Shreyas

    I never tried this... But can suggest you something.....
    Create a Upload type of item in your region, which will allow you to browse your Image file.
    Attach a VO attribute which will be based on EO. VO attibute will be based on Databse column of BLOB type, which will store the image in DB.
    If you want to transfer this file to application server's any directory, you can do that also.
    But above is solution to your problem..

Maybe you are looking for

  • Webservice sender . Pls advice urgent

    Hi Piyush/All, My scenario is System A (Webservice) -- XI -- File System A is providing WebService(wsdl) to XI So It is a webservice(wsdl) of System A. XI will import that wsdl as External Defination and map to File Interface. System A will send soap

  • Recurring kernel panic 10.7.5 iMac

    I've been encountering irregular, but consistent kernel panics for the past three months.  I'm submitting reports, but there don't seem to be any updates in the channel that have affected the situation.  I'd like to get to the bottom of this.  The ma

  • Migrating Informix databases to Oracle

    Hi, I am new to Oracle so apologies if this is a basic question. I have Informix set up on a Unix system, which consists of several databases, within Informix the databases are truly relational, i.e I can perform sql queries across rwo databases at t

  • Can't update firefox

    check for update tab is not appearing on the help tab. instead an "apply downloaded update" is there. when i click it, mozilla restarts but the same problem retains. the problem started when i updated firefox from the standard user account rather tha

  • Help please: My ability to access American Express just stopped

    My bookmarked account page, the beneric AMEX site via google, etc. I called AMEX tech and they wouldn't take responsibility. It stopped working (server not responding) 3 days ago abruptly