DictTable.objectMethod Method [AX 2012]
Returns the name of an instance method that is specified by index.
public str objectMethod(int methodNumber, [TableScope tableScope])
Run On
CalledParameters
- methodNumber
- Type: int
The one-based index to the list of instance methods for the table, in AOT order.
- tableScope
- Type: TableScope Enumeration
Return Value
Type: strThe name of the instance method that is specified by the methodNumber parameter; an empty string if the methodNumber value is not a valid instance method index.
Community Additions
ADD
Show: