I accidentally deleted the Confirmation View OOTB in Pega Constellation, how can I get it back?

I’m trying to configure the Confirmation View OOTB in Pega Constellation however, while exploring, I accidentally deleted the auto-generated confirmation view. Now, I only have the rule on where it is generated but the view itself is no longer visible. But the changes are showing in the UI. Is there a way to show again the confirmation view in UX tab?

@RM0611

the confirmation view is just a Rule-UI-View (pyConfirm) and you can restore or re-create it. First try Dev Studio: search for pyConfirm in your case class, open the deleted instance, and click Actions > Restore; Pega lets you roll back the most recently deleted rules. If Restore isn’t offered, re-create it in App Studio by going to Case types > your case > UX tab > Other views, pick Confirmation, and click Create/Configure this regenerates the view in your app ruleset. After it’s back, open the step that shows the confirmation page and make sure it points to that confirmation view. If the UI still shows your old changes but the view doesn’t appear in UX, you’re likely seeing cached Constellation JSON; do an Invalidate and Restart (or log out/in) and refresh App Studio. Also confirm the restored view’s Availability is Available and it’s in the highest unlocked ruleset version so App Studio can list it. If you had customized an inherited OOTB pyConfirm from a built-on layer, Save As into your application layer and reference that copy. As a last resort, create a fresh view named pyConfirm under your case class and add the needed fields/messages; it will show again under Other views in the UX tab.