Maximo Open Forum

 View Only
  • 1.  HOw to know how many real Mobile users currently using MAximo?

    Posted 08-16-2024 08:33

    we are wanting to monitor use of the Mobile app and the Technican Role Based app.  Is there any data in the system that would show us the use of these newly released modules?


    #Administration
    #MaximoApplicationSuite
    #Mobility

    ------------------------------
    Pradeep Rout
    TCSL
    ------------------------------


  • 2.  RE: HOw to know how many real Mobile users currently using MAximo?

    Posted 08-16-2024 16:51

    For record creation (IE adding labor transactions, entering materials, creating WOs, etc.) there is an anywhererefid attribute that would get set on most of the tables. It's not exactly its intended purpose but it would help you distinguish what was added on mobile vs added in desktop.

    There's not a great way to see who has logged in via Maximo Mobile out of the box today. There are ways you could implement your own tracking with an automation script on LOGINTRACKING that looks at the IntegrationContext to see if the mobile property is a 1 and set some custom field. 



    ------------------------------
    Steven Shull
    IBM
    ------------------------------



  • 3.  RE: HOw to know how many real Mobile users currently using MAximo?

    Posted 03-27-2025 19:40

    Hi Steven,

    DO you mean  something like this?

    if integrationContext.getStringProperty("mobile") == "1":


    ------------------------------
    Sai J
    Confidential
    ------------------------------