Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Hide the visibility of the applications TECHMOBILE, SRMOBILE, etc., on the desktop but not on the mobile.

    Posted 23 hours ago

    Has anyone experienced this? I want the applications configured with MAF Tools to be visible only on mobile devices, and not on desktop (web browser/Manage). I've checked the security group permissions, but I haven't found any setting that allows controlling visibility based on device type.



    ------------------------------
    Sergio Vela
    ------------------------------


  • 2.  RE: Hide the visibility of the applications TECHMOBILE, SRMOBILE, etc., on the desktop but not on the mobile.

    Posted 5 hours ago
    Edited by Ritesh Ranjan 5 hours ago

    Hi Sergio,

    You can try hiding those role-based applications menu directly from MAXMENU table and don't remove the access in security groups so mobile users don't get affected.

    Set VISIBLE attribute to zero for hiding the module you need. After updating the table, you will have to restart Maximo/Manage.

    Hope this helps.



    ------------------------------
    Ritesh Ranjan
    ------------------------------



  • 3.  RE: Hide the visibility of the applications TECHMOBILE, SRMOBILE, etc., on the desktop but not on the mobile.

    Posted 4 hours ago

    Hello Ritesh,

    Thank you very much for your response.

    I have already looked into this.

    What's interesting is that applications like WOTRACK exist in MAXMENU:

    SELECT * FROM MAXMENU WHERE MODULEAPP='WOTRACK';

    But applications that are configured through the MAF TOOL, such as TECHMOBILE or SRMOBILE, do not exist in MAXMENU:

    SELECT * FROM MAXMENU WHERE MODULEAPP='TECHMOBILE';


    ------------------------------
    Sergio Vela
    ------------------------------



  • 4.  RE: Hide the visibility of the applications TECHMOBILE, SRMOBILE, etc., on the desktop but not on the mobile.

    Posted 2 hours ago

    Hi Sergio,

    Role-based apps are not moduleapp. Try the below query.

    Select * from maxmenu where keyvalue='TECHMOBILE'

    This will tell you that it comes under which moduleapp.



    ------------------------------
    Ritesh Ranjan
    ------------------------------



  • 5.  RE: Hide the visibility of the applications TECHMOBILE, SRMOBILE, etc., on the desktop but not on the mobile.

    Posted 2 hours ago

    Thank you very much! It works.



    ------------------------------
    Sergio Vela
    ------------------------------