BudgetTransactionMultiPost::checkExistingTransactionCodeForReversal Method [AX 2012]

Gets the budget transaction line for process of reversal.

client server public static boolean checkExistingTransactionCodeForReversal(
    BudgetTransactionId _budgetTransactionId, 
    RecId _primaryLedgerId, 
    BudgetCode _reversalTransactionCode)

Run On

Called

Parameters

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

Return Value

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