RetailCatalogManager.calculateSelectedProductAttributeValues Method [AX 2012]

Calculate product attribute values.

public void calculateSelectedProductAttributeValues(
    RetailTmpPubProductAttributeValue _tmpPubProductAttributeValue, 
    RetailCatalogProductMap _catalogProductIncludeMaster, 
    RetailTmpCatalogInternalOrgAttribute _tmpCatalogInternalOrgAttribute, 
    RetailTmpInternalOrgLanguage _tmpInternalOrgLanguage, 
   [boolean _requiredCheckOnly, 
    boolean _usePublished])

Run On

Called

Parameters

_tmpPubProductAttributeValue
Type: RetailTmpPubProductAttributeValue Table
temp product attribute value.
_catalogProductIncludeMaster
Type: RetailCatalogProductMap Map
Catalog products including product masters.
_tmpCatalogInternalOrgAttribute
Type: RetailTmpCatalogInternalOrgAttribute Table
Catalog internal organization attributes.
_tmpInternalOrgLanguage
Type: RetailTmpInternalOrgLanguage Table
Internal organization languages.
_requiredCheckOnly
Type: boolean
Whether to check required attributes only.
_usePublished
Type: boolean
Whether to use published or draft attribute values.

The product attribute values come from multiple sources.

Community Additions

ADD
Show: