Is it possible to publish a custom package for a specific tenant.
Solved
Is it possible to publish a package for a specific tenant.
Best answer by Django
It depends on what the project includes. Tenants aren’t completely isolated.
If you only need the functionality within one tenant, then what I’ve done is to add a check box in a relevant Preferences screen that is used as a toggle on whether to use the logic or not.
It might mean that you have to do a little more order with UI screen changes. On the plus side, it makes publishing easier because even if you forget to publish it for specific tenants, the logic is still accounted for and won’t run when it isn’t wanted.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.