FileNetIDM actions
Use the FileNetIDM actions to upload documents into an FileNet® Image Services library
The FileNetIDM actions integrate Datacap applications with the FileNet Image Services library. You run these actions to access the FileNet Image Services server, set up document attributes and folders on the server, and upload documents to the server for storage.
- AddAllImagesToDocument
Adds all Document Page object images to the Image Services document object. - AddFileToDocument
Adds a file to the current FileNet document. - AddPDFImageToDocument
Adds a PDF image file to the new FileNet document. - AddTIFImageToDocument
Adds a TIF image file to the new FileNet document. - CreateFolder
Creates a top-level FileNet folder. - FileNetDB_ADOConnect
Establishes an ActiveX Data connection object with FileNet. - FileNETDocID_SaveAsSmartParameter
Assigns the ID of the FileNet document to a variable of the bound object in the Document Hierarchy. - FileNETDocID_SetValue
Assigns the ID of the FileNet document to a child object of the bound object in the Document Hierarchy. - GetDocuments
Logs the names of the documents in the FileNet collection. - GetTopFolders
Lists the existing top-level folders in the log file of the task. - IndexProperty_ID_Component
Links the property of the FileNet document to an object of the Document Hierarchy. - IndexProperty_ID_DateComponent
Sets up the Date element of the processing index of the FileNet task. - IndexProperty_ID_Value
Assigns a constant value to a particular property of a FileNet document. - IndexProperty_LeftJUSTIFY
Left-justifies a value that is being assigned to a target property of the FileNet document. - IndexProperty_RightJUSTIFY
Right-justifies a value that is being assigned to a target property of the FileNet document. - IndexProperty_SmartParameter
Assigns a constant value to a particular property of a FileNet document. - Library_DMA_Initialize
Initializes but does not open the FileNet DMA library. - Library_DS_Initialize
Initializes a previously defined, active Document Services Library. - Library_IS_Initialize
Initializes a previously defined, active Image Services library. - Library_LogIn
Logs in to the Image Services library by using the user ID and Password parameter values. - Library_LogOff
Closes the FileNet connection to the Image Services library. - NewDocument
Sets up a new document and assigns a previously defined Document Class to it. - SaveDocToFolder
Saves the document into an existing folder of the open FileNet library. - Upload
Uploads the active FileNet document to the open FileNet library. - Upload_SetDelay
Controls the delay between upload retries. - Upload_SetNumAttempts
Sets the number of attempts to complete a failed Upload action. - UseIndexes_OFF
Turns off the Rulerunner indexing feature. - UseIndexes_ON
Allows the task to access the properties of the FileNet document and provide these values to the objects in the Document Hierarchy.
Parent topic: Global actions