Share via


LedgerVoucher.addTrans Method [AX 2012]

Adds an instance of the LedgerVoucherTransObject class to the collection of transactions.

Syntax

public boolean addTrans(LedgerVoucherTransObject _transaction)

Run On

Server

Parameters

Return Value

Type: boolean
true, if the object was added without errors; otherwise, false.

See Also

LedgerVoucher Class

LedgerVoucherTransObject Class