Skip to main content
Version: 1.0.0

currentMethodName

currentMethodName* : string

ParameterTypeDescription
ResultstringCalling 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.