Put form fields inside a tab

I’ve noticed that when I put a form field in a container this loses the link. I have a really large entity with many fields and id like to put them on a tab. I really don’t want to separate the entity into other entities just want the form to allow me to move some components to a tab sheet is this possible?

Did you try using multiple forms, each on its own tab?

1 Like

Just set the dataContainer property manually on each component. It’s a pain in the ass, but this was needed in CUBA too. When you move stuff to Hboxes, Vboxes, Tabs or other containers, you have to set the DC manually. Then it will all work.

2 Likes

It worked!!! Wonderful !!! Thank you all so much !!!