Problem Note 60643: When you correct a report with SAS® Enterprise Case Management, subject information is missing from the corrected report
When you correct a report with SAS Enterprise Case Management, all information from the original report should be included in the corrected report. However, some of the subject information might be missing in the corrected report.
To work around this problem, modify the user interface definition file for the type of report you are working with.
Here is an example:
- fincen-ctr-01.xml
- fincen-doep-01.xml
- fincen-sar-01.xml
Find the following line:
<if test="not IsEntitySaved()">
Add and not RR.CORRECTION_FLG to the line, as shown below:
<if test="not IsEntitySaved() and not RR.CORRECTION_FLG">
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Enterprise Case Management | 64-bit Enabled AIX | 6.3_M1 | | 9.4 TS1M3 | |
Microsoft® Windows® for x64 | 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: | high |
Date Modified: | 2017-08-01 11:06:39 |
Date Created: | 2017-06-15 15:38:40 |