Question
1
Replies
433
Views
Datacom group
Posted: January 5, 2018
Last activity: July 19, 2018
Closed
Solved
Globals section
When I was reading on Interactionmanager, I came across something like"Globals section defines information that is stored independent of interactions" I couldn't find any documentation about these Global values. For what these Global values are used?and how to access them?what is called global dictionary component and where to find that?Its not available in the toolbox.
These are values you want stored like you would store context values, but these are stored outside of a context and accessed by the GlobalDictionary component. You can add that to your Toolbox by right-clicking in the Toolbox and selecting Choose Items. Then enter "globaldictionary" into the "Filter" field on the ".Net Framework Components" tab. Check the check box next to the component and click "Ok".