Usage Note 66415: Enabling a scroll bar for the list of SAS® code files in the scenario properties window of SAS® Financial Crimes Monitor
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.
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:
\n.content-data-enrichment {\n border: 1px solid #f2f3f5;\n overflow: hidden;\n height: 75%;\n margin: 1.25rem;\n margin-top: 0;\n}
- 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}
- 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.
Type: | Usage Note |
Priority: | medium |
Date Modified: | 2020-10-06 09:16:04 |
Date Created: | 2020-08-03 15:10:36 |