
In my model-driven app, I have parent table with a 1-to-many relationship with a child table. On the parent table form, I have a subgrid for the child table. The child table has quick create forms enabled and a quick create form exists for it. When a user uses the "+" (plus sign) drop down menu in the very top navigation bar (between Search and Advanced Find), I want them to get the quick create form for the child table. But when they're looking at the child subgrid and select "+ New Child", I want them to get the Main form the same way they get the Main form when the edit a record. Is this possible?
Hello,
I don't think you can control that using settings but I believe you can customize the command of "+ New Child" button replacing OOB JS with your own and make it work the way you need.