Share via


SalesLine::modifySalesQtyIL Method

Updates a SalesLine table buffer based on a changed sales quantity.

Syntax

server private static container modifySalesQtyIL(container _inputContract)

Run On

Server

Parameters

  • _inputContract
    Type: container
    A container with the SalesLine buffer, InventDim buffer, and the reset price value.

Return Value

Type: container
A container with the SalesLine table buffer.

Remarks

This method should only be called from Data Dictionary>Tables>SalesLine>Methods>modifySalesQty. This is to reduce client/server RPC, and to be able to run in IL.

See Also

Reference

SalesLine Table