HI ,
EAM.Utils.getScreen().userFunction doesn't seem to update in the chrome developer console when I move pages in EAM.
Similar behaviour when getting the tab name. I assume this is the same in browser consoles.
The only way I can find to update the value from EAM.Utils.getScreen() is to 'inspect' an element on the current screen (in Chrome developer , this is the icon at the top left, an oblong with an arrow pointing to it. or press ctrl-shift-c. Then select an item on the page. Incidentally this clears any local functions I've defined in the console).
Does anyone know how I can 'refresh' EAM.Utils directly from the console command line?
Thanks