The Override Manager is a useful tool available in all BlackBoxes which support overrides. It will list all available overrides, and help you understand what they do, what options they have, and will help you generate the code needed to apply the override permanently using the
Override Helper function.
Getting Started
To use the override manager, you must
enable BlackBox debugging. Once BlackBox debugging is enabled, any BlackBox which supports overrides will display a small setup/cog icon in the top right of the WebViewer. If you can't see the cog icon, then the BlackBox you're using doesn't support overrides.
Clicking this icon will open the Override Manager and you'll immediately be able to see a list of overrides that are available to use, and which overrides have already been applied.
Clicking any of the override options in the list to the left will display a description of the override, and the possible values that you can apply. This will also show you any override options you've set, so its a good tool to check if your overrides have been applied correctly or not.
Changing the values within the Override Manager won't permanently apply the override to the BlackBox, however The Override Manager will automatically generate the code for you to copy and paste into the web viewer calculation using the
Override Helper.

Comments