PurchYearEndProcess.createBudgetTransactionLines Method [AX 2012]

Creates the BudgetTransactionLine table records.

private void createBudgetTransactionLines(
    BudgetSourceInquiryDetails _budgetDetails, 
    RefRecId _budgetTransactionCode, 
    BudgetTransactionType _transactionType, 
    TransDate _transDate)

Run On

Called

Parameters

_budgetDetails
Type: BudgetSourceInquiryDetails Class
The BudgetDetails object contains the information for the new BudgetTransactionLine table records.
_budgetTransactionCode
Type: RefRecId Extended Data Type
_transactionType
Type: BudgetTransactionType Enumeration
A budget transaction type.
_transDate
Type: TransDate Extended Data Type
A date to set on transaction lines.

Community Additions

ADD
Show: