Share via


CatCartLine::createCategoryProductLine Method

Creates a new line with a reference to a new category product.

Syntax

client server public static CatCartLine createCategoryProductLine(
    EcoResProductName _productName, 
    ItemFreeTxt _productDescription, 
    PurchQty _qty, 
    RefRecId _ecoResCategory, 
    LineAmount _lineAmount, 
    RefRecId _displayCategory, 
   [CurrencyCode _currencyCode, 
    VendAccount _sellingVendor, 
    RefRecId _unitID])

Run On

Called

Parameters

  • _ecoResCategory
    Type: RefRecId Extended Data Type
    The procurement category for the line, which is a reference to the EcoResCategory table.

Return Value

Type: CatCartLine Table
The new record of the cartLine table.

See Also

Reference

CatCartLine Table