Sunday, June 29, 2025

Querying Maximo Status Tables

  • Maximo status tables are used to track the status changes and helpful to understand business flow in various modules like workorder, procurement etc.
  • Querying the status tables for specific record is simple, that by using record key as parameter (WONUM, PONUM, INVOICENUM etc.)
  • However, retrieving the previous/next status of specific status for  bulk of records can be tricky.
  • Here are few queries, that can be helpful in such cases.

Download and zip multiple attachments - via automation script

Maximo attachments upload and download attachemnts one at a time. There is no out of the Box option to select multiple attachments and downl...