Plug-in Reports |
Top Previous Next |
Plug-in reports need to be configured in Corporate Edition in order to be available in Global Access.
Upload the menu that contains the following change in the report section:
<MenuItem order="(a number)" name="(name of the report)" link="tswPluginReport.jsp?name=(name of the report as defined in Enterprise)" />
Example:
<MenuItem order="14" name="Plug in Report" link="tswPluginReport.jsp?name=test" |