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
- _voucher
Type: Voucher Extended Data Type
The ledger voucher of the FiscalDocument
- _accountingDate
Type: TransDate Extended Data Type
The accounting date of the FiscalDocument
- _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.