Share via


SalesCopying::copyServerIL Method [AX 2012]

Performs Sales Order copying server-side. In IL.

Syntax

server public static void copyServerIL(container _packedSalesOrderCopyingContract, boolean _isCreditNote)

Run On

Server

Parameters

  • _packedSalesOrderCopyingContract
    Type: container
    Packed SalesQuotationCopyingContract.
  • _isCreditNote
    Type: boolean
    Determines if copying is a credit note scenario.

Remarks

Executes call to method copyServer() in IL.

See Also

Reference

SalesCopying Class