Configuring FileNet P8 Connector actions
You must create an Export ruleset and configure its rules and functions with FileNet® P8 Connector actions to upload documents from Datacap applications into Content Engine.
About this task
Procedure
To configure FileNet P8 Connector actions:
Example
The following example describes an Export To P8 ruleset that logs on to the Content Engine server. Then, it uploads a single page document into the Content Engine repository.
The ruleset contains the Connect to CE and AddDocument rules. The Connect to CE rule contains the Logon function and actions you must run to make the connection to Content Engine. The AddDocument rule contains the AddPage function with actions that define the title and format of the page, and upload the page.
Export
To P8 ruleset
- Connect to CE rule
- Logon function
- FNP8_SetURL("http://MyServer:9080/wsdl/FNCEWS40MTOM")
- FNP8_Login("P8Admin UserID,P8Admin Password")
- FNP8_SetLocale("en_US")
- FNP8_SetTargetClassID("ObjectStore")
- FNP8_SetTargetObjectID("ObjectStoreName")
- FNP8_SetDestinationFolder("/mydestfolder")
- Logon function
- AddDocument rule
- AddPage function
- FNP8_SetDocTitle("@ID")
- FNP8_SetDocType("TIF")
- FNP8_Upload()
- AddPage function