Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes an instance of the InventDimControlsCollect_Frm class for forms.
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 InventDimControlsCollect_Frm newFromFormInterfaceValidDataSources(
InventDimFormInterface _inventDimForm,
Set _validDataSources,
[InventDimControlIdCollectionEnumerator _controlIdCollectionEnumerator])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static InventDimControlsCollect_Frm newFromFormInterfaceValidDataSources(
InventDimFormInterface _inventDimForm,
Set _validDataSources,
[InventDimControlIdCollectionEnumerator _controlIdCollectionEnumerator])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static InventDimControlsCollect_Frm newFromFormInterfaceValidDataSources(InventDimFormInterface _inventDimForm, Set _validDataSources)
Microsoft Dynamics AX 2012 (FPK)
client server public static InventDimControlsCollect_Frm newFromFormInterfaceValidDataSources(InventDimFormInterface _inventDimForm, Set _validDataSources)
Microsoft Dynamics AX 2012 (SYS)
client server public static InventDimControlsCollect_Frm newFromFormInterfaceValidDataSources(InventDimFormInterface _inventDimForm, Set _validDataSources)
Run On
Called
Parameters
- _inventDimForm
Type: InventDimFormInterface Interface
The form where controls are maintained, encapsulated in the InventDimFormInterface interface.
- _validDataSources
Type: Set Class
A set of names (strings) for the data sources in the form that should be controlled by this class.
- _controlIdCollectionEnumerator
Type: InventDimControlIdCollectionEnumerator Class
An instance of the InventDimControlIdCollectionEnumerator class; optional.
Return Value
Type: InventDimControlsCollect_Frm Class
An instance of the InventDimControlsCollect_Frm class.