CProjects-pop-up alerts for saving.

Hi All
Is it possible in cProjects to configure pop-up alerts , whenever the users change the status of a Project or a phase (Released, completed etc.)
This is important because the BW reports are taking data from tables , which are updated only if the save is done and some end users are forgetting the Save.
Pls. let me know.
regards
Kedar

Hi Deepak,
In cProjects, If any change is made and if you navigate from that project or try to close the application a pop up is automatically trigerred.
Regards,
Reema.

Similar Messages

  • Formula to calculate SUM of multiple sheets of excel and the result to be stored in another excel sheet and pop up alerts for multiple rows

    I have a excel with multiple
         sheets with data as shown below
    SHEET 1
    A 1
    B 2
    C 3
    SHEET 2
    B 1
    C 2
    A 3
    SHEET 3
    C 1
    A 2
    B 3
    My
    query is splitted into 3 categories
    I want to have a formula to do math calculation such that data of "A" of SHEET 1 is  calculated with "A" of SHEET2 irrespective of the location of "A".
    When I include SHEET3, the formula should automatically identify the location of "A" or "B" or "C" and give the result corresponding to A, B or C. Since I want to bifurcate daily report and output printed. I want to use another
    excel for output. How to link multiple sheets of one excel and print the output of above in
         another excel?
    Assume, I have 4 SHEETS,  "SHEET 1", "SHEET 2", "SHEET 3" and "SHEET 4". Math calculation need to be done using all 4 sheets. If
    I include "SHEET 5", the formula should ignore SHEET 1  automatically and give the results of SHEETS 2 to 5. Similarly, if I include SHEET 6, SHEET 1 and 2 need to be ignored for further calculation and SHEET 3-6 need to be used. How to write
    such formula?
    How to get pop up alert for multiple rows, if a specific condition is hit?

    Maybe VBA Code should be a good option for you. I suggest you post you issue to
    Excel for Developers forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Best Regards,
    Wind

  • Pop up alerts for emails

    Hi, In addition to the sound and badge alerts for emails, can I have an email popup alert, like the one for SMS messages? Thanks.

    If you would like to make a suggestion for a feature you may provide feedback to Apple regarding this. Go to http://www.apple.com/feedback/iphone.html

  • Alert for Purchase Requisitioner after saving the CJ20N Transaction

    Hi Friends,
    Thanks in Advance.
    My requirement is like when the user save the Transaction CJ20N, a project is created with a PR Number ( Purchase Requisition Number) , so that he can view in ME53N ( Purchase Requisition Display ). This movement he needs a POP-UP / ALERT for the PR User, so that the PR user understands that a Project has been raised / saved with a PR Number.
    Please tell me is there ant Exit / Enhancement / BADI or any Workflow or any Customizing
    Regards:
    Sridhar.J

    Hi,
      When you are creating a project just assign material for which a PR is needed from the project and keep the Purchasing requirement as immediately in that. In this case all the PR's will be generated automatically when the project is saved.
                    Then go to SWEL transaction code, check which all the events generated with respect to PR creation, take up that event and with help of a workflow consultant customize a task/ workflow with reference to that event, for sending an Business workplace message/ an email to the concerned person or group of person.
    I hope this would help you.
    Regards
    Avisek Bhardwaj

  • SMS pop-up alert (how do you turn off???)

    how do you turn off the ''pop-up'' alert for incoming from the SMS?????
    i know how to turn off the ''sound'' alert if needed but not this
    thanks

    Currently, that isn't possible on the iPhone. Turning on the passcode lock only prevents a message preview from showing up. You still get a pop up saying who the message is from.

  • BADI for raising alert when Saving Opportunity

    Hi,
    Can some one help me with identifying the BADI for raising a alert when saving a opportunity, and suggest steps to implement that BADI?
    Regards,
    Chinnu

    Hi Chinnu,
    Implement the method 'CHECK_BEFORE_SAVE' of BADI 'ORDER_SAVE'.
    Transaciton: SE18, enter ORDER_SAVE in the BADI text box and in the menu choose 'Enhancement implementation' and select overview. You will get a pop up and at the bottom you will get a create button. Go ahead.
    Reward if helpful.
    Regards,
    Naveen

  • Pop up Window before saving remembering the need (forcing) to fill required fields in a form

    Hi!
    I searched the "old" forum and have very good help from UVSAR but unfortunately I'm not able to access my message sent to that forum anymore.
    [I could never thank all the people who answered because I keep receiving "Your submission has triggered the spam filter and will not be accepted.""]
    I've have never use Java scripts in my life: I started about three days ago.
    1) I'm using Adobe Acrobat Pro X (Windows 7)
    2) I've created a form using Microsoft Word and save it as a pdf file.
    3) After I created a form using Acrobat Pro X;
    3.1.) This form it's not going to be submitted over Internet. It will be send by e-mail to some persons. They will receive it, fill in the form and send it back to me via e-mail. Note: I will save it with extended rights in order to allow to be read with acrobat reader (I'm the only one of the group having Professional edition).
    4) In that form I've created some text fields (for now it's just what I need - no radio buttons, dropdown
    menus, and so...)
    5) Choosed Properties and marked 7 fields as "required";
    6) Used a script I found in here: http://forums.adobe.com/thread/784322 (thank you for the authors of the thread)
    if (!event.target.valueAsString) {
    app.alert("My text My text", 3);
    7) This script allows me to remember people to fill that 7 specific fields (when using mouse or tab).
    8) So... What I really need? Here are the reasons for my request for help:
    8.1.) When people use the Acrobat Reader Save button (not a button I created inside the form) it will pop up an alert message. Users will receive a pop up window telling them they need to fill those fields before saving the form and send it back to me. Can someone share a script, please? Thanks in advance.
    8.2.) Is there a way to colorize the fileds that need to be filled? Again I only learned where to insert a java script yestaerday sou I'm not able to write one. I'm sorry for my newbie questions.
    8.3.) Last question: In one of the fields there will be an e-mail address. On the end of the form I want to create a button like "Send by e-mail" and When someone press that button the e-mail will be sent to the address that was written in the earlier specific field. How can I do this (link a button to an e-mail address in a specific field)? Can someone help me with a script or ideas? Hope I was clear.
    8.1.) UVSAR sent me the following code that works fine untill I save the document for the first time. Affter that he never shows me pop up window again.
    var isFilled = true;
    for (var i=0;i < this.numFields;i++){
    var f = this.getNthFieldName(i);
    if (this.getField(f).required && !this.getField(f).valueAsString) isFilled = false;
    if (!isFilled) app.alert("You must complete all the required fields");
    8.3.) With the help of UVSAR I used:
    var mailto = this.getField('emaddr').valueAsString;
    if (mailto!='') this.mailForm({ bUI:true, cTo:mailto, cSubject:"This is the subject", cMsg: "This is the body of
    the mail." });
    else app.alert("Cannot submit form until the email address field is completed");
    but gives me an error (Note: I named the filed with e-mail "emaddr")
    Once again Thank you so very very much to all the kind people who take their time to share knowledge...
    I'm not a native speaker, sorry for some errors
    Best regards
    AC

    Hi Winnie
    Unfortunately I have been sick and did not read the message before. I apologize.
    I have not received help beyond what is on the page. But when I get I tell you.
    I hope you can get answers. If you receive, I ask that you share with me.
    thank you very much
    best regards
    AC
    Date: Mon, 27 Feb 2012 09:33:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        Re: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        created by Win_Form in Forms - View the full discussion
    Hi ACI wonder if you can share any responses on to your question above?I too have never used a script but, I have the same problems as you in regards to building a form. And wants to have the same 'protection' and message reminders for the end users. Any information, including a script and/or a contact email of experts you can share with me will help tremendously. Thank you so much in advance. Winnie
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4232307#4232307
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4232307#4232307. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Forms by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to pop up alert "No Data found" if there are no values in database

    Hi All,
    Please tell me how to pop up alert if there is no data found and all fields are null in report for given parameter value. or else is there any way to trigger user while entering parameter value that wrong parameter value. (I dnt want to use drop down) in my report.
    Please help me. Any help will be valuable.
    Thanks.

    There's no way that I know of to do this as a "Pop-up", but providing a "no records returned" warning still easy enough to do.
    Just insert a new Report Header section...
    Add a text box that has whatever message you'd like to display.
    Right click the new header section and choose Selection Expert
    Click the X-2 button next to Suppress (No Drill-Down)
    Enter a formula similar to this...
    IF COUNT({TableName.FieldName}) < 1 THEN FALSE ELSE TRUE
    This will suppress the warning if records are present and display it if there are none.
    HTH,
    Jason

  • Running snow leopard on MBP and am not getting an sound alerts for Mail or Calendar; Have checked all setting in sound in the system preferences

    Running snow leopard on MBP and am not getting an sound alerts for Mail or Calendar; Have checked all setting in sound in the system preferences

    Hi..
    For Mail, from your Mail menu bar (top of your screen) click Mail > Preferences then select the General tab.
    Click the pop up menu to the right of New messages sound to make a selection.

  • Alerts for recurring calendar appointments do not go off

    Does anyone else have this issue?  I have a bunch of recurring calendar events, set up in Outlook 2010, which the iPhone 4 used to show alerts for.  Now (not sure when this started, but w/in last few months) there aren't any alerts even though I can see "1 day before" in the iPhone Calendar app for the recurring event.  I even made a slight change to the recurring event in hopes of getting them back on track but no luck.  Thanks.

    I'm having the exact same issue with my iPhone 4 (iOS 4.3.3, 4.3.4 and 4.3.5). I'm a new user (this is my first iPhone, bought one month ago), so I can't comment on earlier iOS versions. In the one month that I have the phone, I'm absolutely sure that I have never had an alert from a recurring event. I only noticed it a couple of weeks ago. I'm only using all-day events (for anniversaries, etc.), so I'm not sure if the same applies to other types of events.
    I have made several tests and I can confirm that no alerts are generated for recurring all-day events. Something is seriously messed up in the Calendar App algorithms. At first I thought it had to do with MS Outlook 2007, whose calendar is synced with the iPhone. But when I create a recurring all-day event directly on the iPhone I get exactly the same behaviour (no alert, no pop-up, no sound, nothing). I can see the event on Calendar on the iPhone, and I can also see the alert settings (the time it should be generated, e.g., "Alert: 2 hours before"). So everything looks OK on the iPhone, but the alerts are never generated. I also did a test with a non-recurring all-day event, and everything worked fine (I got the alert pop-up and sound at the time I specified). This means that it's something specific to recurring events. Finally, I restored the iPhone to factory defaults and tried again by creating a recurring event directly on the untouched, factory-reset iPhone. Same thing, no alerts, no pop-ups, no sound, nothing.
    This is clearly a serious bug in the Calendar App and I'm very surprised that Apple has not released an update to fix it. Also, I couldn't find much information on the Internet about this issue. That's why I'm replying to this thread, to let you and others know that you are not alone. I asked a friend of mine who is running iOS 5 Beta 2 and he said that everything works fine, so I guess we'll have to wait for iOS 5 to fix the issue.
    I hope this helps someone out there. If anyone running iOS 4.3.3 or later is having the same problem, please reply here. Most of all, I hope that the guys at Apple read this and do something about it.

  • IOS 7 Calendar alerting for past events

    Has anyone else experienced this ...
    At 9:30 this morning (03-Oct) I got an alert for an event from last week (26-Sep).
    Then at 10:00 I got an alert for another event from last week (26-Sep).
    Upon examining the events, I saw the alerts set as:
    9:30 event – alert 1 = one week before
    10:00 event – alert 1 = 1 day before, alert 2 = 1 week before
    After upgrading to iOS7 I set the default calendar alert to "1 week before" – that might explain why the second event's alert 2 is set earlier than alert 1.
    But it doesn't explain the "you were supposed to be doing this last week" alert popping up.
    Any thoughts (other than some date arithmetic gone awry)?

    iPilot1 - after I upgraded to iOS 7.0.3 I got an even bigger surprise - the default alert time for any new event I created was "7 days after". I kid you not. At the top of the list of options, before "None".
    However I just went back to the Calendar settings to check the default alert time, and nothing was ticked.
    I chose "1 week before", and Hey Presto, new events default to "1 week before".
    Of course, I won't know this has worked for sure until I get an alert.

  • Alerts For 'Uninvited' Users Outlook 2010

    Hi, one of our teams uses a shared Outlook calendar for tracking changes to systems (kind of a change diary), and would like for alerts for this shared calendar to notify them of upcoming changes. However because this calendar has other teams adding to it,
    they may not know about these appointments. Is there a setting somewhere where the team (or a specified DL) can be notified via an alert/reminder without having to add each member of the team into the calendar appointment?
    Please let me know if you need any additional info.
    Thanks.

    Hi,
    What’s your Shared Outlook Calendar? Do you mean it is a Calendar for a shared mailbox?
    Generally, if the user directly creates items in the shared calendar without sending out any invitations, there would be no reminders or alerts for other users or attendees.
    Personal suggestion, we can try the following method as a workaround:
    1. Give a user (Winnie) mailbox full access permission to shared mailbox:
    Add-MailboxPermission -Identity SharedMailbox -User Winnie -AccessRights FullAccess
    2. Setup a new Outlook profile for Shared mailbox with Winnie’s account information (name and password).
    3. In the shared mailbox Outlook profile, set delegates for it: Click File > Account Settings > Delegate Access. Add security groups (Team1 and Team2) as delegate and give them
    Editor calendar permissions and check “Delegate receive copies of meeting-related messages send to me”.
    4. Click OK to finish the settings.
    Then if any user sends a meeting request to Shared mailbox, the request would also be forwarded to the members in Team1 and Team2. Please note the following points:
    1. Please send meeting requests to the shared calendar instead of directly creating items on it.
    2. Disadvantage 1: All team members can receive copies of meeting-related messages but every member can approve (Accepted or Declined) for this meeting request.
    3. Disadvantage 2: The team member can receive the meeting copies once there is any user sending a request to shared calendar. But there is no Reminder popped-up automatically before the meeting happening.
    Regards,
    Winnie Liang
    TechNet Community Support

  • GRC 5.3 Access Control - Critical Alerts for permissions

    We have successfully configured alerts for transactions, but we have not been able to generate any alerts to indicate when a user executes the transaction and makes a change. 
    Should the risk containing the function be saved as Critical Action or Critical Permission?
    How should the auth object be added to the function?
    I have noticed when adding a transaction to a function 5.3 does not import the auth objects like VIRSA backend clients.  Is this correct or was something missed in the configuration?
    Any help is appreciated.
    Thanks,
    Joe

    Hi Pablo,
         AC 5.3 release will have it's first anniversary in second half of 2009 and it is far better product than AC 5.2. Trust me, and go with AC 5.3, you won't be disappointed. Products in AC 5.2 are very restrictive and you will get frustrated with RE for sure.
        The recommendations you provided came out of installation guide and other documents. These requirements are ok but I would not recommend you to go with them. Insted, it would be better to go through the sizing guiding and size your server accordingly.
       SAP used to have AC 5.2 sizing guide but they have removed it from SMP as they have replaced it with sizing guide for AC 5.3. Here is the link to the guide:
    https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000071612&_SCENARIO=01100035870000000112&_OBJECT=011000358700000435122007E
    If you still want to go with AC 5.2 then open a message with SAP and they can provide you. I even has that guide so if you want it, I can share it with you.
    Regards,
    Alpesh
    SAP GRC Manager (PwC)

  • Is there a way to disable alerts for updates on unused droid razr m factory installed apps?

    Is there a way to disable the alerts for unused droid razor m factory installed aps?  Or how can I manage the settings so these do not pop up?  I literally have used none of their pre-installed apps in 2 years.  I would prefer they just do whatever it is they do in the background.

    If you go into the application manager and disable those apps, that will uninstall updates and stop future update attempts

  • EMAIL ALERT FOR BACKUP

    Hi All ,
            In our development server , we configute sapconnect for sending mails . But now we need to create an alert for backup . If the backup completed we need to send the alert for a particular mail id . Kindly send me the configuration for alert fro backup job completetion .
    Regds
    selvan

    hi solman,
    Backup of SAP B1 related fiels ... user to receiving alerts through pop-up messages and e-mail alerts in real-time, as defined by. the user..
    see this link
    http://209.85.175.104/search?q=cache:vnWde46g34kJ:www.raxco.be/Downloads/SQL%2520Manage%2520for%2520SAP%2520B1.pdfEMAILALERTFORBACKUP+%2Bsap&hl=en&ct=clnk&cd=1
    whitepapers.techrepublic.com.com/abstract.aspx?docid=267673 - 44k -
    thanks
    sagar
    reward me if usefull..

Maybe you are looking for

  • Time series Function

    Hello Folks, i have been trying to understand regarding the time series functions and time series calculations to compare two date columns like current date to month date ago. i know using AGO and TODATE functions, we can calculate the measures i.e.

  • Can I still update to Lion and wait on Mountain Lion?

    I am still on OSX 10.6.8 with my first gen Mac Pro running 2 dual-core 2.66Ghz Intel processors with 16GB RAM. This is my audio production work-horse running Logic and several 3rd party plug-ins. Over the years, I have learned the hard way to wait on

  • Dataguard for oracle RAC

    I have to implement Dataguard or Physical Standby for a RAC primary node. Kindly share any docs or urls if you have; TIA Phani krishna.

  • Automating RF transactions

    Hello all, I would like to know how  to automate RF transactions. pl. post the steps/procedures related to it. also pl. let me know some sample business scenario where we automate RF transactions. Thanks, Maxx

  • How to install JDBC?

    I downloaded the "mysql-connector-java-3.1.10",but I am not very sure how to install it, the documentation and other instructions on the web are not very clear to me. It says set the class path or something,but I am not very sure what is classpath th