Share via


RetailCategoryAttributeValueGroup::construct Method [AX 2012]

Creates or updates the EcoResValue field on a form.

It takes an EcoResValue data source and a group control and binds them.

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
          client server public static RetailCategoryAttributeValueGroup construct(
            FormBuildDesign _formDesign, 
            FormDataSource _valueDataSource, 
            FormGroupControl _groupControl, 
           [boolean _skipFormControlMethod])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static RetailCategoryAttributeValueGroup construct(
            FormBuildDesign _formDesign, 
            FormDataSource _valueDataSource, 
            FormGroupControl _groupControl, 
           [boolean _skipFormControlMethod])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static RetailCategoryAttributeValueGroup construct(
            FormBuildDesign _formDesign, 
            FormDataSource _valueDataSource, 
            FormGroupControl _groupControl)

Run On

Called

Parameters

  • _valueDataSource
    Type: FormDataSource Class
    The form data source for the EcoResValue record to be displayed or edited.
  • _skipFormControlMethod
    Type: boolean

Return Value

Type: RetailCategoryAttributeValueGroup Class
An instance of the RetailCategoryAttributeValueGroup class.

See Also

Reference

RetailCategoryAttributeValueGroup Class