DictTable.fieldGroup Method [AX 2012]
Returns the name of a field group that is specified by index.
public str fieldGroup(int FieldGroupNumber, [TableScope tableScope])
Run On
CalledParameters
- FieldGroupNumber
- Type: int
The one-based index for the name of the field group that is being retrieved.
- tableScope
- Type: TableScope Enumeration
Return Value
Type: strThe name of the field group that is specified by the FieldGroupNumber parameter.
Community Additions
ADD
Show: