I'm using apex 5.1 and universal theme.
As of now we have developed 1 system using 1 application in an ERP similar to Oracle application suites.
I'm now at a point where I need to decide on whether to use 1 large application or split it into multi application.
As far as version control APEX has a big limitation and this makes me think multi-application is better.
My issue with multi-application is sharing of pages and shared components like navigation menu. Our navigation menu should be able to display any pages from any application.
Is there any disadvantage to creating 1 huge app besides version control? I'm thinking for development we can split it into multi app and merge all into 1 for production.
We would be using multi-tenancy in 1 DB example if we have 10 separate applications and 10 clients that would result to 100 application inĀ 1 DB if using multi app approach whereas with 1 app that would only be 10 apps in apex..
Any thoughts is greatly appreciated, thanks!