Skip to main content

currentMethodName

currentMethodName : string

ParameterTypeDescription
Resultstring<-Calling method name

Description

The currentMethodName command returns the method name where it has been invoked. This command is useful for debugging generic methods.

According to the calling method type, the returned string can be as follows:

Calling MethodReturned string
Project MethodMethodName
Table Form Method[TableName].FormName
Class ConstructorClassName:constructor
Class FunctionClassName.FunctionName

This command cannot be called from within a Qodly formula.