Checkin_date – Kofax DM API User Manual

Page 324

Advertising
background image

%CHECKIN_DATE

This token is used in the

Update

method that the

PCDDocObject

objec t supports when the object is being checked out or locked.

Syntax

PCDDocObject.SetProperty( _

“%CHECKIN_DATE”, dteDueDate)

Parameters

Example

pDocObject = CreateObject("PCDClient.PCDDocObject.1")


'Set the expected check-in date.

expDate = "" + getFormValue( "checkoutdocact", "ExpectedDate" )

If ( expDate.length > 0 ) Then

pDocObject.SetProperty ( "%CHECKIN_DATE", expDate )

End If

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the following tokens:

%CHECKOUT_COMMENT

%ELAPSED_TIME

%CHECKIN_DATE

The token identifier that indicates check-
in data is being set.

dteDueDate

A date variable that contains the check-
in date value.

Advertising