SysDictTable.fields Method [AX 2012]
Retrieves the fields that are in the table.
public Set fields(
[boolean _includeNonSavedFields,
boolean _includeInheritedFields,
boolean _includeIndividualArrayFields])
Run On
CalledParameters
- _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.
Community Additions
ADD
Show: