Kofax DM API Manual de usuario Pagina 324

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 323
%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.
Vista de pagina 323
1 2 ... 319 320 321 322 323 324 325 326 327 328 329 ... 527 528

Comentarios a estos manuales

Sin comentarios