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
- _budgetTransactionType
Type: BudgetTransactionType Enumeration
The _budgetTransactionType of the budget transaction to post.
Return Value
Type: boolean
true if inquired budget transactions exists; otherwise, false.