Content Management and Capture

Content Management and Capture

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

 View Only
  • 1.  Create a custom action to poen Deja viewer in editing mode

    Posted Thu July 30, 2020 12:41 PM

    Hi all,

    IBM Content Navigator has been configured to open documents with proper viewer (pdf with acrobat Reader, xls with Excel, doc with Word, etc.), due to this confiuration is not feasible open documents with Daeja View and add comments (in general the editing mode).

    We'd like to create a new voice in the menù (mouse right-click menù) to open file with deja view and add comments, is it feasible? If yes how we can procced with configuration?

    The objective is to have both functionlaities

    • double click to open document with proper viewer
    • right-click-> custom voice in menù -> open a document in editing mode to add comment with Daeja View

    Note: IBM Content Navigator is the which one embedded in IBM BAW 19

    Thanks in advance for your support

    Fabio



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Create a custom action to poen Deja viewer in editing mode

    Posted Fri July 31, 2020 05:40 AM

    Yes. This can be done by plugin. You can define a new menu and write your own code to trigger daeja viewer to open document.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Create a custom action to poen Deja viewer in editing mode

    Posted Fri July 31, 2020 07:38 AM

    Hi yuhanz1,

    do you a sample code or a reference to IBM documents/forum/kb?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Create a custom action to poen Deja viewer in editing mode

    Posted Fri July 31, 2020 09:21 AM

    Hi Fabio,

    You can find them here:

    Customizing and ExtendingIBM Content Navigator: http://www.redbooks.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg248055.html?Open

    Public sample plugin code:

    https://github.com/ibm-ecm/ibm-content-navigator-samples

    Thanks,

    Jason​



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration