LedgerJournalCheckPost.taxWithholdGetCheckNum_IN Method [AX 2012]
Read the LedgerJournalTrans buffer to get the cheque number.
Syntax
private BankNegInstNum taxWithholdGetCheckNum_IN(
CustVendPaymFeeId _custVendPaymFeeId,
Voucher _voucher,
TransDate _transDate)
Run On
Server
Parameters
- _custVendPaymFeeId
Type: CustVendPaymFeeId Extended Data Type
FeeId used to find the record from LedgerJournalTrans table.
- _voucher
Type: Voucher Extended Data Type
Voucher used to find the record from LedgerJournalTrans table.
- _transDate
Type: TransDate Extended Data Type
TransDate used to find the record from LedgerJournalTrans table.
Return Value
Type: BankNegInstNum Extended Data Type
Return the check number for the found tranaction.