PurchReqLine::initNonCatalogItemServer Method
Initializes a new purchase requisition line by using the selected non-catalog item.
Syntax
server private static container initNonCatalogItemServer(
container _con,
container _conNonCatalogItem,
LineNum _lineNum)
Run On
Server
Parameters
- _con
Type: container
A container that has the packed PurchReqLine record to be initialized.
- _conNonCatalogItem
Type: container
A container that has the packed non-catalog item.
- _lineNum
Type: LineNum Extended Data Type
The line number for a new purchase requisition line.
Return Value
Type: container
A container that has the packed PurchReqLine record.