New link in end user menu does not display

I am new to IDM and am trying to add a new link on the user Welcome page. I have added the link in the End User Menu using the BPE and the XML looks ok. I have saved the changes to the repository; but, the new link does not appear in the list on the user Welcome page at next login. Can anyone point me in the right direction? Thanks.

End User Menu would be the right place to put this. Since you're able to see your link in the BPE browser, I think you're off to a good start.
Did you use the BPE to commit the form change to your production repository? If so, try saving your change as an XML file first and then import the form from the Configure->Import Exchange File menu.
Is it possible your browser settings are caching the page? I've never seen this happen, but it might be a factor.
Jason

Similar Messages

  • I do not manage to find the function to change a letter into exposing. I have MUSE DC 2014.2 and the menu does not display this possibility. I tried to import it IN design but that does not function either?

    I do not manage to find the function to change a letter into exposing. I have MUSE DC 2014.2 and the menu does not display this possibility. I tried to import it IN design but that does not function either?

    I'm not clear on exactly what it is you're asking, but if you're referring to changing opacity, you can change the opacity setting for the States of a menu item via the States panel and Control Strip.

  • LXDE panel menu does not display in regular user mode

    Hello All,
    Running arch on eeepc 1000HE.  Running openbox with lxde.  The menu on the panel does not display when in a regular user mode, but does display when in su mode.  The button for the menu displays but when pressed the menu is blank.  It seemed as if the /usr/share/application file was not being read properly so I changed the owner to my user to see if it was a permission issue.  That did not help.  I have not yet seen a problem like this on the web.
    Let me know,
    Brad

    grey wrote:I don't think the LXDE menu can be edited - it's generated autmatically from the desktop files.
    It can. The configuration is in /etc/xdg/menus/lxde-applications.menu. You can also copy that file into ~/.config/menus to keep your modifications local.
    This brings me to two suggestions for you brahan: Check if you have a ~/.config/menus/lxde-applications.menu, and delete it if you do. Then restart lxpanel. The other thing, check if you have /etc/xdg/menus/lxde-applications.menu and what are it's permissions.

  • BPEM End User role does not appear

    Hi masters
    What should I do to make the BPEM End User role appears on the portal Identity Management  ?

    Hi Ganga,
    Firstly, check the BPM usage type is loaded in your SAP NetWeaver 7.3 system at http://<host>:<port>/utl/UsageTypesInfo
    If the BPM usage type is loaded, check the BPM configuration wizards have been run in the SAP NetWeaver Administrator - http://<host>:<port>/nwa > Configuration > Scenarios > Configuration Wizard
    Finally check the role exists via the SAP NetWeaver Administrator - http://<host>:<port>/nwa > Configuration > Security > Identity Management
    If you aren't seeing all the options in SAP NetWeaver Administrator then you need to find someone with more authority and get them to grant you the SAP_BPM_SuperAdmin or SAP_BPM_SuperDisplay role.
    If that's all ok you can then go back and check the role is visible in the Portal.
    Regards,
    Jocelyn

  • When saving to bookmark folders, dropdown menu does not display all of them, just a few.

    When attempting to save a bookmark, using "Bookmark this page" and then selecting Bookmark Menu to display a list of saved folders, the list of saved folders that appears is a short partial list. This list does not permit scrolling to view the remaining unlisted folders. All these folders are viewable/accessable when "Show all bookmarks".

    Hello,
    Firefox automatically creates backups of your bookmarks, which can be helpful if your bookmarks are lost or missing. To recover them, follow the instructions below.
    #Use <u>one</u> of these methods to open the Bookmarks Library window:
    #*Click the ''[[Display the Firefox button menu instead of the menu toolbar|Firefox button]]'' to open the menu and click on ''Bookmarks''.
    #*Click the ''Bookmarks'' menu and click on ''Show All Bookmarks''.
    # At the top of the Library window, click the "Import and Backup" menu and select Restore.
    # Click the date of the bookmark backup you want to recover.
    # In the new window that appears, click OK.
    # Your bookmarks from the selected date should now be restored.
    For more information, see the [[Restore bookmarks from backup or move them to another computer]] article. For other solutions, see the [[Recover lost or missing Bookmarks]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Spry Vertical Menu does not display properly when uploaded to server.

    I am using Dreamweaver CS5 Version 11.0 Build 4909 on Windows XP.  The website I am working on is displaying the ordered list incorrectly.  The drop down submenus are not lined up underneath each other.
    So I did a basic one and uploaded it to the server and had the same outcome.  Locally it looks fine but uploaded to the hosting server not fine.  Below is the code from the document called deleteme.html.  I am new to all this so I apologize if this seems basic.  Thanks for your help in advanced.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">Content for  id "container" Goes Here
      <ul id="MenuBar1" class="MenuBarVertical">
        <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 2</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
              <ul>
                <li><a href="#">Item 3.1.1</a></li>
                <li><a href="#">Item 3.1.2</a></li>
              </ul>
            </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 4</a></li>
      </ul>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Hello all,
    Thanks to everyone who replied to my post.  I have it working now but I have other issues that I will post separately.
    Here was my thought process and you can tell me if I am right or wrong.  I was working with multiple pages that I was using Spry.  I had only one folder set that all the Spry Assets were being saved into.  My thinking was that they were getting over written.  So I deleted the folder and re-built the page.  When I deleted Spry Assets folder it showed me I had 6 pages linked to the Spry Assets folder.  I also deleted my Spry Assets folder on my hosting server....thought I would really start from scratch.  When I went to upload the files I created a SpryAssets folder and what I realized I had originally put a space  between the y and a of the folder name.  So I am not sure if the elements in the Spry Assets folder were getting over written or it was because I had a space in the folder name.  Thanks again, Mike

  • Menu does not display unless I hit play??

    I built a simple DVD.
    STILL image menu with one button.
    The MENU is set as "first play"
    When I test with Simulate- everything is fine. The Menu shows up. The button starts the program.
    Once I burn and try to play back the disc- My dvd player on mac comes up BLACK screen.
    No menu.
    I have to hit the play button to get the menu to play.
    What is going on?
    I usually do not use a menu. I normally just select track as first play and it always works fine.
    This client wants a menu.
    I need the menu to automatically pop up and play once the disc is put into the player.
    Again- this works as it should in the Simulate.

    Are you using a Sony DVD player by any chance. I am and I havde ther same problem, except I don;'t get first play tracks playing by themselves. I thik this may be an insoluble Sony /DVDSP thing.

  • I have a ipod touch 3 generation with iso 4.2.1.  Model a1318  The update menu does not appear.

    I have an ipod touch 3rd generation Model A1318 32gb. How do I update an older iso 4.2.1 to a later version.
    the settings/general/update  menu does not display update.

    The option to update without the computer (Over the air) was made available with iOS 5. If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
    http://support.apple.com/kb/HT4972
    Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
    http://support.apple.com/kb/HT4623
    Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
    http://support.apple.com/kb/ht1848

  • .mov file does not display on the web-site

    iWeb is easy to use but my simply link to a .mov file does not work. I am working on the Domain file on my Desktop so I can move it between computers, and it renames the media file in the inspector from name.mov to name-1.mov. In the end the site does not display the animation.

    Are you linking to this file so that it can be downloaded from your website?

  • Finder in Yosemite does not display files

    since i upgraded to Yosemite i have been having a problem with finder displaying files.  if i save a new file to my desktop it does not display until i logout and log back in.  when i open any folder other than my desktop nothing is displayed.  i just get a spinning wheel in the bottom right corner.  if i list the folder in terminal all the files are displayed.  i did not have any these issues with mavericks.
    iMac (27-inch, Mid 2011)
    3.4 GHz Intel Core i7
    16 GB 1333 MHz DDR3
    AMD Radeon HD 6970M 1024 MB

    I'm getting the same result - both with 10.10 and with 10.10.1 Beta.   The finder will display the main HD root, but nothing under it - except the Desktop.  New files on the desktop require a log out-in cycle to appear.
    Other apps that normaly have file system access also will not show second level files.  Launchpad only shows "Loading Applications", so it looks to also not be able to access the apps directory.
    Other drives do not have this problem - only the main system HD. 
    The dock also seems to lock up quite often... 
    MacBook Pro (17-inch, Mid 2009)
    2.8 GHz Intel Core 2 Duo
    8 GB 1067 MHz DDR3
    NVIDIA GeForce 9400M 256 MB

  • I open a new webpage in a new tab. I then go to a link and the back button does not allow me to go back to the original webpage. Any suggestions?

    I open a new webpage in a new tab. I then go to a link and the back button does not allow me to go back to the original webpage. Any suggestions?

    I don't think you understood the question. I am having the exact same issue. I open a link in a new tab or window, for example: https://addons.mozilla.org/firefox/addon/backforedrop/
    When the new tab opens, I click on "reviews" to open the link: https://addons.mozilla.org/en-US/firefox/addon/backforedrop/#reviews in the existing tab because I want to see the reviews for this feature. After I read the reviews, I want to go back to the main link, but the back button on my browser is greyed out, as though I was never even on the previous page. So my options are 1) Open every link I ever click on in a new tab or window, or 2) Hope the website is user friendly and attempt to navigate back to the previous page using links inserted on the current page.
    You never realize how frustrating not having back button is until it happens.

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    My own problem not a system one

  • My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    Open your iDVD project and go into the Map mode.  Made sure the autostart bin on the left is empty.
    Click to view full size
    If you find a video in that bin remove it, save the project as a disk image and check the disk image with DVD Player.  Then you can burn the disk image to disk with Disk Utilitiy at 4x for optimal burning.
    OT

  • New menu does not come up

    Hi, I use jdeveloper at work, and i decided to download it to make some games, but the new menu does not come up when i click it. So therefore I cannot create classes. Does anyone know what is wrong?

    Which JDeveloper version? what platform? which JDK?
    What happens if you run [jdev-root]\jdev\bin\jdev.exe any error messages?

Maybe you are looking for

  • GRC10- HR Trigger BRF+ rule error

    Hi, We are facing an error in HR trigger. The BRF+ is configured as per the note Note 1591291 - GRC 10.0 - HR Trigger configuration. The BRF+ rule has decision table which satisfies the condition for new hire. The infotype: 0105 and subtype: 0001 Aft

  • Nested Divs - BG images not showing in IE 6

    I'm using nested divs for the layout of the site below. The div tags have a BG image in each. Everything works fine except in IE6. In that browser none of the BG images show up. Here's the site: http://www.jesseyoung.com/phenopath/test.html CSS is pa

  • Multiple XMP Metadata into Multiple PDF

    Hi, recently I've been trying to change the xmp metadata of multiple pdf, I already tried using Bridge and some other 3rd Party Programs but the issue is that all of those solutions just change the same information into multiple files, and what I wan

  • Would be grateful for help configuring my 7950gx2 for dual monitor

    Hi guys, I have two monitors - one widescreen TFT 20" DVI (max 1680x1050), and one 17" TFT Analog (max 1280x1024). Currently I'm running just on my widescreen monitor, but would love to have both monitors enabled to facilitate my spare-time web desig

  • PSE 5 index / catalog duplicate filenames

    How does the Photoshop Elements 5 catalog / indexer handle duplicate filenames? Or not? If you just upload your camera's native filenames, you're going to have a lot of _mg_3444.jpg, _mg_3445.jpg, etcetera, files over time. Is this why when you add p