Base solution for your next web application
Open Closed

One tenant - need for multiple contracts(subscription/edition) option #7437


User avatar
0
shipserv created

Hi

We are looking to integrate our Salesforce system with the zero platform. We have in Salesforce for specific clients/tenants more than one commercial agreement in place. In Zero it seems that the current limitation is by having only ony one Edition/Subscription per client. Is there anyway to extend to have more subscriptions/editions per client in Zero ?

I am thinking of either already known functionality or if someone already have done the development learnings on same.

Any advice will be appreciated here :-)


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Henrik_Hy

    Unfortunately, this is not possible by default. You have to override/replace some of the Framework level classes but it is hard to say something about it because it requires quite long period of work to do.

    You can start by removing the EditionId field from Tenant entity and create a relation entity with TenantId and EditionId.