FNP8_MultiPageDocs
Sets the upload mode to create a multiple page FileNet® P8 document.
Syntax
bool FNP8_MultiPageDocs(StrParam)
Parameters
Specifies whether the FileNet_MultiPageDocs action creates in IBM® FileNet Content Manager a single content element for all the Datacap document pages or one content element per Datacap document page.Returns
False if the parameter is blank or if the value of the parameter is invalid. Otherwise, True.Level
All levelsDetails
Set FNP8_MultiPageDocs to True to configure the upload actions to create one FileNet P8 document that contains multiple pages.
If the FNP8_MultiPageDocs action is set to True, the FNP8_Upload or FNP8_UploadDir actions place all of the pages that are listed the DCO object into a single FileNet P8 document. The default behavior for these actions is to create a FileNet P8 document for each individual page that is listed in the document DCO object.
- Example:
FNP8_MultiPageDocs("True") FNP8_Upload()