It’s probably just me being stupid - but the solutionModel.getForm() is returning null after the target form is loaded the first time.
I have a form (tableview) that is in a tabpanel.
Before the tabpanel is loaded - I use solutionModel.getForm() to get the form information (all GOOD to here).
The tabpanel is loaded, the form shows up (all GOOD to here).
I then want to get some more information about the same form in the tabpanel - and call solutionModel.getForm() again. (RETURNS NULL)
Shouldn’t the solutionModel.getForm() ALWAYS work? Whether the form is visible or not?