Share via


BudgetAllocateByTerm.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 record buffer that needs details such as the budget transaction header, currency, and date from the source budget transaction line.

See Also

Reference

BudgetAllocateByTerm Class