Problem Note 60645: DataGrid data in a pop-up window is not refreshed with SAS® Enterprise Case Management
In SAS Enterprise Case Management, when you populate DataGrid data in a pop-up window, the data might not be refreshed the second or subsequent times that you open the pop-up window from the main screen.
There is no workaround for this problem.
Click the Hot Fix tab in this note to access the hot fix for this issue.
The hot fix provides a new FlushGridDataStore function that you can use to circumvent this issue. After you apply the hot fix, perform the steps below:
- Use the Administration tab of the SAS Enterprise Case Management application to download a copy of the user interface definition file that contains the problem.
- Make a backup copy of the user interface definition file.
- Add a SET statement to the initialize block of the screen to invoke the new FlushGridDataStore function. Here is an example:
<initialize>
<set name="TEMP.DATA_STORE_FLUSHED" value="FlushGridDataStore('YOUR_DATAGRID_NAME')"/>
</initialize>
Be sure to replace the YOUR_DATAGRID_NAME string with the actual name of the DataGrid that you want to reinitialize.
- Use the Administration tab of the SAS Enterprise Case Management application to upload the modified user interface definition file.
- Use the Administration tab of the SAS Enterprise Case Management application to clear the cache.
See SAS® Enterprise Case Management 6.3 Administrator's Guide, Second Edition for more information about working with user interface definition files.
Operating System and Release Information
SAS System | SAS Enterprise Case Management | Microsoft® Windows® for x64 | 6.3 | | 9.4 TS1M2 | |
64-bit Enabled AIX | 6.3 | | 9.4 TS1M2 | |
64-bit Enabled Solaris | 6.3 | | 9.4 TS1M2 | |
Linux for x64 | 6.3 | | 9.4 TS1M2 | |
*
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: | 2019-10-18 11:02:20 |
Date Created: | 2017-06-15 15:48:22 |