I want to make Pop up Screen with Yes or No on click of Submit Button

Req : While submitting the file for upload, there should be a second check asking the user to confirm they want to upload the file.

To acheive above screen, I have used a CaseType with screen flow. Is it possible to provide second check with popup screen with Yes or No once user clicks on submit Button . If possible to do , Could you please help me how to do that ?

Pega Version : 24.2.4 (Constellation UI FW used)

Thanks,

Venkat Ch

Hi @VenkateshC17599704

We achieved this behavior by create screen flow with several (conditional) steps in the create stage of the case type.

Whe we create a new case in the modal dialog we get several steps. We are on 24.1.4 in Constellation

Please use multi step form to achieve it instead of pop-up.

The attachment gets uploaded to S3 repository once the user clicks on Submit button. Just wondering, why 2nd popup screen for confirmation. Again if the user selects No in the second popup, it requires to remove from the Repo.

Instead you can show a mandatory checkbox “Please confirm the attachment before you proceed.” to confirm everything looks good before the user clicks on Submit.