method CloneField(Table: Object, SourceFieldName: String[, DestinationFieldName: String]): Object
This copies a specified field from another table. If DestinationFieldName is not specified then SourceFieldName is used.
CloneField method syntax has these named arguments:
Parameter |
Description |
|---|---|
Table |
Required. The table containing the field to be cloned. |
Source Field Name |
Required. The field to be cloned. |
Destination Field Name |
Optional. The name of the field to clone the Source Field to. If not provided, Source Field Name is used. |