SalesConfirmDatesCommandStrategy.haveConflict Method [AX 2012]
Validates the confirmed dates and determines whether a conflict exists.
Syntax
protected boolean haveConflict(SalesDeliveryDateControlMap _salesDeliveryDateControlMapCallerOrig, SalesDeliveryDateControlMap _salesDeliveryDateControlMapCaller)
Run On
Server
Parameters
- _salesDeliveryDateControlMapCallerOrig
Type: SalesDeliveryDateControlMap Map
A SalesDeliveryDateControlMap map that represents a record before confirmed dates are set.
- _salesDeliveryDateControlMapCaller
Type: SalesDeliveryDateControlMap Map
A SalesDeliveryDateControlMap map that represents a record for which confirmed dates might have been set.
Return Value
Type: boolean
true if the confirmed dates are valid; otherwise, false.