SalesLine::initFromInventTableIL Method
Updates a SalesLine table buffer that is based on an item.
Syntax
client server private static container initFromInventTableIL(container _inputContract)
Run On
Called
Parameters
- _inputContract
Type: container
A container with the SalesLine buffer and the InventTable buffer from which to initialize the SalesLine table buffer.
Return Value
Type: container
The initialized SalesLine record.
Remarks
This method should only be called from Data Dictionary>Tables>SalesLine>Methods>initFromInventTable, and the method should be run in IL.