Share via


BudgetAllocateByPeriod.determineTransactionDate Method [AX 2012]

Calculates the transaction date for the new budget transaction lines by creating an instance of the Futures class that has the budget allocation starting date, frequency, and frequency code.

Syntax

protected TransDate determineTransactionDate(LedgerAllocateTrans _ledgerAllocateTrans)

Run On

Called

Parameters

  • _ledgerAllocateTrans
    Type: LedgerAllocateTrans Table
    An instance of the LedgerAllocateTrans table which is used in creating the Futures class instance for getting the next transaction date based on the frequency and the frequency code.

Return Value

Type: TransDate Extended Data Type
A TransDate object that uses the Futures class instance for the new budget transaction line.

See Also

Reference

BudgetAllocateByPeriod Class