DictFieldGroup.methodName Method [AX 2012]
Returns the name of the specified method from the field group.
public str methodName(FieldId fieldId)
Run On
CalledParameters
- fieldId
- Type: FieldId Extended Data Type
The field ID that is returned from a call to the field method for the method name to return. It is the responsibility of the developer to make sure that a valid field ID is used.
Return Value
Type: strThe name of the specified method from the field group; an empty string if the fieldId value is less than 65280.
Methods are specified by method index + 65280. For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.
Community Additions
ADD
Show: