Dataview without close

1
Is there any way to have a dataview without a close button. We have tried to remove it however every time we remove the close button we gain a error. We need to do this so that we can force a user to enter a new password if they have chosen to reset the password.
asked
2 answers
5

Make it a required field or change it to a custom microflow that you deem as a close button. Return a message asking them to provide it if it isn't there.

answered
1

In addition to removing the standard Close & Save buttons and adding a custom button with a microflow attached to it: make sure you select that button and put the 'Close Button' property to 'true', otherwise the error will persist.

The X in the corner should trigger whatever button you have set as the Close Button in the properties.

answered