RPayJournalFormTrans.datasourceValidateWritePost Method [AX 2012]

Validates data valid for posting.

Syntax

public boolean datasourceValidateWritePost(boolean _ret)

Run On

Client

Parameters

  • _ret
    Type: boolean
    The initial result, used for passing the result from previous validation.

Return Value

Type: boolean
true if validation passed without errors.

See Also

Reference

RPayJournalFormTrans Class