Share via


FiscalDocument_BR::findByVoucherAndDate Method

Finds the FiscalDocument_BR record by Voucher and AccountingDate passed in as parameter.

Syntax

client server public static FiscalDocument_BR findByVoucherAndDate(
    Voucher _voucher, 
    TransDate _accountingDate, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: FiscalDocument_BR Table
A record in the FiscalDocument_BR table; otherwise, an empty record.

See Also

Reference

FiscalDocument_BR Table