Switching views

I would like to give the user a way to (un-) collapse a locked Table view to switch to a record view by clicking a button.

I noticed that this is only possible with unlocked record and list views.

Can we have either the possibility to let the user switch between locked screens (forced by a script == the developer) or a unlocked table view?

Thanks…

If you are using a not locked view the user can use the view menu to switch. (or in scripting it is possible to use controller.view = 0 for exmaple)

Can’t you make a recordview form based on the same table?
Then you also have much more control of how the fields are displayed ect.
To support unlocked tableview is very tricky (many things can go wrong then) so we currently can’t give that option.

I agree…

But I want the headers to be that of a table view/portal… And, on top of that to be OS aware…