I would like to access the name of the variable, that I have assigned to the variable Bean, in the program code.
For example, your prompt bean example.
The bean is called Example Prompt Bean. If I now create a new variable in QB with the name **GeorgTestBean **and then assign the Example Prompt Bean to it, I would like to read the name of the variable in the bean's program code.
The only thing I can get is the name of the bean,
this.getPlugin().getName() // = Example Prompt Bean
But I am looking for the name of the bean's variable, i.e. GeorgTestBean