Content Management and Capture

Content Management and Capture

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

 View Only
Expand all | Collapse all

Copy document and add it to repository again with different property values via ICN

  • 1.  Copy document and add it to repository again with different property values via ICN

    Posted Wed August 18, 2021 07:03 AM

    Hi, we have a requirement where we need to copy any document and add it to again to repository with different property values. The class would remain the same. Any idea on how this can be accomplished via Plugin.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Copy document and add it to repository again with different property values via ICN

    Posted Mon August 23, 2021 06:10 PM


  • 3.  RE: Copy document and add it to repository again with different property values via ICN

    Posted Thu September 09, 2021 12:24 AM


  • 4.  RE: Copy document and add it to repository again with different property values via ICN

    Posted Thu September 09, 2021 12:25 AM


  • 5.  RE: Copy document and add it to repository again with different property values via ICN

    Posted Wed September 15, 2021 09:13 AM

    It can be done by a plugin but it will be complicated. You will need to write a new action and write all the custom code yourself to do the copy work.

    If you want the user to modify the property with a UI dialog first, you can add a new menu action. When user click this action menu, you can make it will show the property modification dialog(maybe also with the target folder selection in it) to the user. After the modification, user can click OK button and your custom action code can be executed to copy the document to the target folder.

    Thanks,

    Jason



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration