Share via


SalesPickingListJournalCreate.noLinesForPosting Method [AX 2012]

Performs actions when no lines are selected for posting.

Syntax

protected void noLinesForPosting([boolean _throwError])

Run On

Server

Parameters

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

Exceptions

Exception Condition
Error

Posting has been canceled.

Remarks

This method informs the user that no lines are selected for posting.

See Also

Reference

SalesPickingListJournalCreate Class