You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a service provider, I want to be able to specify to which plan(s), a particular plan is updateable to. This will help provide a good and clear experience to the users.
Currently the users are allowed to go on a wrong path, and then the service broker gives the error message stating that the plan change is not valid. Instead the platform itself can restrict plan changes between incompatible plans, thus giving a good experience to the users.
Example
Consider a service broker having 4 plans.
Shared Small
Shared Medium
Shared Large
Dedicated
The service broker may want to explicitly specify that it permits plan upgrade from "Shared Small" to "Shared Medium" / "Shared Large" but not to the "Dedicated" plan.
Proposal
For the above scenario, I am proposing to add a field at the plan metadata level "updateable_to" where the service providers can specify an array of plans the particular plan is updateable to .
The platform can then restrict the users from attempting invalid plan changes.
The text was updated successfully, but these errors were encountered:
Problem
As a service provider, I want to be able to specify to which plan(s), a particular plan is updateable to. This will help provide a good and clear experience to the users.
Currently the users are allowed to go on a wrong path, and then the service broker gives the error message stating that the plan change is not valid. Instead the platform itself can restrict plan changes between incompatible plans, thus giving a good experience to the users.
Example
Consider a service broker having 4 plans.
Shared Small
Shared Medium
Shared Large
Dedicated
The service broker may want to explicitly specify that it permits plan upgrade from "Shared Small" to "Shared Medium" / "Shared Large" but not to the "Dedicated" plan.
Proposal
For the above scenario, I am proposing to add a field at the plan metadata level "updateable_to" where the service providers can specify an array of plans the particular plan is updateable to .
The platform can then restrict the users from attempting invalid plan changes.
The text was updated successfully, but these errors were encountered: