4.1.4 WC - SolutionModel Not Getting Form

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?

The solution model doesnt work on runtime objects
So it shouldnt have anything to do with a form being visible or not (ofcourse changing it then it will test that you destroyed it or in 5.0 called recreateUI() on it)

are you sure you didnt call removeForm or something like that before it?