This documentation is archived and is not being maintained.
DictTable.doesMethodExist Method [AX 2012]
Checks whether a given method exists on the table.
public boolean doesMethodExist(str name)
Run On
Called
Parameters
-
name
- Type: str
Return Value
Type:
boolean
true if the given method exists on the table; otherwise, false.
This API is the preferred way to check whether a method exists on the table without checking whether the method compiled successfully.