Refresh section outside of Ajax container
I have a flow action for a different class within an Ajax container. From the case main view of a case, the user can process the flow assignment of a child case from within an Ajax container (hence a different work class and harness - Perform - is loaded within the container). On submit of the assignment, I need the case main view of the parent case to refresh. However, I cannot get this to work. I attempted conditional refresh of the pyCaseMainInner using a DT run on the ajax Submit button, but that doesn't work. Any ideas?