Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Search Query

    Posted 09/17/20 01:16 PM

    I am following this article to do a document search in FileNet P8 objectstore: https://www.ibm.com/support/pages/node/567291

    When a document is checked out, it throws an error which states " The ReservationType property was not found in the properties collection."

    I have included ReservationType in the list of columns being selected and also to the list of columns to be displayed under resultsDisplay object.

    Any suggestions what might be going on?

    The code works fine as soon as I cancel the checkout.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Search Query

    Posted 09/18/20 12:57 AM

    Have you included the ReservationType in your query? Seems the result set does not contains this property.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Search Query

    Posted 09/18/20 09:10 PM

    Try including both Reservation and ReservationType.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Search Query

    Posted 10/08/20 05:58 PM

    I found that Creator needs to be selected in addition to Reservation and ReservationType when the results include checked out items.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: Search Query

    Posted 10/28/20 10:05 PM