BankStatementViewModel.dsGroupHeaderValidateWritePost Method [AX 2012]

Handles the validateWrite event of the BankStmtISOGroupHeader record.

Syntax

public boolean dsGroupHeaderValidateWritePost(boolean _ret)

Run On

Called

Parameters

  • _ret
    Type: boolean
    A Boolean value that 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