Share via


BudgetTransactionMultiPost::checkExistingTransactionCodeForReversal Method [AX 2012]

Gets the budget transaction line for process of reversal.

Syntax

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

Run On

Called

Parameters

Return Value

Type: boolean
Returns the BudgetTransactionLine found by the provided BudgetTransactionId

See Also

Reference

BudgetTransactionMultiPost Class