Share via


Tax1099Report2Disc.update_STotals Method [AX 2012]

Copies the Tax1099Summary amount fields to the Tax1099IRSPayerRec table for 1099-S.

Syntax

private void update_STotals(
    Tax1099Fields tax1099Fields, 
    Tax1099IRSPayerRec localIRSPayerRec, 
    Tax1099Summary tax1099Summary)

Run On

Called

Parameters

  • tax1099Fields
    Type: Tax1099Fields Table
    A Tax1099Fields record that is used to indicate the particular amount fields to copy.
  • tax1099Summary
    Type: Tax1099Summary Table
    The Tax1099Summary record from which the specified amount fields are copied.

Remarks

These amount fields are used to output the Record C information to the export file.

See Also

Reference

Tax1099Report2Disc Class