Share via


LedgerVoucher.parmcheckAuto Method [AX 2012]

Gets or sets whether the posting process should automatically call the check method to make a validation before it starts the posting process.

Syntax

protected boolean parmcheckAuto([boolean _checkAuto])

Run On

Server

Parameters

  • _checkAuto
    Type: boolean
    The value to set checkAuto to; optional.

Return Value

Type: boolean
The value of checkAuto.

Remarks

The default setting of this parameter is true.

See Also

Reference

LedgerVoucher Class