Maximo

Maximo

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

 View Only
  • 1.  Workorder Spec

    Posted Fri August 21, 2020 06:38 AM
    Hi,

    Doesn anyone know if its possible for the technician app to have the workorderspec data preloaded on the query list screen? 

    At the moment its only loaded when you click onto a workorder to view the detail screen or if you "Download Work List"

    The situation is that we've got some custom handlers to prevent completion of a workorder if the workorderspec isn't filled out. 

    If the user stops the timer on the list screen and goes the complete the workorder nothing happens and in the logs its not able to retrieve the workorderspec data

    [ERROR]null is not an object (evaluating 'woSpecSet.data'),

    Thanks

    ------------------------------
    Christopher Kung
    ------------------------------



    #Maximo
    #AssetandFacilitiesManagement
    #MaximoAnywhere


  • 2.  RE: Workorder Spec

    Posted Mon August 24, 2020 09:51 AM
    Christopher,

    It appears your problem stems from an online only situation.  You state the WoSpec data is only loaded when you click on the work order or when you download the work list, and the problem arises when a person tries to complete the work from the Stop Timer button.  I would solve the problem the way:  When you try to complete the work from the stop timer, do a check on the WoSpec timer to see if it is null, it if is then do an online request for the data set for the work order. If it comes back null, then there are no specs and you have to allow work completion.  If there are specs, then depending on whether there are any values for the specs, either warn the user to complete the specs or allow then to complete the work order based on the existence of values for hw WoSpec set.  Hope this help.

    ------------------------------
    Bradley K. Downing , MBA
    IBM Certified Adv. Deployment Prof. Maximo v7.6.1
    IBM
    Bakersfield CA
    ------------------------------