Share via


InventDimControlsCollect_Frm::newFromFormInterfaceValidDataSources Method [AX 2012]

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

  • _validDataSources
    Type: Set Class
    A set of names (strings) for the data sources in the form that should be controlled by this class.

Return Value

Type: InventDimControlsCollect_Frm Class
An instance of the InventDimControlsCollect_Frm class.

See Also

Reference

InventDimControlsCollect_Frm Class