Usage Note 66423: Enabling a scroll bar for the project's explorer tree in SAS® Financial Crimes Monitor
When you have too many projects in SAS Financial Crimes Monitor, you might not be able to scroll and view all of the scenarios in the explorer tree, as shown below.
To enable the scroll bar, make the following changes:
- Back up the main.js file that resides in the SAS-configuration-directory/Lev1/Web/WebAppServer/SASServer8_1/sas_webapps/sas.sso.fcmserver.war/Client/dist/fcmClient/ directory.
- Update the main.js file, as follows:
- Locate the following line in the file:
{e.exports=".explorer {\n width: 100%;\n float: left;\n height: 89vh;\n overflow: hidden;\n}"}
- Modify that line to match the one show here:
{e.exports=".explorer {\n width: 100%;\n float: left;\n height: 89vh;\n overflow: auto;\n}"}
- Either clear the browser cache (http://java.com/en/download/help/webcache.xml) or restart SASServer8.
Operating System and Release Information
SAS System | SAS Financial Crimes Monitor | Microsoft® Windows® for x64 | 6.3 | | 9.4 TS1M6 | |
64-bit Enabled AIX | 6.3 | | 9.4 TS1M6 | |
64-bit Enabled Solaris | 6.3 | | 9.4 TS1M6 | |
HP-UX IPF | 6.3 | | 9.4 TS1M6 | |
Linux for x64 | 6.3 | | 9.4 TS1M6 | |
Solaris for x64 | 6.3 | | 9.4 TS1M6 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Date Modified: | 2020-10-06 09:16:47 |
Date Created: | 2020-08-04 12:20:38 |