SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 67445: How to display a filed date and an accepted date in the SAS® Anti-Money Laundering 8.1 UI

DetailsHotfixAboutRate It

To add the filed_dt and accepted_dt fields so that they are displayed in the UI, you must change the case_mapping file in the Administration interface of SAS® Visual Investigator. This change cannot be automatically applied to an existing implementation.

An administrator must manually add the following highlighted properties to the case_mapping file:

"reset":{ "correction":{ "rr_report":[
{ "target":"root_entity_id", "source":"rr_report_id", "condition":"empty" }
, { "target":"parent_entity_id", "source":"rr_report_id" }, { "target":"due_at_dt", "source": 30, "type": "currentDate" },{ "target":"filed_dt","source":null, "type":"constant" }, { "target":"accepted_dt","source":null, "type":"constant" }, { "target":"rr_efile_id", "source":null, "type":"constant" }, { "target":"workflow_status", "source":"", "type":"constant" }, { "target":"report_status_cd", "source":"O", "type":"constant" }, { "target":"correction_flg", "source":true, "type":"constant" }


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingLinux for x648.18.1ViyaViya
* 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.