PdsShelfLifeIDateChangeValidator.validateDateValueChanged Method [AX 2012]

Validates that the date change operation can be done based on existing shelf life reservation.

public boolean validateDateValueChanged(FieldId _fieldChanged, [boolean _isContextServerBound])

Run On

Server

Parameters

_fieldChanged
Type: FieldId Extended Data Type
The ID of the field being changed.
_isContextServerBound
Type: boolean
A Boolean value that indicates whether the validation request must be executed only on the server tier; optional.

Return Value

Type: boolean
true if the validation is successful and the dates can be changed; otherwise, false.

Community Additions

ADD
Show: