How to add a new tab in #formTab?

In Aras 12 the UI looks like this. There always is only one tab (here "CAD Document"), which display the Form associated to that ItemType. How could I add more tabs there? And associated other forms of that ItemType to it?

Parents Reply
  • So I found out that it is possible to create a cui_Control of type "Form Control" whose Parent property can be set to the "Tab Element Control", and doing that I'm able to have a form displayed in the second tab. However, it still is the default Form for the CAD Document, not the second one (so I now have two tabs with the same content). I guess the "Additional Data" property of the "Form Control" can be used to specify with form to display, but I didn't find the name of the parameter to set in that JSON (I tried, id, itemTypeId, viewId ...). Isn't there a specification somewhere about this Additional Data syntax?

Children