To close the top record form
This function will close the current form. You will then see either the form below or the current view of your table if there was no other form view open.
The function can be executed only on the client. Learn more about execution context
You could use this function to add an alternative way to close the form. If necessary, you can add further actions.
closeRecord()
void
Result: The current record form will be closed.
openRecord
, which jumps to the related table and opens a given record.
closeAllRecords
, which closes all record forms.