SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 58914: The downloaded CSV data is inconsistent with the data displayed on the Alert Details page in SAS® Anti-Money Laundering

DetailsHotfixAboutRate It

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:

+'&amp;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 +'&amp;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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft Windows 8 Pro 32-bit6.3_M19.4 TS1M3
Microsoft Windows 8 Enterprise x646.3_M19.4 TS1M3
Microsoft Windows 8 Enterprise 32-bit6.3_M19.4 TS1M3
Microsoft® Windows® for x646.3_M19.4 TS1M3
Microsoft Windows 8 Pro x646.3_M19.4 TS1M3
Microsoft Windows 8.1 Enterprise 32-bit6.3_M19.4 TS1M3
Microsoft Windows 8.1 Enterprise x646.3_M19.4 TS1M3
Microsoft Windows 8.1 Pro 32-bit6.3_M19.4 TS1M3
Microsoft Windows 8.1 Pro x646.3_M19.4 TS1M3
Microsoft Windows 106.3_M19.4 TS1M3
Microsoft Windows Server 20086.3_M19.4 TS1M3
Microsoft Windows Server 2008 R26.3_M19.4 TS1M3
Microsoft Windows Server 2008 for x646.3_M19.4 TS1M3
Microsoft Windows Server 2012 Datacenter6.3_M19.4 TS1M3
Microsoft Windows Server 2012 R2 Datacenter6.3_M19.4 TS1M3
Microsoft Windows Server 2012 R2 Std6.3_M19.4 TS1M3
Microsoft Windows Server 2012 Std6.3_M19.4 TS1M3
Windows 7 Enterprise 32 bit6.3_M19.4 TS1M3
Windows 7 Enterprise x646.3_M19.4 TS1M3
Windows 7 Home Premium 32 bit6.3_M19.4 TS1M3
Windows 7 Home Premium x646.3_M19.4 TS1M3
Windows 7 Professional 32 bit6.3_M19.4 TS1M3
Windows 7 Professional x646.3_M19.4 TS1M3
Windows 7 Ultimate 32 bit6.3_M19.4 TS1M3
Windows 7 Ultimate x646.3_M19.4 TS1M3
64-bit Enabled AIX6.3_M19.4 TS1M3
64-bit Enabled Solaris6.3_M19.4 TS1M3
Linux for x646.3_M19.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.