Version_typist – Kofax DM API User Manual

Page 526

Advertising
background image

506 C

HAPTER

5

%VERSION_TYPIST

%VERSION_TYPIST

This token is used to identify the typist for the specified document
version.

Syntax

PCDDocObject.SetProperty(“%VERSION_TYPIST”,

strTypistName)

Parameters

Example

'Create a doc object.

Set pObj = CreateObject("PCDClient.PCDDocObject")


'Set the DM security token.

pObj.SetDST(strDST)


'Set the typist.

pDocObject.SetProperty("%VERSION_ TYPIST", “j_SMITH”)

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

%VESION_TYPIST

This token indicates that the typist
associated with the specified document
version is being specified.

strTypistName

The name of the typist, as shown in the

USER_ID column of the PEOPLE table
in the DM database.

Advertising