Skip to main content
Answer

Is it possible to publish a package for a specific tenant.

  • April 10, 2025
  • 1 reply
  • 97 views

Forum|alt.badge.img+2

Is it possible to publish a custom 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.

1 reply

Forum|alt.badge.img+7
  • Captain II
  • Answer
  • April 10, 2025

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.