Content Management and Capture

Content Management and Capture

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

 View Only
  • 1.  How to set content elements to entrytemplate

    Posted 02/02/21 07:58 AM

    Hi All,

    I have a requirement in IBM Content Navigator, After the documents are displayed in search result form searching using search template, user right click and select custom action "Clone". Then entrytemplate should open and automatically set properties and content elements of selected document from search template. I am able to set the properties but how can I set the content elements in entrytemplate ?

    Looking forward for help.

    Thanks in Advance!

    Regards,

    Savitri



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: How to set content elements to entrytemplate

    Posted 02/02/21 08:25 AM

    Hi,

    For content elements, do you mean document content? I suggest you to get it in your Java action code. You can retrieve it with 'getDocument' action using document ID.

    Thanks,

    Jason



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: How to set content elements to entrytemplate

    Posted 02/02/21 10:55 AM

    IBM Content Navigator is a web client that provides users with a console for working with content from multiple content servers.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: How to set content elements to entrytemplate

    Posted 02/02/21 10:57 AM

    Thanks Jason for your reply.


    I need to set the document content in upload section of entrytemplate automatically as shown in the screenshot. 




    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: How to set content elements to entrytemplate

    Posted 02/03/21 06:30 AM

    I don't have any good ides on this. It will be complicated to deal with this requirement. You may need to download the document to a local temp folder and then upload it to your entry template.

    Thanks,

    Jason



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration