Validation from Cancel button

0
Hi, Is it normal behaviour that a button mark as Cancel button, trigger validation ? My validations rules are configured at model level for some attributes and at form level for the references list. Thank you.
asked
1 answers
0

A default cancel button should just rollback and close the page, if the dataview has the property set.

If you use a microflow button and set it as close button, the normal microflow button settings apply, so unless you change the microflow call settings, form level validations will be triggered when the user clicks the button. If that is not applicable use the microflow settings of the button to turn the validations off.

answered