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.
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
- _tableId
Type: TableId Extended Data Type
The ID of a table for which to get the fields.
- _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.