Support Article
Continue button on parent case does not display
SA-64935
Summary
Continue button on a parent case does not display when an open child case exists.
Error Messages
Not Applicable
Steps to Reproduce
- Create a case.
- Open the parent case in the Review harness.
- Click the Continue button.
- Navigate to Other actions and initiate the child case. The case is created and opened in the Perform harness.
- Open the parent case. The Continue button does not display.
Root Cause
Not Applicable
Resolution
Here’s the explanation for the reported behavior:
Based on the three conditions below, the ShowContinueButton displyas the Continue button. 1. When the flow is not automated.
2. NavigationShowSubcases, based on the below conditions, displays the subcases list.
a. sizeof: Returns the size of the property (scalar or list/group)
b. subcase list: Page list containing list of linked subcases
that is, if the value > 0, the subcases list displays
3. AssignInsKey=null when the flow is executed.
ShowContinueButton is restricted for the child case to proceed to completion.
Published October 5, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.