RetailKitAssemblyOrder::syncSalesLine Method [AX 2012]
Synchronizes an assembly order with a sales line.
server public static void syncSalesLine(SalesLine _salesLine, [boolean _initialSync])
Run On
ServerParameters
- _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.
Show: