Maximo

Maximo

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

 View Only
  • 1.  Default page in SRMOBILE

    Posted 6 days ago

    Hi

    Who knows is it possible with MAF to change default page from sr list to createSR page with AppCustomizations.js ? 

    And how it determinate what page is default to load? 



    ------------------------------
    Andrey Ilinskiy
    Handz.on
    https://www.on.de/
    München
    ------------------------------


  • 2.  RE: Default page in SRMOBILE

    Posted 5 days ago

    Hey Andrey,

    I did a quick check, and it looks like the default page that opens after clicking Service Request is determined by the first <menu-item> listed in the <menu slot="navigation-items"> section of app.xml-I didn't use AppCustomization for this.

    For example:

    <menu slot="navigation-items" id="k9p4v"> <menu-item label="Service Requests" icon="maximo:service--request" page="createSR" id="w6_yq"/> <menu-item action-type="add" label="Create Service Request" icon="maximo:add--record" page="newRequest" id="e8w5x"/> </menu>

    In this setup, the createSR page is loaded by default. If you want a different page to appear first, simply move that <menu-item> to the top of the list.

    Hope this helps!



    ------------------------------
    Vijayalakshmi Mane
    Technical Consultant
    Bentley Systems Netherlands B.V.
    sHertogenbosch, The Netherlands
    ------------------------------