Problem Note 58914: The downloaded CSV data is inconsistent with the data displayed on the Alert Details page in SAS® Anti-Money Laundering
On the Alert Details page of SAS Anti-Money Laundering, you can filter the list of transactions by specifying a date in the Transaction Since field. When you change the date and click the Download CSV button to export the result to a CSV file, you might find that no transactions are exported.
To work around the problem, find the following grid-action definition in the aml-alert-details-01.xml user interface definition file:
<grid-action id="EXPORT_CSV_ACT_2" output-destination="new-window" render-type="always"
visible="IsCapable('FCF.EXPORT.CSV', 'Compliance Solutions Mid 6.3')">
<label></label>
<tool-tip><message key="fcf.transactions.action.export.to.csv.tooltip"/></tool-tip>
<url><eval>'/SASComplianceSolutionsMid/rest/alerts/' + TEMP.X_ALERT_ID + '/transactions.csv?type=all'+TEMP.CSV_LIMIT_PARM</eval></url>
<image type="class"><url>sasExportIcon</url></image>
</grid-action>
Add the following line to the parameter in the URL shown above:
+'&date='+GetStringFromDateOrTimestamp(TEMP.X_RECENT_TRANSACTIONS_SINCE_DATE, 'yyyy-MM-dd')
An example of the modified definition is shown below:
<grid-action id="EXPORT_CSV_ACT_2" output-destination="new-window" render-type="always"
visible="IsCapable('FCF.EXPORT.CSV', 'Compliance Solutions Mid 6.3')">
<label></label>
<tool-tip><message key="fcf.transactions.action.export.to.csv.tooltip"/></tool-tip>
<url><eval>'/SASComplianceSolutionsMid/rest/alerts/' + TEMP.X_ALERT_ID + '/transactions.csv?type=all'+TEMP.CSV_LIMIT_PARM
+'&date='+GetStringFromDateOrTimestamp(TEMP.X_RECENT_TRANSACTIONS_SINCE_DATE, 'yyyy-MM-dd')</eval></url>
<image type="class"><url>sasExportIcon</url></image>
</grid-action>
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Microsoft Windows 8 Pro 32-bit | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8 Enterprise x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8 Enterprise 32-bit | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft® Windows® for x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8 Pro x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8.1 Enterprise 32-bit | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8.1 Enterprise x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8.1 Pro 32-bit | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 8.1 Pro x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows 10 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2008 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2008 R2 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2008 for x64 | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2012 Datacenter | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2012 R2 Datacenter | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2012 R2 Std | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft Windows Server 2012 Std | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Enterprise 32 bit | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Enterprise x64 | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Home Premium 32 bit | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Home Premium x64 | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Professional 32 bit | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Professional x64 | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Ultimate 32 bit | 6.3_M1 | | 9.4 TS1M3 | |
Windows 7 Ultimate x64 | 6.3_M1 | | 9.4 TS1M3 | |
64-bit Enabled AIX | 6.3_M1 | | 9.4 TS1M3 | |
64-bit Enabled Solaris | 6.3_M1 | | 9.4 TS1M3 | |
Linux for x64 | 6.3_M1 | | 9.4 TS1M3 | |
*
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: | Problem Note |
Priority: | medium |
Date Modified: | 2020-04-02 15:16:18 |
Date Created: | 2016-09-01 16:35:41 |