Share via


SysDictTable.fieldsRecursive Method [AX 2012]

Processes the fields recursively.

Syntax

protected Set fieldsRecursive(
    boolean _includeNonSavedFields, 
    boolean _includeInheritedFields, 
    Set _overriddenFields, 
    boolean _includeIndividualArrayFields)

Run On

Called

Parameters

  • _includeNonSavedFields
    Type: boolean
    A Boolean value that indicates whether the non-saved fields will be checked.
  • _includeInheritedFields
    Type: boolean
    A Boolean value that indicates whether the inherited fields will be checked.
  • _overriddenFields
    Type: Set Class
    The overridden fields.
  • _includeIndividualArrayFields
    Type: boolean

Return Value

Type: Set Class
The set of fields that results from the check.

See Also

Reference

SysDictTable Class