Share via


SalesBasketLine::modifySalesQty Method

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

  • _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.

See Also

Reference

SalesBasketLine Table