Share via


RetailCatalogProductAttributeFormHelper.addProductAttributeControls Method [AX 2012]

Adds controls to a FormGroupControl based on RetailTmpCatalogProductAttributes records.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void addProductAttributeControls(
            FormGroupControl _groupControl, 
            RetailProductAttributeRelationType _attributeSourceType, 
           [RetailInternalOrgRefRecId _internalOrgRefRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void addProductAttributeControls(FormGroupControl _groupControl, RetailProductAttributeRelationType _attributeSourceType)

Run On

Called

Parameters

Remarks

The created controls are initialized according to RetailTmpCatalogProductAttributes.Value.

See Also

Reference

RetailCatalogProductAttributeFormHelper Class