Maximo Open Forum

 View Only
  • 1.  How to get my cloned app to show up in the Mobile app navigator?

    Posted 6 days ago

    Hey,

    Can someone point me to information on how to get my cloned role-based app to show in the Mobile app navigator? It shows up fine via browser. 

    Here...

    Is the AI answer close?
    1. Locate the Navigator Section: Find the <page> component with the ID "navigator" or a similar identifier within the XML structure.
    2. Add a New Navigator Tile: Add an XML entry for a navigator-tile component. This entry will define the appearance and behavior of the new item. You will need to specify:
      • label: The text displayed on the tile.
      • event: The action triggered when the tile is tapped (e.g., navigating to another page using an ID or a JavaScript function).
      • datasource (optional): If the tile needs to display dynamic data (like a count of pending work orders), you link it to a Maximo data source with a predefined query

    #MaximoApplicationSuite
    #Mobility

    ------------------------------
    Thanks,
    Andy
    ------------------------------


  • 2.  RE: How to get my cloned app to show up in the Mobile app navigator?
    Best Answer

    Posted 6 days ago

    If it works fine in web, that means you have security access properly configured. For it to not show up in the mobile app you likely haven't toggled the mobile flag in the MAF configuration application. When you clone an app, it sets the mobile flag to false on your cloned app so that you can configure the app and then make it available to mobile when it's ready. 

    There are menus in the app.xml that allow you to control what pages show in the navigator, but I assume you still have that from the clone. Look for 

    <menu slot="navigation-items" 

    And ensure you have at least one to launch a page in your app. 


    ------------------------------
    Steven Shull
    Naviam
    ------------------------------



  • 3.  RE: How to get my cloned app to show up in the Mobile app navigator?

    Posted 3 days ago

    Thanks Steve - somehow I never associated that Mobile Download column with having it show in the app! 



    ------------------------------
    Thanks,
    Andy
    ------------------------------