BudgetTransactionMultiPost::getBudgetTransactionLineForReversal Method [AX 2012]

Gets the budget transaction line for process of reversal.

client server public static BudgetTransactionLine getBudgetTransactionLineForReversal(BudgetTransactionId _budgetTransactionId, RecId _primaryLedgerId)

Run On

Called

Parameters

_budgetTransactionId
Type: BudgetTransactionId Extended Data Type
BudgetTransactionId to find the respective budget transaction.
_primaryLedgerId
Type: RecId Extended Data Type
PrimaryLedgerId to find the respective budget transaction.

Return Value

Type: BudgetTransactionLine Table
Returns the BudgetTransactionLine found by the provided BudgetTransactionId
Show: