Share via


Tax1099Fields.transferRecord Method

Function transfers one box field's information to a new box field.

Updates old record (from) with new record information (to) in order to maintain RecID foreign key links

Syntax

private void transferRecord(
    Tax1099Box _fromTax1099Box, 
    Tax1099Box _toTax1099Box, 
    Tax1099Type _tax1099Type)

Run On

Called

Parameters

Remarks

Both records must be of the same _tax1099Type.

Both records MUST EXIST in Tax1099Fields for updates to happen.

See Also

Reference

Tax1099Fields Table