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
- _fromTax1099Box
Type: Tax1099Box Extended Data Type
The value of the Tax1099 box we are coming from.
- _toTax1099Box
Type: Tax1099Box Extended Data Type
The value of the Tax1099 box we are going to and the record that will actually be deleted.
- _tax1099Type
Type: Tax1099Type Enumeration
The tax1099Type value the boxes must share.
Remarks
Both records must be of the same _tax1099Type.
Both records MUST EXIST in Tax1099Fields for updates to happen.