Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.