How to add a pop up confirmation window while a close transition happens, like 'Are you sure want to close?" Is this achievable through any plugin or Scrips?
Just laudly thinking:
- add a boolean field with title like “Are you sure you want to close?”
- set it to false
- add to the “close” transition a requirement that the field has to be modified
Should open a window everytime transition to “close” is made. In cloud version this will also block transitions done via API.
Or maybe just add a screen to the “close” transition .
Sound like workarounds but maybe will help a little.