Share via


InventDimMetaDataCache::getFieldGroupFields Method [AX 2012]

Retrieves the list of field IDs from a field group of a table.

Syntax

client server protected static List getFieldGroupFields(
    TableId _tableId, 
    str _fieldGroupStr, 
    boolean _cfgEnabled)

Run On

Called

Parameters

  • _fieldGroupStr
    Type: str
    The name of a field group in the table that is specified by the _tableId parameter for which fields are to be returned.
  • _cfgEnabled
    Type: boolean
    If this parameter is true, the configuration key for the field will be checked.

Return Value

Type: List Class
A container that has field names or IDs.

See Also

Reference

InventDimMetaDataCache Class