SetFingerprint

Sets a newly created fingerprint's Fingerprint Class and Fingerprint Class ID values.

Syntax

bool SetFingerprint(StrParam)

Parameters

A two-part, comma-separated value consisting of:
  1. The Fingerprint Class value. Alternatively, the name of the Field on this page that specifies the Fingerprint Class.
  2. Optional. The Fingerprint ID value. Alternatively, the name of the Field on this page that specifies the Fingerprint ID.

Smart parameters are supported.

Returns

False if either parameter is invalid. Otherwise, True.

Level

Page level only.

Details

This action has been replaced by the action SetFingerprint in the AutomaticDocumentFingerprinting action library. It is recommended that this action is no longer used because it will be removed in a future release.

Sets a newly created fingerprint's Fingerprint Class and Fingerprint Class ID values.

After the mandatory Fingerprint Class value and optional Fingerprint Class ID have been manually assigned by a fingerprint creation task, this action places these values into the Host table of the application's Fingerprint database - as RefName and RefID values.

Example
SetFingerprint("@P\VendorName,@P\VendorID")

In this example, runtime values of the VendorName and VendorID Field objects will populate the Host table of the application's Fingerprint Database. Alternative method: SetFingerprint("@VendorName,@VendorID")