Need help setting up license model #84
-
I have a license model in mind where I need to combine features from a few different supported license models, but I can't work out quite how to do it. First I want the user to be able to request an evaluation license, which I want to be node-locked and valid for 30 days. But then I want the user to be able to buy either a node-locked or a floating license. Either one is to be valid for one year. The problem I'm having is that I don't see how to make either a node-locked or a floating license also be time-limited (ie combine it with a subscription model). This seems like a possible way to do it:
Does this make sense? Any help appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @HappyPathAB , You suggested approach is definitely valid and can be used with the additional handling in the product. The possible alternative option would be - 2 products, where configuration can be done as follows: Product 1:
Product 2:
PROS:
CONS:
|
Beta Was this translation helpful? Give feedback.
Hello @HappyPathAB ,
You suggested approach is definitely valid and can be used with the additional handling in the product.
The possible alternative option would be - 2 products, where configuration can be done as follows:
Product 1:
Product 2:
PROS:
CONS: