Share via


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

  • _forUpdate
    Type: boolean
    Whether or not to select the record for update.

Return Value

Type: CzTaxDocumentTable Table
The linked CzTaxDocumentTable record.

See Also

Reference

CzTaxDocumentTable Table