RetailContosoDemoDataHelper::createDistinctProductVariantTranslation Method [AX 2012]

server public static void createDistinctProductVariantTranslation(
    EcoResProductNumber _productMasterNumber, 
    EcoResConfigurationName _configurationName, 
    EcoResSizeName _sizeName, 
    EcoResColorName _colorName, 
    EcoResProductName _productName, 
   [EcoResDescription _productDescription, 
    LanguageId _languageId])

Run On

Server

Parameters

_productMasterNumber
Type: EcoResProductNumber Extended Data Type
_configurationName
Type: EcoResConfigurationName Extended Data Type
_sizeName
Type: EcoResSizeName Extended Data Type
_colorName
Type: EcoResColorName Extended Data Type
_productName
Type: EcoResProductName Extended Data Type
_productDescription
Type: EcoResDescription Extended Data Type
_languageId
Type: LanguageId Extended Data Type
Show: