WHSWorkExecuteDisplay.addErrorLabelFromInfolog Method [AX 2012]

Adds an error message from the infolog to the specified container.

Syntax

protected container addErrorLabelFromInfolog(
    container _con, 
   [int _startInfologLine, 
    WHSRFColorText _color])

Run On

Called

Parameters

  • _con
    Type: container
    The container to add the error to.
  • _startInfologLine
    Type: int
    The starting line from which to retrieve the infolog message; optional.

Return Value

Type: container
The container updated with the error message.

See Also

Reference

WHSWorkExecuteDisplay Class