RetailTransactionService::getProductData Method [AX 2012]

Gets the product details based on item ID range.

Syntax

client server public static container getProductData(
    str _rangeValue, 
   [boolean _includeDataSourceMap, 
    str _rangeFieldName])

Run On

Called

Parameters

  • _rangeValue
    Type: str
    The range value of the search critieria field for which product details need to be fetched.
  • _includeDataSourceMap
    Type: boolean
    Whether to include the mapping from data source names to table names.
  • _rangeFieldName
    Type: str
    The search critieria field name.

Return Value

Type: container
A container having the product details in a XML string.

See Also

Reference

RetailTransactionService Class