Hi mate, we’ve been working on a full ERP application, with each of the core functions in separate modules, built in Reusable elements and using the URL parameters to hide and show content. Each company (tenant) and user within those companies will have access to different modules and sub modules and all of this can be set up on the fly without any developer touch.

So I think we are using a similar approach - although I’m not embedding my reusable elements in Repeating Groups (I’m not sure how that would work) as each one is likely a different data source. I just have all my reusable elements (modules) hidden and stacked on top of each other. We also have some in second windows (like a slim panel on RHS of screen when in full desktop mode) and some are utilised in pop-ups.

We haven’t run into any problems. Performance wise it is working well. And from a dev productivity perspective it is easy to manage as we rarely need to work on the main page (i.e. most of the work is in the individual reusable elements).

2 Likes