Share via


SalesCalcAvailableDlvDates::validateWrite Method [AX 2012]

Verifies whether delivery dates are valid upon a record being inserted or updated.

Syntax

server public static boolean validateWrite(Common _common)

Run On

Server

Parameters

  • _common
    Type: Common Table
    The record upon which delivery dates are checked.

Return Value

Type: boolean
true if there are no conflicts with delivery dates and record can be saved; otherwise, false.

Remarks

This method ensures the logic is executed on the server and will not show the validation dialog.

See Also

Reference

SalesCalcAvailableDlvDates Class