In my model-driven app, I have a form for a table that has a Form Component Control on a tab. That FCC is for the parent (1:n) table. It works well, except that quite frequently I get a "source record not selected" message displayed instead of the parent table form. If I refresh the page, the parent form displays and works fine.
It seems like a timing issue. The FCC is trying to render before the lookup field it is applied to has a value populated. Something like that.
Any ideas how I can get this to work more consistently?