RetailAttributeHelper::getStandardAttributeValueTranslation Method [AX 2012]

Retrieves standard attribute value for a product.

client server public static AttributeValueText getStandardAttributeValueTranslation(
    RetailStandardAttributeID _standardAttributeID, 
    RefRecId _product, 
    LanguageId _language)

Run On

Called

Parameters

_standardAttributeID
Type: RetailStandardAttributeID Enumeration
Identifier of the standard attribute.
_product
Type: RefRecId Extended Data Type
Identifier of the product.
_language
Type: LanguageId Extended Data Type
Identifier of the language.

Return Value

Type: AttributeValueText Extended Data Type
The value of the standard attribute for the product.
Show: