Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the confirmed dates and indicates 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.