RetailCatalogProductAttributeFormHelper.addProductAttributeControls Method [AX 2012]

Adds controls to a FormGroupControl based on RetailTmpCatalogProductAttributes records.

NoteNote

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

_groupControl
Type: FormGroupControl Class
The FormGroupControl to add the controls to.
_attributeSourceType
Type: RetailProductAttributeRelationType Enumeration
Type of attribute source for which controls are to be created - filter on RetailTmpCatalogProductAttributes.AttributeSourceType.
_internalOrgRefRecId
Type: RetailInternalOrgRefRecId Extended Data Type

The created controls are initialized according to RetailTmpCatalogProductAttributes.Value.

Community Additions

ADD
Show: