
Hi,
I have an extension class from "PriceDiscAdmCheckPost", and I have created a method in order to return the value of a global variable (JournalNum) from the base class.
But when I try it, I receive an error because I have don't acces to this variable. Is this because for default the variables are declared as private in the base class?
In this case, how can I retrieve a global variable using an extension class?
Thanks!
*This post is locked for comments
I have the same question (0)Hi Sukrut,
Thanks for your help, we had use reflection to accessing global variables.
However, is there any way to modify the value of these variables using reflection?