Kofax DM API Bedienungsanleitung Seite 324

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 323
1 2 ... 319 320 321 322 323 324 325 326 327 328 329 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare