Share via


LedgerJournalEngine::createBudgetCreateTransfer Method [AX 2012]

Creates an instance of BudgetCreateTransfer class based on the specified LedgerJournalTrans record.

Syntax

client public static BudgetCreateTransfer createBudgetCreateTransfer(LedgerJournalTrans _ledgerJournalTrans)

Run On

Client

Parameters

Return Value

Type: BudgetCreateTransfer Class
An instance of the BudgetCreateTransfer class.

Exceptions

Exception Condition
Error

The LedgerJournalTrans ledger journal type is not allocation, post fixed assets, daily or project expenses.

Remarks

The BudgetCreateTransfer class instance contains the necessary default values to start the BudgetCreateTransfer form that is based on a LedgerJournalTrans record.

See Also

Reference

LedgerJournalEngine Class