The multi tenant feature allows a single instance of your application to serves multiple customers.
You would want to use this feature if you need to share common application solutions, multi tenant will isolate each customer with their own instance of your application solution.
Can you elaborate on this :-) I would love to know if there is any way to code around the Multi-Tenant setup. In our case we have a very small but important group of users that need access to multiple tenants concurrently. Do you have any insights?
Thanks in advance!