Share via


EUSalesListReportingEngine.validateHeader Method [AX 2012]

Performs validation on the EUSalesListReportingHeader record.

Syntax

protected boolean validateHeader(EUSalesListReportingHeader _euSalesListReportingHeader)

Run On

Called

Parameters

Return Value

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

Remarks

Descendant classes can override this method to perform custom validations, e.g., checking the field length of total amounts.

See Also

Reference

EUSalesListReportingEngine Class