RLedgerTurnoverType.findFacture Method [AX 2012]
Finds the facture journal for the particular voucher and transaction date.
Syntax
protected boolean findFacture(TransDate _transDate, Voucher _voucher)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The transaction date.
- _voucher
Type: Voucher Extended Data Type
The transaction voucher.
Return Value
Type: boolean
true if the facture journal has been found; otherwise, false.