Problem Note 59966: Use the new setFieldsAndStatus command in a workflow template for SAS® Enterprise Case Management to shorten total workflow wait time
After you update the task status for a case in SAS Enterprise Case Management, you might need to refresh the screen to view updated field values. This problem can occur if the task transition in the workflow template includes two HTTP Request policies containing the setFields and setStatus commands, respectively. Both policies might not complete before the screen is updated.
A new setFieldsAndStatus command is provided for the HTTP Request policy to combine the capabilities of the setFields and setStatus commands. The setFieldsAndStatus command should include both the desired field value and the status code value. For example, you could specify the following URL value in an HTTP Request policy to set the values for CASE.X_RR_COMPLETE_FLG, CASE.X_FINCEN_FILE_DT, and statusCode:
${../SERVER_URL}/SASEntCaseManagement/workflow?command=setFieldsAndStatus&key=${../CASE__CASE_RK}&entityType=CASE&CASE.X_RR_COMPLETE_FLG=0&CASE.X_FINCEN_FILE_DT=${../CASE__VALID_FROM_DTTM}&statusCode=F
The following setFieldsAndStatus parameters are required:
- key
- entityType
- statusCode
- one or more fields
The following setFieldsAndStatus parameters are optional:
- caseClosed
- workflowComplete
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 | 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: | medium |
Date Modified: | 2020-11-16 09:02:21 |
Date Created: | 2017-02-13 18:05:03 |