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