Content Management and Capture

Content Management and Capture

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

 View Only
  • 1.  Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 08:40 AM

    Good day.

    I am a developer and I recently started learning the Filenet. I am having problems in Filenet Content Navigator development. I have a finished application that was previously developed by another developer. And now I need to make a new Search Template with several criterias. I need to set multiple values of a dropdown list by one criterion. For example, one folder type criteria with several values in drop down list (case with more than one choice list value). What is a better way to do that? I was advised to add IN operator instead of Equals in my search template, but it doesn`t work. I have only four operators for choice lists in search template by default (Equals, Not equal, Is null, Is not null). Can you give me a piece of code for example?

    Looking forward to your reply

    Timur



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 09:01 AM

    Hi,

    You may configure the repository on ICN admin desktop, and add additional operators on the Search tab of repository configuration. "Include Any", "Include All" and "Exclude All" are for multiple values.

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 09:25 AM

    Thanks for your reply Angie, but I don`t need to change search configuration for whole repository. Because I already have another working searches. My ICN version is 3.0.5 and in the directory you`ve mentioned I found only how to hide existing operators.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 09:41 AM

    Hi,

    What are the Displayed Operators for your data type on the Search tab of Repository configuration? Is "Include Any" selected for display?

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 09:46 AM

    as I see my search criteria is an Object type. And I have only four operators - Equals, Not equal, Is null, Is not null. This is like a dictionary values in drop down list. And I want my search to use some of them



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 6.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 10:19 AM

    Hi,

    I don't understand the request. Object type have GUID values and are not shown as drop down list in search criteria. Can you elaborate on the criteria? You may see more about search on ICN knowledge center https://www.ibm.com/support/knowledgecenter/SSEUEX_3.0.8/com.ibm.usingeuc.doc/euche031.htm .

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 7.  RE: Content Navigator Search Template with several choice list values

    Posted Fri November 20, 2020 11:10 AM

    as I said this application was previously developed by another developer. And this drop down list is done for the object (Abstract Persistable Class). And because of this I have only four operators (Equals, Not equal, Is null, Is not null). This object has the GUID values, but maps to String equivalents from dictionary and displays them in drop down list. I see this operators("Include Any", "Include All" and "Exclude All" ) in documentation, but I can`t use them in my case. Can i do it programmatically? May be in OpenSearchTemplateResponseFilter java class



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 8.  RE: Content Navigator Search Template with several choice list values

    Posted Mon November 23, 2020 02:35 AM

    Hi,

    Are you using a custom plugin with response filter to display the drop down list? Then please paste in the source code related to the search criteria in question.

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration