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.
Modifies the sales quantity for the sales basket line taking into account the item sales settings.
Syntax
server public static void modifySalesQty(SalesBasketLine _salesBasketLine, InventDim _inventDim)
Run On
Server
Parameters
- _salesBasketLine
Type: SalesBasketLine Table
A sales basket line to process.
- _inventDim
Type: InventDim Table
Inventory dimensions for which to find item settings.
Remarks
In the customer self-service scenario the method takes into account the related customer self-service parameters.
See ECPParameters table.
For non customer self-service scenario item sales quantity settings are always checked.