FNP8_SetDocClassId

Sets the FileNet® P8 document class for the uploaded files.

Syntax

bool FNP8_SetDocClassId(StrParam)
Start of change

Parameters

A string or Smart Parameter identifying the value of the Document Class ID.

The allowed predefined variables are: @BATCHID, @ID, @STATUS, @TYPE, @VALUE, @JOBID, @JOBNAME, @OPERATOR, @STATION, @TASKID, @TASKNAME and @name.

End of change

Returns

False if DC_P8_Server.dll was not successfully installed on this computer, or if parameter is not a string. Otherwise, True.

Level

All levels.

Details

Sets the Document Class to be used in FileNet P8 for the documents being uploaded. If this action is not called, the default value of Document is used.
Example
FNP8_SetDocClassId("Document")