Creating a New Case from Modal to Full Page

I am working using the Cosmos theme and have created a portal.

When I add my case type to the portal, the Create Case action opens in a modal popup. What I want instead is for it to open as a full page rather than a popup modal.

How can I do this?

@Jeremiah

Please remove the process and steps configured in the Create (first) stage, and continue the flow from Stage 2 onward to prevent the popup during case creation. See the attached screenshot for reference.

@Jeremiah

Please remove the process and steps configured in the Create (first) stage, and continue the flow from Stage 2 onward to prevent the popup during case creation. See the attached screenshot for reference.

@RameshSangili Even if we remove the process of create stage the case, i am getting case in modal dialogue only, and i have found alternative solution for it, please refer to the doc, i have mentioned in my other reply. Thankyou

@Jeremiah

  • When we add cases with default portal pega uses ootb navigation rule “pyCreateCaseMenu”
  • In the action set, pega is using a script “pega.desktop.infinity.createNewWorkInDialogContainer"” to create case in modal dialogue screen
  • For the detailed implementation of the solution, please refer to the below document

SolutionForOpeningCaseInModalDialogue.docx (694 KB)

@RameshSangili Thank you!

@reddyn17278686Thank you on this, this works for me