Share via


SalesConfirmDatesCommandStrategy::newParameters Method [AX 2012]

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

  • _skipConflictHandling
    Type: boolean
    A Boolean value that indicates whether warnings should be skipped; optional.

Return Value

Type: SalesConfirmDatesCommandStrategy Class
A SalesConfirmDatesCommandStrategy object.

See Also

Reference

SalesConfirmDatesCommandStrategy Class