Share via


FormletterJournalCreate.showPostingCanceledError Method [AX 2012]

Performs actions when posting is canceled.

Syntax

protected void showPostingCanceledError([boolean _throwError])

Run On

Server

Parameters

  • _throwError
    Type: boolean
    A Boolean value that indicates whether the error message should be thrown as an exception.

Exceptions

Exception Condition
Error

Posting has been canceled.

Remarks

Informs the user that posting was not completed.

See Also

Reference

FormletterJournalCreate Class