Hi Guys,
I want to know how long a global variable holds its value ?
In my case I have a global variable in codeunit A and setting its value through codeunit B and after that I have called page.run(51000) function which is a wizard but when I try to access the global variable in step 1 of wizard through get function it returns null. Can anyone guide?
Thanks