Maximo

Maximo

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

 View Only
  • 1.  Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Tue February 06, 2024 11:43 AM

    Hi All,

    In Maximo Mobile 8.10, is there Any way to show location drill down in Mobile App like we see in core Maximo?

    if yes, can someone suggest how?

    Thanks in Advance.



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


  • 2.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Wed February 07, 2024 01:10 AM

    Check the SRMOBILE  I think we have a location or asset drill down on SR creation



    ------------------------------
    Maycon Belfort
    Consultant
    BPD Zenith
    Melbourne
    Australia
    ------------------------------



  • 3.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Wed February 07, 2024 01:31 AM

    Hi Maycon,

     

    Yes, I had already seen that.

     

    But the behaviour in SRMOBILE is that it is listing all the locations, then you have to click on this icon ( -> on right end side) for one of the locations to know if there are any locations available under drill down and go on with the clicks.

    And it will show only one location hierarchy name in drill down. You can't see the complete hierarchy to the top at one place for particular location.

     

    My scenario is that there is a location on workorder. Then need to show the complete hierarchy for this location.

     

    If the above mentioned scenario is not feasible, then I would like to at least implement the same behaviour as in SRMOBILE.

    I tried to reverse engineered that and it did not work out. I guess I missed something.

     

    Any advice here?

     

     

    Regards,

    -Ritesh Ranjan

    Upcoming Leaves:- 29th Jan.

     

    'The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com'

    Internal - General Use






  • 4.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Wed February 07, 2024 09:10 AM

    A tree view control isn't really mobile friendly because you typically have an unlimited number of levels and a small display to render the contents. There is work being done with a tree control but I imagine it will be only for our desktop applications. 

    The hierarchy drill in is the approach with mobile. If you want to share what you have I can try and help pinpoint the issue. 



    ------------------------------
    Steven Shull
    ------------------------------



  • 5.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Thu February 08, 2024 06:06 AM

    Hi Steven,

    Thank you for the response.

    Whatever code I had written is gone now. I will recreate the same and share here for your review.

    Thanks again.



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



  • 6.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Tue February 20, 2024 03:58 PM

    Hi @Steven Shull

    Looking for your help here.

    I am trying to achieve below things as part of drill down feature in Maximo mobile TECHMOBILE app.

    Let's assume hierarchy is as below.

    Location1:Description1

        Location1_2:Description1_2

            Location1_3:Description1_3

                  Location1_4:Description1_4.

    In workorder details page, "Asset and Location" Section is there. There I want to show tree icon by appending with other icons in bottom area of asset and location section.

    Now let's say that Location1_3 is showing in workorder WO1234's location field. so when you click on that tree icon, it should show the location hierarchy for workorder's location in some kind of dialog or sliding drawer whatever is feasible including "showing path to top" option by default.

    so it would show something like below.

    Location1:Description1

        Location1_2:Description1_2

            Location1_3:Description1_3

    Please let me know if this is feasible. Or till what extent Maximo mobile can support this requirement in best way?

    Thanks in Advance.



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



  • 7.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Tue February 20, 2024 04:36 PM

    We are enhancing the REST API in 9.0 to support a new feature where you add ancestors to the oslc.select and it will provide the hierarchy of parents to support the breadcrumb concept easier. However, this only supports specific types of records (asset, classifications, people, WO, & PM) and does NOT support locations because hierarchy of locations is dependent on systems. And depending on the type of system, could be a network system rather than a traditional hierarchy.  

    You could build this out in your own JSON datasource by looping through the location datasource (grabbing the parent of your current location, then grabbing the parent of your parent, etc.) but then I'm not sure how exactly you'd display this data. 



    ------------------------------
    Steven Shull
    ------------------------------



  • 8.  RE: Maximo Mobile 8.10 - Any way to show location drill down in Mobile App like we see in core maximo? if yes, can someone suggest how?

    Posted Tue February 20, 2024 10:31 PM
    Hi Steven,

    In createsr page in srmobile app, it shows location tree based on location number. though I was not able to reverse engineer that and understand properly. 

    Can't we use something like that to show location hierarchy based on system? 

    and if yes, then how should I write the code for that in techmobile?

    Thanks in advance. 
    'The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com'

    Internal - General Use