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.
Initializes a new instance of the SalesConfirmDatesCommandStrategy class.
Syntax
server public static SalesConfirmDatesCommandStrategy newParameters(
SalesDeliveryDateControlType _deliveryDateControlTypeForced,
[SalesShippingDateLatestAllowed _shippingDateLatestAllowed,
SalesShippingDateConfirmed _shippingDateConfirmedFixed,
boolean _skipConflictHandling])
Run On
Server
Parameters
- _deliveryDateControlTypeForced
Type: SalesDeliveryDateControlType Enumeration
An enumeration value that contains a forced date delivery control type.
- _shippingDateLatestAllowed
Type: SalesShippingDateLatestAllowed Extended Data Type
A date value that contains the latest allowed shipping date; optional.
- _shippingDateConfirmedFixed
Type: SalesShippingDateConfirmed Extended Data Type
A date value that contains a fixed confirmed ship date; optional.
- _skipConflictHandling
Type: boolean
A Boolean value that indicates whether warnings should be skipped; optional.
Return Value
Type: SalesConfirmDatesCommandStrategy Class
A SalesConfirmDatesCommandStrategy object.