SalesLine::modifySalesQty Method
Updates a SalesLine table buffer based on changed sales quantity.
Syntax
server public static void modifySalesQty(
SalesLine _salesLine,
InventDim _inventDim,
[boolean _resetPrice])
Run On
Server
Parameters
- _salesLine
Type: SalesLine Table
A SalesLine table buffer.
- _inventDim
Type: InventDim Table
A InventDim table buffer.
- _resetPrice
Type: boolean
A Boolean value that specifies whether to reset price and discounts; optional.