DictFieldGroup.new Method [AX 2012]

Initializes a new instance of the Object class.

public void new(
    TableId tableId, 
    str FieldGroupName, 
   [TableId includeBaseTable])

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
The ID of the table that is used to create the instance of the DictFieldGroup class.
FieldGroupName
Type: str
The name of the field group that is used to create the instance of the DictFieldGroup class.
includeBaseTable
Type: TableId Extended Data Type

For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.

Community Additions

ADD
Show: