BudgetControlResult.initialize Method [AX 2012]
Initializes the BudgetControlResult class.
Syntax
public void initialize(
BudgetCheckResult _result,
BudgetControlErrorWarningType _errorWarningType,
BudgetControlErrorWarning _errorWarning,
Set _errorMessages,
Set _warningMessages)
Run On
Called
Parameters
- _result
Type: BudgetCheckResult Enumeration
An indicator of the result of the check for budget available.
- _errorWarningType
Type: BudgetControlErrorWarningType Enumeration
An indicator of the budget control error or the warning type of the budget source.
- _errorWarning
Type: BudgetControlErrorWarning Enumeration
An indicator of the budget control error or the warning of the budget source.
- _errorMessages
Type: Set Class
A Set object that contains error messages resulting from the check for budget available.
- _warningMessages
Type: Set Class
A Set object that contains warning messages that result from the check for budget available.