Comment on page
closeAllRecords
To close all record forms
This function will close all currently open forms. You will return to the current view of your table.
Use this function for example in a button to speed up the process of closing several form layers stacked on top of each other.
If you'd like to close only the form on top, we recommend
closeRecord()
.closeAllRecords()
void
1
closeAllRecords()
Result: All open forms are closed and you will return to the current view of your table.
Last modified 1yr ago