Share via


LedgerVoucher.numOfVouchers Method [AX 2012]

Returns the number of LedgerVoucherObject objects added to the LedgerVoucher.

Syntax

public Counter numOfVouchers()

Run On

Server

Return Value

Type: Counter Extended Data Type
The count of LedgerVoucherObject objects

Remarks

The count is increased when a LedgerVoucherObject is added by calling the addVoucher method.

See Also

LedgerVoucher Class

LedgerVoucher.addVoucher Method

LedgerVoucherObject Class