SalesCalcAvailableDlvDates.doValidateWrite Method [AX 2012]

Determines whether changes have been made to fields that influence the delivery date control.

Syntax

protected abstract boolean doValidateWrite()

Run On

Called

Return Value

Type: boolean
true if changes have been made to fields that influence the delivery date control; otherwise, false.

Remarks

This method returns true if changes have been made to these fields. The method is called from the validateWritePrompt Method to determine whether to perform the validation or delivery date control.

See Also

Reference

SalesCalcAvailableDlvDates Class