Share via


RetailKitAssemblyOrder::syncSalesLine Method [AX 2012]

Synchronizes an assembly order with a sales line.

Syntax

server public static void syncSalesLine(SalesLine _salesLine, [boolean _initialSync])

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The sales line to synchronize an assembly order with.
  • _initialSync
    Type: boolean
    Boolean flag indicating whether it's a first synchronization. On initial synchronization the check for existing assembly order is skipped.

See Also

Reference

RetailKitAssemblyOrder Class