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.
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
CalledParameters
- _formDesign
- Type: FormBuildDesign Class
The design of the parent form.
- _valueDataSource
- Type: FormDataSource Class
The form data source for the EcoResValue record to be displayed or edited.
- _groupControl
- Type: FormGroupControl Class
The group on the form that will contain the new controls.
- _skipFormControlMethod
- Type: boolean
Return Value
Type: RetailCategoryAttributeValueGroup ClassAn instance of the RetailCategoryAttributeValueGroup class.
Show:
Note