Share via


BudgetTransactionMultiPost.checkExistingBudgetTransaction Method [AX 2012]

Checks for existing inquired budget transaction in BudgetTransactionLine table on posting of budget transaction.

Syntax

public boolean checkExistingBudgetTransaction(BudgetTransactionType _budgetTransactionType)

Run On

Called

Parameters

Return Value

Type: boolean
true if inquired budget transactions exists; otherwise, false.

See Also

Reference

BudgetTransactionMultiPost Class