Share via


CatCartLine::createExternalQuoteProductLine Method

Creates a new line with a reference to a new CatExternalQuoteProductReference record.

Syntax

client server public static CatCartLine createExternalQuoteProductLine(
    DataAreaId _dataAreaId, 
    RefRecId _requisitioner, 
    RefRecId _recievingOperatingUnit, 
    RefRecId _externalCatalogQuote, 
    RefRecId _ecoResCategoryRecId, 
    ItemId _itemId, 
    Name _productName, 
    Description _productDescription, 
    Qty _qty, 
    Price _unitPrice, 
    CurrencyCode _currencyCode, 
    VendAccount _sellingVendor, 
    RefRecId _unitOfMeasure)

Run On

Called

Parameters

  • _ecoResCategoryRecId
    Type: RefRecId Extended Data Type
    The ID of an EcoResCategory record that is associated with an external hosted catalog.

Return Value

Type: CatCartLine Table
true if the new line is created; otherwise, false.

See Also

Reference

CatCartLine Table