Share via


RTax25StdChannel_Deferral.deferralsLedgerVoucher Method [AX 2012]

Creates a new instance of the ledgerVoucher class and initializes several internal variables with information from a original transactions.

Syntax

public LedgerVoucher deferralsLedgerVoucher(RDeferralsTable _deferralsTable, [boolean _allocate])

Run On

Server

Parameters

  • _allocate
    Type: boolean
    A Boolean value that determines whether the allocation is ON.

Return Value

Type: LedgerVoucher Class
a new instance of the ledgerVoucher class

Exceptions

Exception Condition
Error

if the transaction date is not identified

See Also

Reference

RTax25StdChannel_Deferral Class