SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60643: When you correct a report with SAS® Enterprise Case Management, subject information is missing from the corrected report

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Case Management64-bit Enabled AIX6.3_M19.4 TS1M3
Microsoft® Windows® for x646.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.