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.
Finds not posted, marked kit assembly order for a sales line.
Syntax
server private static RetailKitOrder findMarkedAssemblyOrder(
SalesLine _salesLine,
InventTransOrigin _salesLineInventTransOrigin,
RetailKit _retailKit,
InventDimCombination _inventDimCombination)
Run On
Server
Parameters
- _salesLine
Type: SalesLine Table
The SalesLine to find the marked assembly order for.
- _salesLineInventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin of the sales line.
- _retailKit
Type: RetailKit Table
The kit used by the sales line.
- _inventDimCombination
Type: InventDimCombination Table
The kit variant used by the sales line.
Return Value
Type: RetailKitOrder Table
The found assembly order.