Share via


SysDictTable.fields Method [AX 2012]

Retrieves the fields that are in the table.

Syntax

public Set fields(
   [boolean _includeNonSavedFields, 
    boolean _includeInheritedFields, 
    boolean _includeIndividualArrayFields])

Run On

Called

Parameters

  • _includeNonSavedFields
    Type: boolean
    A Boolean value that indicates whether the fields that are not saved in the tables are to be included.
  • _includeInheritedFields
    Type: boolean
    A Boolean value that indicates whether inherited fields are to be included.
  • _includeIndividualArrayFields
    Type: boolean
    A Boolean value that indicates whether fields that have EDT with array are to include each array element as a separate field.

Return Value

Type: Set Class
A Set of SysDictField objects.

See Also

Reference

SysDictTable Class