Maximo

Maximo

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

 View Only
  • 1.  OSLC.where = oslc.where=ponum="21860-%"&_format=xml

    Posted Wed August 11, 2021 11:20 AM
    hello experts - We did an upgrade and wildcard search is not working. Was that a change in 7612 Or am i missing anything. 

    /oslc/os/xxx_po?lean=1&oslc.select=ponum&oslc.where=ponum="12345-%"&_format=xml

    ------------------------------
    vaigai puyal
    ------------------------------



    #AssetandFacilitiesManagement
    #Maximo
    #MaximoIntegrationandScripting


  • 2.  RE: OSLC.where = oslc.where=ponum="21860-%"&_format=xml

    Posted Wed August 11, 2021 11:36 AM
    Try replacing the wildcard character % with its URL encoded value: %25

    /oslc/os/xxx_po?lean=1&oslc.select=ponum&oslc.where=ponum="12345-%25"&_format=xml


    ------------------------------
    Hollie Alexander
    Ontracks Consulting
    ------------------------------