Copyright © Cloud Software Group, Inc. All rights reserved. |
The SW_CASEREOPEN procedure resurrects a case.SW_CASEREOPEN (
proc_name varchar(8),
user_id varchar(24),
step_name varchar(8),
case_num numeric(20))
• proc_name is the name of the procedure that you want to resurrect.
• user_id is the name of the iProcess user who is resurrecting the case.
• step_name is the name of the case step that you want to resurrect.
• case_num is the number of the case that you want to resurrect.After a case is closed, all the deadlines of the case are removed. If the case is reopened, you can reset the deadlines by running the CreateCaseDeadline function. For more information about the CreateCaseDeadline function, see TIBCO iProcess Expressions and Functions Reference Guide.
Copyright © Cloud Software Group, Inc. All rights reserved. |