SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 59966: Use the new setFieldsAndStatus command in a workflow template for SAS® Enterprise Case Management to shorten total workflow wait time

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Case ManagementMicrosoft® Windows® for x646.39.4 TS1M2
64-bit Enabled AIX6.39.4 TS1M2
64-bit Enabled Solaris6.39.4 TS1M2
Linux for x646.39.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.