Share via


LedgerVoucher.isAccountingDateValid Method [AX 2012]

Gets a value that indicates whether the accounting date and fiscal calendar period combination is valid.

Syntax

public boolean isAccountingDateValid(TransDate _accountingDate, FiscalCalendarPeriodRecId _fiscalCalendarPeriodRecId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the accounting date and fiscal calendar period combination is valid; otherwise, false.

See Also

Reference

LedgerVoucher Class