BudgetTransactionPost.checkLine Method [AX 2012]

Checks whether a BudgetTransactionLine record can be posted.

private boolean checkLine(BudgetTransactionLine _budgetTransactionLine)

Run On

Called

Parameters

_budgetTransactionLine
Type: BudgetTransactionLine Table
The table buffer to check.

Return Value

Type: boolean
true if the line is valid for posting; otherwise, false.

Community Additions

ADD
Show: