Problem Note 67445: How to display a filed date and an accepted date in the SAS® Anti-Money Laundering 8.1 UI
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
SAS System | SAS Anti-Money Laundering | Linux for x64 | 8.1 | 8.1 | Viya | Viya |
*
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: | 2021-02-24 10:24:39 |
Date Created: | 2021-02-17 15:36:46 |