Skip to main content

I need to build a form with 8 different buttons clicking on that can switch between different tables with some certain rules.

 

What is the best approach from performance and smarter logic - to build one form with 8 views and bind the info when the user clicks the button or create the form and 8 subforms with a view on each?

Hi David,


 


The best way to approach this would be to have a single form with the 8 buttons, so when each button is clicked a subform will open which is bound to that specific button. The issue with have 8 views on a single form is even if set the rules to load synchronously or asynchronously it will still take time for the form to load and populate the 8 views with all the data which is resource heavy and can cause performance issues. So i suggest going with your last option.


 


Kind regards,


Yannick


Reply