Adding Custom URLs to the Dashboard with variable ?

Hello Everyone,
I can add url in the dashboard...
refer to http://oraclebizint.wordpress.com/2008/01/31/oracle-bi-ee-101332-adding-custom-urls-to-the-dashboard/
My Step is :
1. Go to {OracleBI}\web\msgdb\messages and copy the file commonuitemplates.xml to {OracleBIData}\web\msgdb\customMessages (if you dont have this folder create a new one). Now open this file in a text editor
2. Search for the web message kuiMainBarActionsTable and add the below listed lines immediately after the tr tag
<!--
<td class=”DashBarProductCell”><a href=”http://xxx:7777/pls/apx/f?p=104:42:::::P0_USER:[bAdministrator” target="@{target}" onclick="saw.closeChildWindows();">Log Out</td>
-->
I try to change "Administrator" with session variable => session.currentUser.id
Does anyone know how to change it?

Can you try this "session.serverVariables.VARIABLENAME"

Similar Messages

  • Adding custom buttons to the Rich Text Editor in CQ

    Hi,
    I have added custom buttons to the rich text editor in order to allow our editors to add specific content, such as popovers, custom videos and other data necessary data.
    I have successfully modifed the Rich Text editor so, that it includes the custom buttons in the actions panel.
    I have also managed to make the buttons work and include the data where necessary, when user highlights the text and clicks on a certain button.
    The last bit I am struggling with, is the visual feedback we give to the users when this text has associated action with it.
    E.g. when we select this text and make it bold when we click on the word B the button B becomes highlighted in the actions panel, later when we continue typing our text and click again on "bold" the letter B becomes highlighted again.
    Is there any button related callback/method I could overwrite to add this functionality and make my button highlighted ?
    Thanks,
    Puzanovs

    After lot's of thinking found a solution....
    Essentially the first step is to extend the CQ.form.rte.plugins.Plugin in your custom button.
    Then during the UI initialisation we create our "custom"
    var pressButton = new ui.TbElement("press-button", this, true,this.getTooltip("press-button")); // Essential extend of the button
    setInterval(function() {
                     if(window.jQuery) {
                         window.jQuery(document).ready(function () {
                             window.jQuery(".x-edit-glossary-insert").css({width:45,"background-image":"none"}); // Ignore the background
                             window.jQuery(".x-edit-glossary-insert").text("Press Button"); // Set the name
                            $(document).on({
                                mouseenter: function(){
                                  window.jQuery(".x-edit-glossary-insert").html("<b>Press Button</b>"); // Set the name bold                        
                                mouseleave: function(){                       
                               window.jQuery(".x-edit-glossary-insert").html("Press Button"); // Set the name normal
                             }}, '.press-button');
                 }, 100);
    tbGenerator.addElement("press-button", plg.Plugin.SORT_LISTS, pressButton, 10); // element is inserted
    Every time the element is inserted I add the following html
    <span class="press-button">Test peter</span>
    Now, every time in the editor, the content editor mouse overs the custom button it is higlighted in the RTE))

  • MS CRM 2015 Adding Custom RIbbon button in dashboard and Changing Colors

    Hi,
    I am Looking for customization in MS Dynamics CRM 2015 and want to Add Custom Ribbon button in dashboard and Changing Colors of that ribbon using customization.xml i am new to crm 2015 and only know how to import export solutions.
    Regards
    Irfan

    Hello Irfan,
    For adding a custom button please refer this blog
    https://community.dynamics.com/crm/b/aeonnexuscrm/archive/2014/10/21/ms-crm-2013-adding-custom-ribbon-button-in-dashboard.aspx
    And for changing colors in Chart
    https://crmchartguy.wordpress.com/2012/08/23/palette-custom-colors-in-charts/
    Hope this helps!
    Regards, Abhishek Bakshi If you find this post helpful then please Vote as Helpful and Mark As Answer. Check my blog on https://mydynamicscrmblog.wordpress.com/

  • Is there a linear equations VI thatI can use for inputting the coefficients with variables attached to them? Thank you.

    Is there a linear equation VI that I can use for inputting the coefficients with variables attached to them? I am currently studying elec engineering and am in the thick of transient analysis. It is very time consuming figuring the mesh and nodal analysis in the transform domain. With 3 branches in a mesh analysis the resistors, inductors and capacitors are represented with variable s in them. I need to determine in the transform domain then convert to the time domain. One equation goes like this: (3+2s+1/4s)i1s - (2s)i2s - (1/4s)i3s = 6/s -6. The other equations are similar. I must keep the variable s in the equation and solve it with s in the result. I made several VIs for determining simultaneous linear equations some for complex numbers and they work great. This one has me a little stumped. I thinking that maybe Labview doesn't have a VI for this. The other VIs were fine because you just plugged in the numbers and ran the VI and got your result. Any VIs that do LaPlace transform operations?
    Thank you.
    Tom

    Hello Tom,
    You can find a VI for doing Laplace transforms in Functions->Analyze->Signal Processing->Frequency Domain (this VI is only available in the Full and Professional versions).
    You may also find the following tutorial of help in working with linear systems in LabVIEW.
    Linear Systems in LabVIEW
    Keep up to date on the latest PXI news at twitter.com/pxi

  • Adding custom navigation to the script

    One of the scripts which I am preparing at the moment is giving me some problems.
    This script has 5 nodes. In the first three, a new user account is created, and in the 3rd node I get a special user ID (it can be found in the pages html source).
    Then the 4th node navigates to an absolutely unrelated page, and the user ID I get from node 3 is used to construct the address for node 4. And node 5 just does more work on that page which I navigate to in node 4.
    As such, I have to use a custom navigation here, which can be implemented, if I am not mistaken, with provided the e-Load Navigation Editor. I do all the steps mentioned in the manual, and it all seems clear and well described. But when I try to run run that node 4 I get something like
    http://mysiteaddress/clever.page?&sp={{UserId[3]_#_Uo2k0k4g0000hk464a1h0000000}}&sp=en
    i.e. the substitution in the address with that custom variable somehow fails, and I get the regular expression code as the output instead of the processed expression. UserId[3] is the variable defined on step 3, which contains the id I mentioned.
    Anyone knows what could be the problem here?
    I know how to do that with PI, but I would like to try and use the Navigation Editor first.

    Can you try this "session.serverVariables.VARIABLENAME"

  • Copy function based on the query with variables

    Hello
    Let me share the scenario I need to implement. I have a planning query with layout like shop / material / sales volume. The variables are shop number and calendar month. User opens the planning query, selects shop number and month, then sees the list of materials and puts the planned sales volume, then saves as a temporary version. Saving as a temporary version is realized by standard u201Csaveu201D function. The matter is that the user needs to have a possibility to copy this version to official one. I created the button and linked it with the copy function. The problem is that when a user clicks this button, the function asks him/her to provide variables again. I would like to have the button which copies the data with the same selection criteria as the query already has.
    Any idea?
    Arelis.

    Hi,
    I think when you add the button you specify the planning sequence name and that takes the filter of the modeler .Now when you try to call the planning sequence the filter variables are also added to the button as VAR_NAME, VAR_VALUE which prompts you for the variable again.Delete VAR_NAME,VAR_VALUE at the back of the button  manually and then save your work book.Then it will not ask for variable entry and the values that you have specified in the query filter will pass on to modeler filters.As variables are global.
    Similarly if you are using planning function then at the back of the button remove the VAR_NAME,VAR_VALUE.
    Hope this may help.
    Regards,
    Indu

  • Adding custom field to BP Adress with AET

    Hi experts.
    I have to create several custom fields for the BP Adress, and when going through AET it proposes to create them in the BUT000 table, doesn't gives me another option.
    As a BP is expected to have several addresses, this values can not be saved in BUT000, which we all know is where resides BP header data, and the BP number is primary key.
    I'm not planning to need these fields in the webUI, they are only required for a massive initial load, and I'm using BAPI_BUPA_ADDRESS* function modules to update the address data.
    Could you help me with your advice? Should I make an append structure to ADRC? How could that be reflected in the BAPIS structures I'm using to save the data?
    Your help will be very appreciated my friends.
    Cheers
    Marc

    HI Marc,
    I hope you are right and will work aswell.
    Also, i have another suggestion: instead of extending the BAPI, you can update the ADRC values outside of Bapi. meaning...once the BP is created/udated, you will get BP number, with the bp number, BUT020, gives you the address numbers, with the address numbers you can udpate ADRC through FM "addr_update" if it is for Org, "addr_person_update" for person, "addr_cont_pers_update" for contact person.
    Hope this helps.
    Cheers, Satish

  • How can i play the youtube songs on the dashboard with the new IOS6 Software

    since apple is not associatied with youtube anymore in the new IOS6 we have to download the youtube app. But now i dont know if we can play the music while on the dashboard. Is there a way that you can play it. I think personally this update has done more harm then good but if you have any suggestions please feel free to comment.

    Hello
    As far as I know the Toshiba Controls were tested and designed only for Microsoft Media Player and WinDVD. How this topic says:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=3621&messageID=11461#11461
    I dont have any experience with WinAmp but I found useful info in this forum about this theme:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=6673&messageID=24448#24448
    Check this.
    Bye

  • Adding custom columns to the tasks tab in UWL

    Hi Experts,
    We have UWL configured for GP in CE 7.1.
    Currently we have standard columns like Subject, From, Sent Date etc. only
    I need to add some columns like Project No., Customer No.(GP parameters) to the 'Tasks' tab in it.
    These columns are required for all the Work items that appear in UWL.
    I have read about adding custom view for a specific task , but not sure how it can be done in my case.
    Kindly provide inputs for this.
    Thanks and Regards
    Aanchal

    Hi Aanchal,
    i have posted exactly the same problem a few months ago, and no one answered me.
    I couldn't find any documentation on how to add custom GP parameters in the universal worklist, in the examples on customizing the UWL XML they always refer to parameters from the r/3 webflow, never GP.
    I really can't believe that nobody ever tried to do this and faced this problem!
    Please let me know if you find something..
    Regards,
    Marco.

  • Adding Custom Fields to the Recipe Management Workbench

    Hi Experts
    I'm trying to add fields to the Quatities Tab of the recipe dependent and the stage dependent formulas
    in RMWB (Recipe Management Workbench).
    I've added other fields to the Input and output tab by appending the frmls_iot_scr structure and then doing the layout setup
    in SPRO but where and how do I go about adding fields to the Quantities Tab and is there a BADi that can then be used to fill
    those additional fields.
    Any help would be much appreciated.
    Regards
    Vic

    Hi Vic,
    There are no exits or BAdI for extending the fields for the view quantities. New fields must be added at the structure FRMLS_TOTALS and added into the customizing table FRMLC32 as col_id. Then the processing of the fields is still to be programmed. The function group is FRML600.
    You can use also a copy of the group group.
    Best regards,
    Roland

  • Adding Custom Fields to the Sales Order Screens - VA01, VA02 & VA03

    Hi,
    I have a requirement to add custom fields in the Sales Order Standard Screen. Could anyone please tell me is there any screen exit available to add a tab screen or is there any possibility without modifying the standard code.
    Please let me know with the details.
    Thanks & Regards,
    Goutham.

    Hi Narendran,
    Thanks for prompt reply, it was very useful.
    Could you please let me know the procedure you have followed in coming to this conclusion of what screens to be used.
    I understand that the program is SAPMV45A.
    Thanks & Regards,
    Goutham.

  • Adding custom jspx to the contentDB application

    HI,
    I want to use my two my own custom jspx to the contentDB. As the contentDB is built in ADF, i have also created the jspx in adf, but along with this some xml files and backing beans also got created and some data control also got created.
    But i saw in contentDB they havent use the datacontrol and any xml file for database connection also. i am confused to put my custom file in the contentDB.
    Can anybody help me in knowing, if we want to add the custom jspx in the contentDB then how should be the directory structure and how to integrate with the contentDB application.
    If anyone knows, please reply as soon as possible.
    thanks in advance.
    swapna soni

    Hi,
    in the MeasureFormula, could you look at the isYTDapp field?
    In this table you have to create on measure for the non YTD application with isYTDapp=0) and another one for the YTD application (with isYTDapp=1).
    For example, if you want to create a LTD measure, you have to create the following rows:
    NAME = LTD, isYTDapp=0, Statement = MDX formula used for non YTD application
    NAME = LTD, isYTDapp=1, Statement = MDX formula used for YTD application
    regards,
    Romuald

  • Custom url next to dashboard name

    Hi All,
    I am using a custom css and I want to add a link to an external site. I would like this link to appear next to the dashboard names (so I can position it using css) or anywhere in the header area, i.e. at the top of the page where the banner and dashboard names appear.
    Has any body else done this or does anyone have any ideas how to do this? Thanks.

    This might point you in the right direction...
    http://oraclebizint.wordpress.com/2008/05/29/oracle-bi-ee-1013332-customizing-skins-styles-and-xml-messages-dashboard-footer-customization/

  • Adding custom fiields in the standard report QM10

    Hello,
    I need   to add custom fields to the standard report output transaction code QM10,  these custom fields are present in the QMEL table.
    I implemented BADI   which is BADI_EAM_SINGLELEVEL_LIST  and from the description of this I came to know this can be used for extending  the fields of standard report, but the break point is not getting triggered  if keep break point in this badi for this transaction (QM10) the break point is not triggered.
    Could you please suggest.
    Thanks,
    Bala Krishna  T.

    Hello Hussain,
    I have already activated the BADI which is BADI_EAM_SINGLELEVEL_LIST but still the break point is not getting triggered.
    As suggested by you I had also checked the where used list for this BADI and there are only standard implementations which are not called.
    Kindly suggest .
    Thanks,
    Bala Krishna T

  • Adding an URL to the Favorites

    Hi,
    We have a web application for which there are 100's of users.
    Most of them do not know how to add an URL to the Favorites in
    the IE.Any ideas like creating a batch file and emailing it to
    them so that it adds the URL to the favorites when they click
    on it .Thanks in advance.
    Asha.

    I just tried this in CS6 (which should be the same, I hope), and it works fine. Select the whole of a file, and start recording a new favourite. I selected Normalization, set it to -1dB, applied it, deselected the file, and stopped the favourite recording. Gave it a name, tried it on another file, and it's fine.
    There is no editing of favourites, as such. If you don't like one you delete it and start again.
    If yours didn't work, did you apply it before stopping the recording of it? If you don't do that, I think it will fail.

Maybe you are looking for

  • FCP keeps quitting on me!

    Hi, I am running FCP on a MacPro, version 10.5.8, with 6 gig of memory. But I am suddenly running into a situation where the program quits on me every couple of minutes. Any thoughts that might help would be greatly appreciated as I face a deadline o

  • Aperture 3.02 Export Rate

    Wow! Where do I begin with this? Exporting images from Aperture is so excruciatingly slow, it is really impeding my work flow. Exporting an image to jpeg at 50% takes approximately 4:45 if done in a batch. If done individually, it takes 3:45. I tried

  • Date category

    Hi, when i trying to save sales order it shows the massege that Date category Z5 03 does not exist. please let me know about this date problem. thanks

  • Missing shared calendars using iCal and OS X Mountain Lion

    My wife and I sharing our family calendars using iCloud. I created some of them and shared them ith my wife and she created others as well and shared them with me. Up here, business as usual :-) I'm not sure about the concrete time it happens, but fo

  • IPad 2 wifi stability isssues

    I have the same problem with my iPad 2. Once connected to the wifi, it randomly stops connecting and stays unconnected for about 5 minutes at a time before it returns to connectivity and repeats this cycle all over again.