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

ICN Step Processor Customization

  • 1.  ICN Step Processor Customization

    Posted Fri July 29, 2022 05:15 PM

    We have attachments as shown below in the screenshot. We are looking to customize the WF attachments pane (i.e the step processor) such that only the selected (highlighted) attachments are considered/moved to the next step when the user takes an action (ex. complete or send email). How can we do this?

    We were following the following URL and we can’t find a suitable method to do so. Is it possible at all to select only few attachments from the workflow attachments pane?

    https://www.ibm.com/docs/en/content-navigator/3.0.x?topic=SSEUEX_3.0.8/com.ibm.developingeuc.doc/doc/JavaScriptdoc/symbols/ecm.widget.process.WorkItemAttachmentsPane.html



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: ICN Step Processor Customization

    Posted Mon August 01, 2022 09:17 PM

    Unfortunately, the screenshot you mentioned in your question is not displayed.

    Which step processor are you planning to customize?

    Is this for the IBM FileNet Content Manager (P8) or iBM Content Manager (CM8) content repository?

    In the P8 OOTB step processors, the user should manually remove any documents or folders from the attachments that are exposed at the current step. This is performed via the P8WorkAttachmentToolbar actions, which make changes to the ContentList. This will call the _updateFromContentItem() function in WorkItem.js.

    Please note that the user will not be able to edit any read-only attachment parameters. If your custom step processor updates read-only step parameters, then an error will be returned when you try to save the changes.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration