Share via


LedgerAccrualTrans_Fiscal.nextFreq Method [AX 2012]

Gets the date of the next accrual occurrence, based on the transaction date.

Syntax

protected TransDate nextFreq(TransDate _baseTransdate, [boolean _init])

Run On

Server

Parameters

  • _init
    Type: boolean
    A Boolean value: true if the data that is provided initializes the period search, and false for subsequent searches.

Return Value

Type: TransDate Extended Data Type
The date of the next occurrence of accrual.

See Also

Reference

LedgerAccrualTrans_Fiscal Class