PurchReqLine::initCatalogItemServer Method

Initializes a new purchase requisition line with the item that is selected from the catalog.

Syntax

server private static container initCatalogItemServer(
    container _con, 
    InventTable _catalogItem, 
    LineNum _lineNum, 
    SequenceNumber _sequenceNumber, 
    CurrencyCode _currencyCode)

Run On

Server

Parameters

  • _con
    Type: container
    A container that has the packed PurchReqLine record to be initialized.

Return Value

Type: container
A container that has the packed PurchReqLine record.

See Also

Reference

PurchReqLine Table