RetailStatementPost.checkStatement Method [AX 2012]

Validates the statement before it posts.

Syntax

public boolean checkStatement()

Run On

Server

Return Value

Type: boolean
true if the statement is valid; otherwise false.

Remarks

This method creates an instance of the RetailStatementPostChecker class to validate the statement.

See Also

Reference

RetailStatementPost Class