Content Management and Capture

Content Management and Capture

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

 View Only
  • 1.  New Search /p8/OpenContentClass

    Posted Wed January 12, 2022 06:29 AM

    I am using /p8/OpenContentClass response filter. In New Search on selecting document class, i am updating choicelist for properties injson response.

    for the 1st time a doc class (DocClassA) is selected, /p8/openContentClass is called and i am making changes in code for choicelist and updating jsonresponse.

    Now i select someother doc class (DocClassB) and /p8/openContentClass is called and choicelist are displayed for that class.

    Now if i select the same doc class (DocClassA) which i selected earlier, /p8/openContentClass is not called

    and choicelist of previous class are displayed

    How can i get the details of 1st docclass(DocClassA) and update choicelist in "New Search" for that doc class"?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: New Search /p8/OpenContentClass

    Posted Wed January 12, 2022 05:42 PM

    When DocClassA is selected after DocClassB, is the DocClassA choicelist being displayed? or DocClassB's choicelist is displayed?

    Is your goal to display DocClassA's choicelist when it is selected after DocClassB?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: New Search /p8/OpenContentClass

    Posted Mon January 17, 2022 03:47 AM

    Hi Nanda,

    Thanks for the reply.


    When DocClassA is selected after DocClassB

    -->DocClassB's choicelist is displayed.


    Is your goal to display DocClassA's choicelist when it is selected after DocClassB?

    --> yes




    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration