Share via


BudgetAllocateByPeriod.copyBudgetTransactionLineDetails Method [AX 2012]

Copies some of the budget transaction line details from the source budget transaction line to the new line.

Syntax

protected void copyBudgetTransactionLineDetails(BudgetTransactionLine _budgetTransactionLineNew)

Run On

Called

Parameters

  • _budgetTransactionLineNew
    Type: BudgetTransactionLine Table
    A BudgetTransactionLine buffer that needs details like budget transaction header, ledger account, and currency from the source budget transaction line.

See Also

Reference

BudgetAllocateByPeriod Class