Share via


AxBudgetTransactionLine.validateField Method [AX 2012]

Calls the validateField method for the current BudgetTransactionLine record.

Syntax

protected void validateField(FieldId _field)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

An error was found when the record was validated.

Remarks

This method overrides the base implementation so this AxBudgetTransactionLine instance can be passed to the BudgetTransactionLine.validateField table method.

See Also

Reference

AxBudgetTransactionLine Class