Hi,
I want to load some information from a table and then use it in my customisation. Is there a way to define global variables at application level rather than CodeUnit level.
There's no application wide scoping of variables in Navision. The closest you can get is to have a single instance codeunit running at logon, and store values in global variables inside it. There's an example of this in the download area, something to do with passing variables between forms.
Comments
You can create a singleinstancecodeunit by changing the properties.
RIS Plus, LLC