CzTaxDocumentTable::find Method
Finds the CzTaxDocumentTable record that is linked to the provided ledger voucher.
Syntax
server public static CzTaxDocumentTable find(
Voucher _voucher,
TransDate _date,
[boolean _forUpdate])
Run On
Server
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher id.
- _date
Type: TransDate Extended Data Type
The voucher date.
- _forUpdate
Type: boolean
Whether or not to select the record for update.
Return Value
Type: CzTaxDocumentTable Table
The linked CzTaxDocumentTable record.