JmgTransferTimecard.error Method [AX 2012]

Shows an error message to the user.

Syntax

private void error(str _errorMessage)

Run On

Called

Parameters

  • _errorMessage
    Type: str
    The error message to show.

Exceptions

Exception Condition
Error

Throws the error message as an exception if the ThrowError parameter is set.

See Also

Reference

JmgTransferTimecard Class