Support Article
Error occurs on clicking the Submit button in the modal dialog
SA-88475
Summary
Error occurs on clicking the Submit button in the modal dialog.
Keys of Instance Value must be specified.
Error Messages
Keys of Instance Value must be specified.
Steps to Reproduce
- Launch the Case Default portal
- Click any work object
- Click the Actions Menu
- Click any option which launches a modal dialog
- Click the Submit button
Root Cause
An issue in the custom application code or rules. The user called the flow action using a page to refer the flow action class to the Navigation rule. The flow action class is a child class. In the Clipboard, the child class is referred to pyWorkPage. The error occurs due to referring an incorrect page.
Resolution
Perform the following local-change:
- Navigate to the action which loads the flow action
- Change the page to pyWorkPage instead of the new created page
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.