On the submit of an entity form I would like to display a confirmation message “Do you wish to save this record. Yes|No . No will cancel the submit while yes will submit. Has anyone implemented anything similar to this?
Thanks Esox
There is an option for it. On the Entity Form go to the Advanced Settings, add a 'Submit' entry to the Actions grid, tick show Advanced (just above the grid) this will show you additional settings one of them is "Confirmation Required?"
Hi, there is no configuration option for that (as far as I remember), you can achieve that by adding JS to your Entity Form adding a validation. Your validation would simply pop-up a modal with the confirmation and return false in case the user clicks "no".
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/add-custom-javascript
Ajlan
6
stampcoin
6
CU21010422-0
4