Posts

Showing posts from April, 2018

IBM FileNet: Bulk Processing using JavaScript

IBM FileNet: Bulk Processing using JavaScript The IBM FileNet Content Platform Engine server uses the Mozilla Rhino scripting engine to execute the JavaScript. Prerequisites for running the JavaScript examples: Content Platform Engine 5.2.0 or later Downloading document content    This JavaScript example downloads the document content to a specified directory. Because the JavaScript code is executed on a Content Platform Engine server, the content download directory that you specify in the code must exists on the CPE server and should have write permissions  Procedure Open an object store and create an object store search. On the  SQL view  tab, enter the following query: SELECT TOP 100 This FROM Document   Select  Enable bulk action  on the bulk action tab.  In the  Script  section, click  Run script .  Copy the following JavaScript code and paste it into the  Script  field:  im...