BankStatementViewModel.dsStatementValidateWritePost Method [AX 2012]

Handles the validateWrite event of the BankStmtISOAccountStatement record.

Syntax

public boolean dsStatementValidateWritePost(boolean _ret)

Run On

Called

Parameters

  • _ret
    Type: boolean
    Indicates whether the validation is passed for super method.

Return Value

Type: boolean
true if validation is passed; otherwise, false.

See Also

Reference

BankStatementViewModel Class