SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 66423: Enabling a scroll bar for the project's explorer tree in SAS® Financial Crimes Monitor

DetailsAboutRate It

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.

Scroll bar is not enabled

To enable the scroll bar, make the following changes:

  1. 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.

  2. Update the main.js file, as follows:
     
    1. Locate the following line in the file:
      {e.exports=".explorer {\n  width: 100%;\n  float: left;\n  height: 89vh;\n  overflow: hidden;\n}"}
    2. 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}"}
  3. Either clear the browser cache (http://java.com/en/download/help/webcache.xml) or restart SASServer8.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Financial Crimes MonitorMicrosoft® Windows® for x646.39.4 TS1M6
64-bit Enabled AIX6.39.4 TS1M6
64-bit Enabled Solaris6.39.4 TS1M6
HP-UX IPF6.39.4 TS1M6
Linux for x646.39.4 TS1M6
Solaris for x646.39.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.