Test page
Education feature
Set feature
Use this to switch on or off the Education feature in the help.
Storing the Education parameter
When Help.htm is opened, it will run sage-appfeature-store.js. This will check for the education parameter (?edu=1) in the URL, and save it to localStorage
as a key / value; e.g. edu : 1
.
- Education content is set by adding
?edu=1
parameter to the help link. - Standard content is set by adding
?edu=0
parameter to the help link.
Display or hide feature content
Topics will run sage-appfeature-read.js which checks the localStorage
for an edu
key.
If the edu
value is 1
then an edu
class is added to the html
tag.
This is used by appfeature.css to display or hide content which uses the AppFeature
conditions.
Test
You're looking at the help for the Education version of Sage 200. You're looking at the help for the Non-Education version of Sage 200.
Help.htm file
Help.htm should be in the root folder of the help system, the same folder as Default.htm.
If this file is removed or missing, copy it from: \\webdeployncl01\Desktophelp Sage200\redirects