CopyFieldToField

Copies the value of the current field to a specified field.

Syntax

bool CopyFieldToField (strParam)

Parameters

The name of the target Field object of the Document Hierarchy. Smart parameters are supported.

Returns

False, if the parameter does not match the name of a Field object. Otherwise, True.

Level

Field level.

Details

Copies the captured value of the current Field object to the Field object designated as the parameter of the action.
Example
If the current field's value is "1/1/05"

CopyFieldToField("Date")

assigns "1/1/05" (without the quotation marks) to the Document Hierarchy's Date field.