Activities to show up on Messages/Alert Popup

Hi all,
We would like activities that we assign to other users to show up on their messages/alert popup.
Is there a way to make this happen?
Thanks,
Jane

Hi Jane,
When setting up the activity, be sure to set a reminder. this will enable the alert to show on the alerts inbox.
Also, make sure that the "display inbox when new message arrives" is activated for the user (system initialization -->general settings --> services tab) and set the "update messages" to an acceptable time.
Hope this helps,
Kiran

Similar Messages

  • Dynamic message with Alert popup window?

    I'm using the simplest form of Alert popup window. Is there a way I can put a dynamic alert message in the window? For example,
    the Alert shows the "XYZ" at beginning, and then change to "ABC" by an event before the OK button is clicked.

    First you need to create a refernce to the Alert window.
    alert  = Alert.show("Hello");
    To change the text
    alert.mx_internal::alertForm.mx_internal::textField.text = "New Text";
    ( had to use mx_internals because the following code is not updating the text alert.text = "New text"; )

  • When I run RSPCM gives error in PC and message error, alert, popup

    When I run the transaction RSPCM gives error in process chains and appear several popups, messages, alerts. what can be?

    Symptom
    The job log of a job contains message 00 517 (Job finished) and message BT
    608 (Job status was manually set to 'cancelled').
    Reason and Prerequisites
    There is a program error in the function BP_JOB_ABORT.
    Previously, the function BP_JOB_ABORT did not call the job status check
    correctly. As a result, BP_JOB_ABORT may still have set a job that had
    already finished correctly to 'cancelled'
    Solution
    Import the Support Package or implement the correction instructions

  • When i try to update my iPhone 3G software, the message alert showing (The iPhone ''iPhone'' could not be restored. An unknown error occurred). now my iPhone 3G blank display. how can i do then please?

    when i try to update my iPhone 3G software, the message alert showing (The iPhone ''iPhone'' could not be restored. An unknown error occurred). now my iPhone 3G blank display. how can i do then please?

    I was not sure about the ''jailbroken''. now my iPhone cannot use, on the showing (connect to iTunes logo). so if i just want my iPhone process in normal, what can i do? i mean i want it back to the previous software version?

  • Hello, i have one issue when i hit back button of F Fox than it will show me " Document Expired " alert message.. i need to avoid this alert.

    Hello, i have one issue when i hit back button of F Fox than it will show me " Document Expired " alert message.. i need to avoid this alert.
    because my site is based on ajax so i need same page with my all activity i perform before i go next page when i hit back button..
    Please give me solutions of this problem if possible.
    Thank you

    Are you sending HTTP response headers that instruct Firefox not to cache the pages?
    You can get a "document expired" message if you use the back button to return to a specific page and the web site has instructed Firefox not to cache the page.<br />
    Firefox tries to retrieve the page from the server, possibly by sending POST data.

  • How to show javascript alert popup after commandLink action?

    Hi,
    I'm building an ADF-based .jspx page. I have a commandLink whose action calls a method in my page's backing bean. I want to show a javascript alert popup when the commandLink is clicked and after the backing bean method has been called. The text displayed in the alert popup is dependent on whether the processing in the method was successful or not.
    I couldn't figure out how this could be done though. It doesn't seem I can use the onClick attribute on the commandLink because that gets called before my backing bean method gets called. From my backing bean method, is there some way to launch a javascript alert popup and show certain text in it based on what happened in the method?
    Thanks for any ideas.

    Hello and thank you for your reply,
    I am trying to combine dwr and ADF.
    When I use the following code to grasp the input value from the user
    FacesContext fc = FacesContext.getCurrentInstance();
    ValueBinding expr = fc.getApplication().createValueBinding("#{bindings['LIMARXESPORTCODE_bindVariable2'].inputValue}");
    setLIMARXESPORTCODEbindVariable( expr.getValue(fc).toString() );
    in order to use it as a dynamic bind variable to the where clause of the following query:
    vo.setWhereClause("LIMARXESPORTCODE = :LIMARXESPORTCODE_bindVariable");
    vo.defineNamedWhereClauseParam("LIMARXESPORTCODE_bindVariable", null, null);
    vo.setNamedWhereClauseParam("LIMARXESPORTCODE_bindVariable", LIMARXESPORTCODEbindVariable );
    executeAndShowResults(vo);
    in the backing bean java code. All I get as an output from a javascript alert window is null.
    However, when the bean member variable LIMARXESPORTCODEbindVariable has a
    hard coded, static value i.e. LIMARXESPORTCODEbindVariable = 111; and the first code snippet is commented out, everything works just fine!
    Any hint is welcome,
    T I A.

  • Iphone will not show new message alert for email sent to subfolders

    I have successfully synced my iphone with the exchange server so I am getting push email from entourage to my phone. However I have subfolders set up in entourage so that my email is organised. These subfolders are showing on my iphone. Although email sent to subfolders is pushed to the iphone (to the relevant subfolders), when the phone is on the home screen it does not show a new mail alert for those emails. It only shows a new mail alert for emails going to the main inbox. Obviously I need it to alert me if email is coming in to subfolders. Can anyone help with setting this up?

    Try a reset: hold down the home button along with the sleep/wake button until you see the apple, then let go. (No data loss)

  • Disable IE 10 & 11 Security Alert popup w/ Group Policy

    We get a Security Alert popup when accessing a https site
    "You are abut to view pages over a secure connection....."
    With previous version of IE, user can simply check box for "In the future, do not show this warning" and it will not pop up again, however, w/ the new IE 10 and IE 11, it keeps coming back.  What is the group policy rule to disable this pop
    up?
    Thanks in advance.
    Roget Luo

    Hi Roget,
    It seems that we can enable the following setting to block the warning message:
    Computer Configuration/User Configuration > Adminstrative Templates > Windows Components > Internet Explorer >Turn off the Security
    Settings Check feature
    Besides, apart from group policy, if we just want to individually block the message, the following article can be referred to for more information.
    Stop security warning in Internet Explorer
    https://innsida.ntnu.no/wiki/-/wiki/English/Stop+security+warning+in+Internet+Explorer
    Please Note:Since
    the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Frank Shen

  • Error message/alert on the bottom right of the screen

    Hello,
    In my application i need a message to be displayed in TitleWindow just like Gmail chat window which pops open on the right bottom of the screen if some one messages me. Is there a way to do this? thanks in advance.

    use popup manager, and reposition the box:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                        layout="absolute" initialize="init()">
         <mx:Script>
              <![CDATA[
                   import mx.managers.PopUpManager;
                   import mx.controls.Alert;
                   private function init():void
                        AlertPositioned('my message',900,600);
                   private function AlertPositioned(str:String, px:Number, py:Number):void
                        var alert:Alert=Alert.show(str);
                        PopUpManager.centerPopUp(alert);
                        alert.move(px, py)
              ]]>
         </mx:Script>
    </mx:Application>

  • The navigateToURL influences the Alert PopUp behavior

    Hello all!
      Working on my project in Flex 4 Prem I've met the strange
    model of behavior when I call navigateToURL method after creating
    Alert popup window: being run the program does not wait user's mouse
    click on OK button on Alert popup. Instead it displays the popup for
    a sec and go to the next statement in source code: navigateToURL()
    function's call.
      If I comment this navigateToURL() call, the program's behave returns
    to normal as it is suppose to be: it waits until user clicks on the OK
    button on the Alert popup window. The simple model of the source code
    you can se below.
    Please, help me to understand what I've done wrong.
    Thanks a lot in advance!
    Andrey Suntsev
    The code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
        <s:layout>
           <s:BasicLayout/>
        </s:layout>
        <fx:Script>
            <![CDATA[
            import mx.controls.Alert;
            import mx.core.FlexGlobals;
            private function show_Messages(_event:MouseEvent):void
                Alert.show("Click OK");
                navigateToURL(new URLRequest(FlexGlobals.topLevelApplication.url), '_self');
            ]]>
        </fx:Script>
        <s:Button id="submitButton"
                  label="Show message"
                  click="show_Messages(event);" />
    </s:Application>

    @Uasav,
    Something like this should work:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.core.FlexGlobals;
                import mx.events.CloseEvent;
                protected function show_Messages(evt:MouseEvent):void  {
                    Alert.show("Click OK", "", Alert.OK|Alert.CANCEL, null, alert_closeHandler);
                protected function alert_closeHandler(evt:CloseEvent):void {
                    switch (evt.detail) {
                        case Alert.OK:
                            navigateToURL(new URLRequest(FlexGlobals.topLevelApplication.url), '_self');
                            break;
                        case Alert.CANCEL:
                            // ignore
                            break;
            ]]>
        </fx:Script>
        <s:Button id="submitButton"
                  label="Show message"
                  click="show_Messages(event);" />
    </s:Application>
    Peter

  • Is there a way to turn off the message alert "Cellular data is turned off for _____"?

    I turned off cellular data for about half of my apps so I don't go over my data limit (Thanks AT&T). Now every time I open these apps a message alert pops up saying "Cellular Data is Turned Off for _____. You can turn on cellular data for this app in Settings" And it gives two buttons, "Settings" and "Ok".
    If it were only a few times, I wouldn't care about closing this message. But now that I have to do it like 20-30 times a day, it has become SUPER ANNOYING. Seriously Apple, how do I turn your stupid message off??? I TURNED OFF MY CELLULAR DATA FOR A REASON, please stop reminding me of what I already know.
    AND the worst part is, when that message pops up it locks the phone so the home button doesn't work. Pretty lame software feature in my opinion.

    There is a fix for this!  I was about to jailbreak my phone to cure this issue, but found the answer on another thread.
    Go to settings/notification center.  Select the app in question and turn the slider for "allow notifications" to ON.  Turn off the sliders below for sounds, etc. Now it shows up in the notification center separately  (or seemingly not at all) and not on your screen when you switch to the app.  Good luck!

  • How to show a error message to user from report.

    I don´t wanna to go in a form builder to create a simple form for just two inputs.
    I have put two inputs into reports parameter screen, but I know that reports is not like forms, I cannot use SET_ITEM_PROPERTY to hide an element or put a runtime message to a label.
    How can I show an error message when I validate an input from user, when some input trigger raise?
    Thanks a lot!

    The SRW.message doesn't show me no alert on report 10g !!!
    is there any restriction that can be made to block the displaying of the alert on the web environnement?
    thanks..

  • Issue while creating Component Based Message Alerting in PI 7.31 Dual Stack

    Hi,
    We tried to implement Component Based Message Alerting following the steps mentioned in the below blog.
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-message-alerting
    Ours is PI 7.31 dual stack. However, after setting up the job with my own user id, I am getting the below error inside the log of Jobs tab:
    javax.jms.JMSSecurityException: You do not have permissions: action alertingVP.queue and instance:name alertingVP.queue
    action consumer
    instance jms/queue/xi/monitoring/alert/ALERT-TO-MAIL
    Please let us know what permission is required to set up the job.
    Thanks,
    Rahul

    Hi, 
    Now I am able to receive alert in my mailbox. But it's coming with improper content.
    I have set up the job at an interval of every 2 minutes in NWA, and in case if only 1 message fails in IE, in ideal case, I should receive only 1 message details in alert.
    However, in every 2 minutes, I am receiving junk data and the number is increasing for the particular scenario for which the alert has been created. Also the Error Category mentioned is showing improper.
    But in table SXMSALERTCONTENT I am able to view only the newly added failed entry.
    An erroneous alert email content is pasted below:
    63 messages failed for "Test_XXX" on "af.s0i.saps0i"
    Root cause: -1
    To navigate to the failed messages in the local message monitor use this link
    The first 1 messages of that data collection:
    "AdapterNamespace": "http://sap.com/xi/XI/System",
    "AdapterType": "File",
    "Channel": "FileSender_XXX",
    "ChannelParty": "",
    "ChannelService": "XXXXX",
    "Component": "af.s0i.saps0i",
    "ErrCat": "",
    "ErrCode": "",
    "ErrLabel": "-1",
    "ErrText": "Configured source directory '\\Outbound\\XXX\\CREMAS' does not exist",
    "FromParty": "",
    "FromService": "XXX",
    "Interface": "Z_CREMAS_SUSMM.CREMAS03",
    "Namespace": "urn:sap-com:document:sap:idoc:messages",
    "RuleId": "3a64dd6e1b1d3e58aff62ea70c97cb80",
    "Timestamp": "2013-02-01T09:43:23Z",
    "ToParty": "",
    "ToService": ""
    The failed message however do not relate to the 'source directory does not exist' issue. Please help.
    Thanks,
    Rahul

  • How to show/print waiting message when system is serving pdf to browser

    Hi,
    does anybody know how to print/show "please wait for your request to be completed..." message when they try to click GeneratePdf button for example
    they way i do serving pdf to the browser is as below
    response.reset();
    response.setContentLength(contentLength);
    response.setContentType("application/pdf");
    response.setHeader("Content-disposition", "inline; filename=\""System.currentTimeMillis()+".pdf"+ "\"");
    output = new BufferedOutputStream(response.getOutputStream());
    while (contentLength-- > 0) {
    output.write(input.read());
    output.flush();and this is what was written in my popup jsp ( when user click GeneratePdf , the application will process it and at the end serve pdf file to the user using popup window )
    <body> <h1>Please Wait for your request to be completed...........</h1> </body> </html>
    <%
    boolean redirect=false;
    try{
    PdfDispatcher.dispatchApplication(response,session);
    }catch(Throwable t){
    System.out.println("Application Dispatcher Exception ... "+t.getMessage());
    System.out.println("Continue as per normal....");
    redirect = true; // will redirect to other jsp output
    if(redirect){
    //go to other jsp
    }The problem is my message above never got printed to the page ( i guess because the browser thinks that the response has not been completed )
    by the time the response has been completed the whole page will be cover in pdf document
    The reason i want to do this because my user complaining that they see blank page for long time when the system is slow to generate/server pdf to them.
    and it would be better to show some "waiting message" when the system is processing the application and server pdf at the end of the operations.
    anybody know how to workaround this?
    Thanks

    just_a_kid83 wrote:
    does anybody know how to print/show "please wait for your request to be completed..." message when they try to click GeneratePdf button for exampleUse JavaScript+DOM. Add a <div> somewhere in the page where the message should be displayed and put the message and an animated 'loading' gif in it. Hide the <div> using the CSS 'display' property which is set to 'none'. Then add an onclick event to the button/link which downloads the PDF file which gets the <div> element by its ID and set its 'display' property to 'block'.

  • When using spotlight search on my 5s it will not show past text messages that haven't even been deleted even if I type a specific word that I know is in a message I want to search for. I have message search turned on in the spotlight settings.

    When using spotlight search my phone will not show all text messages with a common word even though I have not deleted any messages from my phone and I have the message search turned on in settings under spotlight search. The search only shows the messages that are recent within the past day or so. Why won't it show the other messages when I search for them even using a specific word that I know was in the message I'm searching for.

    Hello ChiomaM,
    It sounds like you are not getting notifications for new text messages that are coming in, and you must manually check the app. I recommend checking the Notification settings to see if they are configured correctly:
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    iOS apps can provide three types of notifications:
    Sounds: An audible alert plays.
    Alerts/Banners: An alert or banner appears on the screen.
    Badges: An image or number appears on the application icon.
    You can view which apps provide notifications and adjust notification settings using Settings > Notification Center. For additional information, refer to the user guide for your device.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

Maybe you are looking for

  • Can't send mail with mail app.

    Hi everyone When i click "send" the message goes to the draft folder and it stays there. If i try "reply" nothing happens. And with "forward" a new window pops up but i can't send it anyway. It's not a network problem. When i try to write a message t

  • Corrupted iTunes folder within iPod_Control--What to Do?

    i posted this same question in another part of the website, but i think i might have better luck here I'm the owner of and ipod mini. About 2 months ago my ipod ran into a series of problems which lead to a persistent folder appearing with an exclama

  • ACH-CCD

    I have created a payment method utilizing the PMW for vendor payments-ACH-CCD. when I look at the file created, it has four lines at the bottom consisting of all nines with  a length of 94 characters. Does anyone know the purpose of these lines?

  • Color/background of one page

    I want to modify somethings BUT to one and only one page (let's take the login page for example) , and i want to do the following: 1) by default of the template (i think), the background color is white, and i want to change it to black 2) how do i se

  • LENOVO E520 -1143 Support Ubuntu 11.10 ?

    Now i have Windows 7 Professional 64 Bit Edition in my lenovo Thinkpad E520-1143 Laptop, If i install Ubuntu 11.10 isit possible to install all drivers and work with all devices which inbuilt eg fingerprint ,cam etc .... pls reply Babin Lonston Solve