AxInternalBase.continueOnError Method [AX 2012]

Identifies whether the code should continue when an error is found in the AxBC table class in validating the record.

Syntax

public boolean continueOnError([boolean _continueOnError])

Run On

Called

Parameters

  • _continueOnError
    Type: boolean
    Boolean

Remarks

The continueOnError method is created because the Axd framework must collect as many errors as possible before the XML document is rejected when the Axd framework is used for deserializing data into the database.

See Also

Reference

AxInternalBase Class