Notification message box of Hyperion Planning when user login

Can we have a notification message box popup when user login Hyperion Planning or Workspace application? We would like to communicate to the end users by the system instead of just email because some end users may not check the email so frequently. It is the best to notify end users about any latest changes e.g. budget rate, etc when they login the system to check data or print reports.
We noticed that there is a broadcast message feature but only limit to those users already online. And the message will not shown when there are some users login later. We would like to have some notice board like message instead of instant messaging.
The online help of "broadcast message" feature:
"Use broadcast messaging to communicate a text message to all Planning users currently logged on to an application. For example, you can send messages about system availability or periodic maintenance. You should also send broadcast messages to request that users log out before upgrading or migrating applications.
You can send broadcast messages using the Web client or a command line utility. If you send them using the Web, they are sent to users of your current application. If you send them using the command line, you can specify any application, without being logged on to it. You can also schedule messages using standard operating system mechanisms. "
Thanks in advance!

I have tried the above step and it only works when i am in the advanced mode. but when i change to basic mode i can see the forms and still can access without any disturbance. for your help i am pasting the planningcentral.jsp so that you could suggest me something other.
Thanks in advance...
the original file :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<%@ include file="Common.jin" %>
<% nWhichPage = HspConstants.PLANNING_CENTRAL;
String redirectString = request.getParameter("Redirect");
String mainFrameContentURL = (String)session.getAttribute(HspConstants.SESSION_MAIN_FRAME_CONTENT);
String mainFrameContent = ((inAdvancedMode) && (mainFrameContentURL != null)) ? mainFrameContentURL : "SelectForm.jsp";
     String queryString = request.getQueryString();
     String mastHeadURL = "BT_Masthead.jsp" + ((queryString != null) ? "?" + queryString : "");
%>
<%@ include file="SessionValidate.jin" %>
<%-- Section for Checking latest CSS version and redirecting to AppSettings.jsp --%>
<%     if ((HspPlanning != null) && (HspPlanning.isApplicationOwner()))     {
          boolean isHubRegistered = (HspPlanning.getHubServer() != null);
          if ((!isHubRegistered) || (HspPlanning.isUserMigrationReqd())) {
               inAdvancedMode = true;
               redirectString = null;
               mainFrameContent = "AppSettings.jsp?RND=" + Math.random();
%>
<%-- End CSS validation section --%>
<html>
<head>
<title><%= HspMsgs.LABEL_WELCOME_TO_HP %></title>
<%@ include file="PlanningLibraries.jin" %>
<script language="JavaScript">
var isPlanningFramework = true;
     var topFrameLoaded = false;
     var taskListViewPaneLoaded = false;
     var processBarLoaded = false;
</script>
</head>
<frameset id="mainframeset" rows="72,19,*" cols="*" frameborder="NO" border="1" framespacing="0">
     <frame src="<%= mastHeadURL %>" name="topFrame" id="topFrame" scrolling="auto" noresize >
     <frame src="BT_ProcessBar.jsp" title="object palette header" id="objPaletteHeader" name="objPaletteHeader" scrolling="no">     
     <frameset id="nestedFrameSet" cols="20%,*" frameborder="NO" border="0" framespacing="0">
<% if (inAdvancedMode) { %>
     <frame src="LP_ObjectPalette.jsp" id="leftPalette" name="leftPalette" scrolling="no">
     <frame src="<%= (redirectString != null) ? redirectString : mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto">
<% } else { %>
<%     int currentTLId = -1;
     HspTaskList thisTL = (HspTaskList)session.getAttribute(HspConstants.SESSION_TASK_LIST);
     if (thisTL != null) thisTL = HspPlanning.getTaskList(thisTL.getId());
     if (thisTL != null) {
          currentTLId = thisTL.getId();
     } else {
     Vector availableTaskLists = null;
     availableTaskLists = HspPlanning.getTaskLists();
     HspObjectPositionComparator hspObjectCompare = new HspObjectPositionComparator();
     HspCSM.sortVector(availableTaskLists, hspObjectCompare);
     if ((availableTaskLists != null) && (availableTaskLists.size() > 0))
          currentTLId = ((HspTaskList)availableTaskLists.firstElement()).getId();
     } %>
     <frame src="LP_ObjectPalette.jsp?TaskList=<%= currentTLId %>" id="leftPalette" name="leftPalette" scrolling="no">     
     <frameset id="wizardFrameSet" name="wizardFrameSet" rows="*,0" frameborder="NO" border="0" framespacing="0">
<%     if (currentTLId != -1) {
          String wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId;
          HspTask currentSessionTask = (HspTask)session.getAttribute(HspConstants.SESSION_TASK);
          if (currentSessionTask != null) {
               wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId + "&SelectedTask=" + currentSessionTask.getId() + "&ShowWizard=true";
               mainFrameContent = "TL_Wait.jsp";
          } else {
               mainFrameContent = "TaskListStatus.jsp?TaskList=" + currentTLId;
          %>          
          <frame src="<%= mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto" noresize>
          <frame src="<%= (redirectString != null) ? redirectString : wizardFrameContent %>" id="wizardFrame" name="wizardFrame" scrolling="NO" noresize>
<%      } else { %>
          <frame src="<%= (redirectString != null) ? redirectString : "Error.jsp" %>" id="mainFrame" name="mainFrame" scrolling="auto">
<%      } %>
<% } %>
     </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

Similar Messages

  • Flash the system message every time when user login

    Hi all,
    My requirment is to diaplay the system message when user login for the maintenance purpose, In SM02 i created a message but it is not working for evary time login, It is displaying only  one time, suppose i logoff and again loging message is displaying.
    Please tell me how to display system message evary time when user login.
    Thanks in Advance,
    Thanks&Regards
    RP

    Hi,
    To display system message every time when user login : use the
    Enhancement        SUSR0001
    Short text              User exit after logon to SAP System
    You also get the Example Code here.
    And the Documentation is :
    Every dialog user passes through this function module after logon. Yo
    can use this to execute individual customer checks here and send
    messages to the user.
    Do not log off the user and also try to avoid too many dialog boxes.
    Regds
    Suman

  • Where the session begin when user login

    Hi all,
    Just want a detail understanding of where the session starts when user login in ATG application (handle login), and where the session ends (handlelogout)
    thanks and regards
    333

    Session management is completely application server related.
    ATG do not play any role in session management.
    Refer this doc to under how session is created and managed.
    http://docs.oracle.com/cd/E19644-01/817-5451/dwsessn.html
    Peace
    Shaik

  • Default Start TCODE when User login

    HI,
    Where can I configure the custom TCODE?
    When User login, it would automatically execute the TCODE which will displayed open delivery order to be picked?
    Can this be set inside the login profile?
    Thanks
    Bye

    Hi Colin,
    In the SAP easy access screen, go to the "Extras" in the top menu screen and click on "Set Start Transaction"
    It will give you a popup.
    There you can give a custom transaction code, so that the next time user logs in, it will open the Transaction code that you have set.
    Please note this setting is user dependent.
    Hope it helps....
    Thanks,
    Amlan

  • Possible to create a Message Box in response to end-user selecting "cancel" or "block" after clicking a link to a URL?

    Hi all:
    When an end-user clicks a link/button to connect to a URL, the security dialog automatically appears giving them the options of "Allow," "Block" or "Cancel".  Should they select "Block" or "Cancel," can we trigger a message box informing them they blocked or cancelled the connection?
    With traditional message boxes, we're causing them, ie
    var rtnFromBox = xfa.host.messageBox("Information is missing.\n\n Are you sure you want to continue?", "Missing Information",1,2);
    if (rtnFromBox == 4){
        xfa.host.messageBox("Okay, we'll keep going.","",1,0);
    But with the URL security dialog, we're not calling it from a variable - it just happens.
    I guess a similar question could be applied to a "Save" button.  Where if the end-user selects "cancel" on the "Save As" dialog, a warning could pop-up reminding them to save soon.
    Thoughts?  Thanks!
    Brian

    Radz,
    I didn't think so but figured I'd ask.  Thanks for the response though!
    Best,
    Brian

  • Help, please -  I need a box to pop-up when user hovers over a field with their mouse??

    I created a form with several drop-down fields / questions.  I would  like to create a box that pops up when the person who is filling out the  form hovers over the question/ field with his or her mouse.  The box  would contain additional information about the question that the person  might consider before they select the answer.  I don't want to clutter  the form (and not all form-filler-outers will want or need to see the  additional information) so I want it to pop up when the person hovers  over the question with their mouse.
    Can someone provide some help with how I can do this?
    I'm still new to this.
    Thank you!!!

    Hi,
    To follow on from radzmar, here is a summary of the features that are available/restricted depending on how you deploy your form.
    There are two ways to apply Reader rights, one is using Acrobat Standard (v9) or Acrobat Professional (v8). The other is using an Adobe server product called LiveCycle Reader Extensions ES2.
    You don't need script to apply the Reader rights to your form. Once you have applied the rights, users with Reader will be able to save the data in the form, however there may still be other restrictions in place, like attaching documents to the form or exporting XML data.
    There summary is also available in PDF, with screen shots, here: http://assurehsc.ie/blog/index.php/2010/05/using-livecycle-forms-in-acrobat-and-reader/
    Hope that helps,
    Niall

  • How to get an alert when user login with "DDIC" in any of the systems?

    Hi all,
    Can it be possible when ever the user login with DDIC user  in any of the satellite system,can we we  get an alert -as DDIC login attempt in any system?
    Is this possiblem in CCMS or BPM or...?
    Regards,
    Neni

    Hi Srikrishna,
    Link which you have give is good.But when i login with DDIC i am not geting alerts and i am not able to add any satllites system to
    under Security node
    My configuration:
    Miximum values for list                               1 min
    When should an alert be triggered?
    From value                   Red               Severity      2
    Max. number of alerts for each message ID             50
    Max. number of lines to be saved                      50
    SM19
    Client     *                                                     Events
    User       DDIC selected -Dailog logon         Alll
                                           systmem
    Please help me.
    Regards,
    Swaroop

  • IPlanet web server auto restart when user login or logout the NT server

    Configuration
    - NT Server 4.0 SP6a
    - iPlanet Web Server 6.0 SP4
    - JDK 1.3.1_03
    - NT audit turned on for the file <iPlanet WS 60 instance home>/config/password.conf
    We encounter a problem that when a user login / logout NT machine, the iplanet web server would be restart automatically.
    Could somebody advise why this happen and how it can be solved?
    There is a box called "Allow service to interact with desktop" in the service startup menu. What is it means and did it related to the problem?

    I think you are running into this:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F8322&zone_32=-Xrs%2A%20
    Thanks
    Manish

  • When user login out un able to login again

    when user log out unable to login again
    geting eror message WHEN-LOGON-CHANGE.
    Edited by: user9530450 on Jan 7, 2009 12:02 AM

    Hi,
    Please check
    SELECT FROM DBA_OBJECTS WHERE STATUS='INVALID';*+
    I hope you must be having some invalid objects
    When-logon-Change error comes you must Complie invalids and than Compile all the pll and bounce the forms server.
    Thanks,
    Anchoarge

  • The OE New Message box does not open when I click on an email address in Firefox. This is not a problem when I use MS Explorer. How can I fix it?

    OE is set as my default email in both Firefox and Windows XP. When I click on an email address on a website within Firefox the OE page comes up but the OE New Message window does not open. When I go to the same webpage using MS Explorer and click on the same email the OE New message does open. Is there a bud in Firefox that prevents the OE New Message from opening? Is there a way I can fix it?

    See this:
    [http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox]

  • Using message boxes or dialogs to get user information in javascript.

    Hi,
    I want to create a dialog box that displays some check boxes with some options for the user. Is this possible with the designer javascript? I suppose another option would be to have a dialog with a text field, more of a prompt allowing the user to manually enter a value. I would prefer the check boxes, but I'm not sure if that's possible. Any ideas?
    Thanks,
    Chad

    The Adobe Dialog manager should be able to handle that.
    http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/plugins/ADMReferenceGuide.pd f
    For a clean and easy product to facilitate this, check WindJack Solutions AcroDialogs, a graphical designer for creating custom dialog boxes for use with Adobe Acrobat.
    http://www.windjack.com/products/acrodialogs.html
    Noah Katz

  • How to generate an alert box with some message by Apple Script after every user login

    Hi,
    I am looking into an automation where whenever a user comes and does a login on his/her mac. It should pop an alert message to him.
    I want to achieve this in applescript.
    Is this possible?
    Thanks in advance for your suggestions and help!
    Abhishek

    Do you want it to run on any, unspecified user account? or specific users?
    If specific users, save the script as an application and save it in their Login Items.
    If you want all users then a hybrid AppleScript/shell script combo might be your best bet.
    Create a shell/AppleScript:
    #! /usr/bin/osascript
    tell application "Finder" to display dialog "welcome"
    Then create a launchd agent in
    /Library/LaunchAgents
    that will cause the script to load whenever any user logs in. Get yourself a copy of Lingon if you're not famiiar with creating launchd .plists

  • Mavericks messages pops up a conversation when user logs on?

    This didn't happen before Mavericks and is fairly annoying as I don't want to send a message to everyone just because they come online?

    Hi,
    Could you clarify if that is an AIM or Jabber Buddy or an iMessages contact or even possibly Yahoo contact  that this is happening with ?
    Only some Jabber servers do Off Line IMs
    AIM does do it but you can opt out (but access to do so is limited to @mac.com apple ID s and AIM Registered names).
    Separate to this the app can be started up if the computer is ON and some sends you a Message or any sort due to the way the app leaves a Presence ON line as the default State when Quitting the app.
    This means the Support App IMAgent "Listens" for new Messages and will start up the app.
    This can be set to not do so in the Messages Menu > Preferences > General section and the line about "When I Quit, set the Status to Off Line"
    I have this set and do not get iMessages starting up my app.
    However I have seen some posts where people say it does happen to them.
    I have never seen it happen in any of the services for someone just coming on Line.
    Basically how are you telling that this is the trigger ?
    How do you know they are Off Line before this happens ?
    8:59 pm      Wednesday; January 8, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Send email notification including file name and description, when users upload files to particular sub-folders?

    In my site collection i have a document library and document library has customer folder, each Customer folder has 4 sub-folders. i want to send email notification with file name and description to group and users, if they upload any files to Particular
    folder name "Final" not others 3 folders. would it possible to accomplish this solution? if yes please suggest which way i can do that. 
    Note: we have different groups of people, for example Team A and Team B. if files uploaded by any member of Team A, notification should sent to only Team A and specific people not Team B.
    Thanks in advanced for any help!

    Hey Rakib,
    You can add your group and those other people in To field of send mail activity. Have below snapshot for your reference.
    If Current Item URL Contains FolderName (i.e. Final) & Is Current User a member of of Team A
    Send Email to Team A; People1; People2;
    Thanks. Please mark as an answer if it helps.

  • ABAP dump when user login in to PRD system

    Hi Experts,
    From today morning our users are facing one severe issue.The users when ever they login into the system the ABAP dump is occuring like "Database inconsistency: Start transaction SICK ",when i execute the SICK t-code it is showing errors.
    SAP System Check
    no application server offers an VB service
    Severe problems were detected during initial system check.
    Please, do not use that system before fixing these problems.
    our go live was before one month only,now we are facing this issue.our kernel release is 740 and DB sybase ASE 15.7.0.1010. please suggest us what can we do.
    regards,
    Patan Thavaheer.

    |15.05.2014                        Active parameters                        12:47:40                                                                                                                                                                                                                         |
    |Parameter Name                             |Parameter value                                                                                                                 Parameter Value - Continued                                                                                                     |
    |login/disable_multi_gui_login              |1                                                                                                                                                                                                                                                               |
    |rdisp/wp_no_enq                            |1                                                                                                                                                                                                                                                               |
    |login/no_automatic_user_sapstar            |0                                                                                                                                                                                                                                                               |
    |SAPSYSTEMNAME                              |XXX                                                                                                                                                                                                                                                          |
    |SAPGLOBALHOST                              |XXXXXX                                                                                                                                                                                                                                                          |
    |SAPSYSTEM                                  |00                                                                                                                                                                                                                                                              |
    |INSTANCE_NAME                              |DVEBMGS00                                                                                                                                                                                                                                                       |
    |DIR_CT_RUN                                 |$(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64                                                                                                                                                                                                                           |
    |DIR_EXECUTABLE                             |$(DIR_INSTANCE)\exe                                                                                                                                                                                                                                             |
    |DIR_PROFILE                                |\\XXXXXX\sapmnt\XXX\SYS\profile                                                                                                                                                                                                                                 |
    |_PF                                        |$(DIR_PROFILE)\XXX_DVEBMGS00_XXXXXX                                                                                                                                                                                                                             |
    |SETENV_00                                  |PATH=$(DIR_EXECUTABLE);%PATH%                                                                                                                                                                                                                                   |
    |Start_Program_00                           |immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF)                                                                                                                                                                                                               |
    |_CPARG0                                    |list:$(DIR_GLOBAL)/syb/NTAMD64/cpe_sybjdbc.lst                                                                                                                                                                                                                  |
    |_CPARG1                                    |source:$(DIR_GLOBAL)/syb/NTAMD64                                                                                                                                                                                                                                |
    |Start_Program_01                           |immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0) $(_CPARG1)                                                                                                                                                                                         |
    |Start_Program_02                           |immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF)                                                                                                                                                                                                               |
    |_CPARG2                                    |list:$(DIR_GLOBAL)/syb/NTAMD64/cpe_sybodbc.lst                                                                                                                                                                                                                  |
    |_CPARG3                                    |source:$(DIR_GLOBAL)/syb/NTAMD64/sybodbc                                                                                                                                                                                                                        |
    |Start_Program_03                           |immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG2) $(_CPARG3)                                                                                                                                                                                         |
    |_CPARG4                                    |list:$(DIR_CT_RUN)/sapcrypto.lst                                                                                                                                                                                                                                |
    |Start_Program_04                           |immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG4)                                                                                                                                                                                                    |
    |SAPJVM_VERSION                             |6.1.048                                                                                                                                                                                                                                                         |
    |DIR_SAPJVM                                 |$(DIR_EXECUTABLE)$(DIR_SEP)sapjvm_6                                                                                                                                                                                                                             |
    |jstartup/vm/home                           |$(DIR_SAPJVM)                                                                                                                                                                                                                                                   |
    |Start_Program_05                           |immediate $(DIR_CT_RUN)\strdbs.cmd XXX                                                                                                                                                                                                                          |
    |sec/libsapsecu                             |$(ssl/ssl_lib)                                                                                                                                                                                                                                                  |
    |ssf/ssfapi_lib                             |$(ssl/ssl_lib)                                                                                                                                                                                                                                                  |
    |rdisp/wp_no_dia                            |10                                                                                                                                                                                                                                                              |
    |rdisp/wp_no_btc                            |3                                                                                                                                                                                                                                                               |
    |_DW                                        |$(DIR_EXECUTABLE)\disp+work$(FT_EXE)                                                                                                                                                                                                                            |
    |Start_Program_06                           |local $(_DW) pf=$(_PF)                                                                                                                                                                                                                                          |
    |_IG                                        |$(DIR_EXECUTABLE)\igswd$(FT_EXE)                                                                                                                                                                                                                                |
    |Start_Program_07                           |local $(_IG) -mode=profile pf=$(_PF)                                                                                                                                                                                                                            |
    |rdisp/wp_no_vb                             |1                                                                                                                                                                                                                                                               |
    |rdisp/wp_no_vb2                            |1                                                                                                                                                                                                                                                               |
    |rdisp/wp_no_spo                            |1                                                                                                                                                                                                                                                               |
    |ssl/ssl_lib                                |$(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL)                                                                                                                                                                                                   |
    |SETENV_01                                  |SECUDIR=$(DIR_INSTANCE)/sec                                                                                                                                                                                                                                     |

Maybe you are looking for

  • Why does mail app show over 2,000 messages (not new) but only 10-12 in my inbox?

    So I recenly got a new rMBP and have begun using the Mail app. I've had a bunch of problems with Gmail and the app but my my biggest gripe is that it seems to have downloaded over 2,000 messages from the server (of which I have no idea where its gett

  • How to install oracle 10g on linux 9.0

    am a student in nigeria and my name is tosin, studing oracle 10g on linux 9.0 with oracle partners NIIT. how do i install 9i and 10g on a linux 9.0.

  • Unable to open xls (Excel) file in Number

    Hi all, I just purchsed Number to open excel file in my Imac but after install try to open. it's say  "can't be open" can anyone help me bcz i'm new to imac so tel me know how i can open it... if i can't i want refund bcz not worth for me...

  • Creating 3D text in Motion 4

    Hi, I am new to Motion. I have Motion 4 as part of the Final Cut Studio package. Hopefully, this is not too much of a newbie question: I would like to create a 3D phone number that slides and rotates up in a commercial. I combed the web for tutorials

  • Oracle ADF and OAS licencing

    Hi all, I have been doing a research on JSF component, ADF and ADF Faces for our project. I have found some intresting things that ADF faces(donated to Apache by Oracle) is free but it is only for front end (not complete) as of ADF. ADF is more promi