Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes or updates the Tax1099Detail record of a transaction when the 1099 box changes.
Syntax
client server public static Tax1099RecId deleteOrClear1099Detail(Tax1099Box _tax1099Box, Tax1099RecId _tax1099RecId)
Run On
Called
Parameters
- _tax1099Box
Type: Tax1099Box Extended Data Type
The 1099 box for the 1099 detail record.
- _tax1099RecId
Type: Tax1099RecId Extended Data Type
The 1099 detail record to update.
Return Value
Type: Tax1099RecId Extended Data Type
The record ID of the Tax1099Detail record; otherwise, zero if the record has been deleted.
Remarks
The caller should set its Tax1099RecId equal to this return value.