SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 66415: Enabling a scroll bar for the list of SAS® code files in the scenario properties window of SAS® Financial Crimes Monitor

DetailsAboutRate It

When you have too many SAS code files in SAS Financial Crimes Monitor, you might not be able to scroll and view all of the files when you click the Browse button for the SAS Code field in scenario properties, as shown below.

No scroll bar for the list of SAS code files

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:
      \n.content-data-enrichment {\n  border: 1px solid #f2f3f5;\n  overflow: hidden;\n  height: 75%;\n  margin: 1.25rem;\n  margin-top: 0;\n}
    2. Modify that line to match the one show here:
      \n.content-data-enrichment {\n  border: 1px solid #f2f3f5;\n  overflow: auto;\n  height: 75%;\n  margin: 1.25rem;\n  margin-top: 0;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.