EUSalesListReportingEngine.validateEUSalesListLine Method [AX 2012]

Performs validation on the individual EU sales list lines.

protected boolean validateEUSalesListLine(EUSalesList _euSalesList)

Run On

Called

Parameters

_euSalesList
Type: EUSalesList Table
The EUSalesList table buffer.

Return Value

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

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

Community Additions

ADD
Show: