Configuring FileNet Image Services Connector actions
You must create an Export ruleset and configure its rules and functions with FileNet Image Services Connector actions to upload documents from Datacap applications into a FileNet Image Services library.
Before you begin
About this task
Procedure
To configure FileNet Image Services Connector actions:
- Verify the URL of the library into which you want to export documents.
- Add the FileNet Image Services Connector actions (FileNetIDM.RRX) to the Export rulesets.
Example
The following example describes an Export To IS ruleset that logs on to FileNet Image Services and uploads a single page document into the library.
The ruleset contains the Connect to IS, CreateDocument, and AddDocument rules. The Connect to IS rule contains the Logon function and actions you must run to make the connection to the FileNet Image Services library. The AddDocument rule contains the AddPage function with actions that define the title and format of the page, and upload the page.
- Connect to IS rule
- Logon function
- Library_IS_Initialize(ISLibrary:Datacap:FileNet)
- Library_Login("userID,password")
- Logon function
- AddDocument rule
- AddPage function
- NewDocument("1040EZtwo")
- AddFileToDocument(C:\Datacap\MSQW\Process\FNLog.log)
- Upload()
- AddPage function