PdsShelfLifeDateChangeValidatorBase.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
ServerParameters
- _fieldChanged
- Type: FieldId Extended Data Type
The ID of the field that is 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: booleantrue if the validation is successful and the dates can be changed; otherwise, false.
Community Additions
ADD
Show: