Share via


RetailTransactionServiceProduct::getProductsByKeywordQuery Method [AX 2012]

Syntax

client server private static Query getProductsByKeywordQuery(
    RetailChannelRecId _currentChannelRecId, 
    str _keyword, 
    str _orderByField, 
    SortOrder _sortOrder, 
    LanguageId _languageId, 
    RetailChannelRecId _otherChannelRecId, 
    CatalogRefRecId _catalogRecId)

Run On

Called

Parameters

  • _keyword
    Type: str
  • _orderByField
    Type: str

See Also

Reference

RetailTransactionServiceProduct Class