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
- _dataAreaId
Type: DataAreaId Extended Data Type
The DataAreaId value for the line.
- _requisitioner
Type: RefRecId Extended Data Type
The requisitioner for the line.
- _recievingOperatingUnit
Type: RefRecId Extended Data Type
The OMOperatingUnit value that receives the product.
- _externalCatalogQuote
Type: RefRecId Extended Data Type
The CatExternalCatalogQuote value for the line.
- _ecoResCategoryRecId
Type: RefRecId Extended Data Type
The ID of an EcoResCategory record that is associated with an external hosted catalog.
- _itemId
Type: ItemId Extended Data Type
The item ID.
- _productName
Type: Name Extended Data Type
The name.
- _productDescription
Type: Description Extended Data Type
The description.
- _qty
Type: Qty Extended Data Type
The quantity.
- _unitPrice
Type: Price Extended Data Type
The unit price.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.
- _sellingVendor
Type: VendAccount Extended Data Type
The selling vendor of the item
- _unitOfMeasure
Type: RefRecId Extended Data Type
The unit of measure.
Return Value
Type: CatCartLine Table
true if the new line is created; otherwise, false.