BudgetControlResultCollection.infoLogErrorWarningMessages Method [AX 2012]

Displays the error and warning messages of the budget check results in the Infolog.

Syntax

public void infoLogErrorWarningMessages(boolean _includeErrors, boolean _includeWarnings)

Run On

Called

Parameters

  • _includeErrors
    Type: boolean
    A Boolean that indicates whether to display error messages.
  • _includeWarnings
    Type: boolean
    A Boolean that indicates whether to display warning messages.

See Also

Reference

BudgetControlResultCollection Class