Maximo Open Forum

 View Only
  • 1.  Need Installation or configuration document of Maximo Mobile on Maximo application suite

    Posted 01-24-2024 06:27

    Looking for some documents to install maximo mobile on MAS application suite 8.11


    #Mobility

    ------------------------------
    uttam ibbandi
    ibm
    ------------------------------


  • 2.  RE: Need Installation or configuration document of Maximo Mobile on Maximo application suite

    Posted 01-25-2024 14:35

    Maximo Mobile is automatically installed as part of Manage in MAS. If you download the IBM Maximo Mobile application (white background application) and configure the URL to the home URL of MAS, it should work with the out of the box functionality. If you are using self-signed certificates (not publicly issued certificates that would be trusted by your device), you need to follow the instructions here: https://www.ibm.com/docs/en/mas-cd/maximo-manage/continuous-delivery?topic=mobile-configuring-self-signed-certificates-maximo

    Your home URL will be the page you see when you login to MAS. The URL format would look something like:

    https://workspace.home.yourdomain.com/

    As far as configuring the applications, the landing page you want is this: https://www.ibm.com/support/pages/node/6408032

    This contains a variety of resources & information to help you get started. For example, it links to our IBM Documentation for trying to understand how to retrieve the container images. The technote lists which version of the container you need based on your exact version of Manage. And it links to configuration examples on the IBM community.

    Once you get the docker container running, there is also some links inside the docker container including our developer documentation wiki. This covers some best practices along with some examples. There is also component documentation as well for being able to understand what all components are available and what all the settings on the component are.



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



  • 3.  RE: Need Installation or configuration document of Maximo Mobile on Maximo application suite

    Posted 01-29-2024 05:36

    Thanks Steve for the information, i hope above document covers , Android studio mobile development SDK tool or eclipse tool to configure and do hands on development, if not  , could you please provide necessary steps to configure mobile development kit steps in either eclipse or in Android development tool



    ------------------------------
    uttam ibbandi
    ibm
    ------------------------------



  • 4.  RE: Need Installation or configuration document of Maximo Mobile on Maximo application suite

    Posted 01-29-2024 10:49

    There is no documentation on Android Studio because you will not be interacting with nor building a native application (IE apk for Android or ipa for iOS). Maximo Mobile uses a framework purpose built for Maximo applications called the Maximo Application Framework (MAF). Customers modify XML files and write JavaScript code that we then turn into a web application that gets stored in the Maximo environment as a zip. The native application we provide facilitates downloading the web applications from the server on Maximo Mobile along with the necessary native device capabilities that we provide hooks within the framework to support. 



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