Maximo Open Forum

 View Only
  • 1.  SQL Query

    Posted 07-18-2025 01:26

    Hi everybody 

    need to have a query in Service Request application 

    retrieve all SRs records with WF active & assigned to user 'X'


    #MaximoUserGroups

    ------------------------------
    Ali Sartawi
    Mellitah O&G Co.
    ------------------------------


  • 2.  RE: SQL Query

    Posted 07-19-2025 23:59

    Hi Ali Sartwai,

    Please try the below query

    select * from sr 
    inner join dbo.wfassignment wa  on wa.ownerid=sr.ticketuid and wa.ownertable='SR'
    and wa.assignstatus='ACTIVE' and wa.assigncode='<userid>' and wa.app='<AppName>';

    Thanks!

    Sankar



    ------------------------------
    Sankar Ganesh V S
    DXC Technology
    ------------------------------



Newest Episode
Ep. 4 | System Properties in IBM Maximo

Watch Steven Shull walk through practical IBM Maximo system properties that can improve usability, query behavior, attachment handling, and the overall Maximo user experience.

MORE by Naviam Episode 4 cover
Watch Episode 4
Also available: Ep. 3 | Work Order Role-Based Application