DictTable.fieldName2Id Method [AX 2012]
Returns the field ID of a field that is specified by name.
public FieldId fieldName2Id(str name)
Run On
CalledParameters
- name
- Type: str
The name of the field for which the field ID is being retrieved.
Return Value
Type: FieldId Extended Data TypeThe field ID of the field that is specified by the name parameter; 0 (zero) if name does not represent a valid field name for the table.
Community Additions
ADD
Show: