License Entitlements
Trial Licenses
8min
All licenses have a Boolean field denoting whether it is a trial or not. This can be seen on the license summary as well as the license detail page:

Is Trial Boolean Location
By using the is_trial Boolean designating a license is of type trial, you have a flag that allows you to configure your software in demo mode.
- Trial licenses are the only type of license that can be issued through the License API. In other words, your application can request and activate a trial license without the software vendor's involvement.
- By changing the Boolean value of the is_trial field from True to False , you can upgrade a license.
- Since any license type can also be a trial license, you might notice that a perpetual or a consumption license can also have an expiry date.
When a license is a trial license, the expiry date for that license always refers to the trial expiry date.
You can either set a fixed end date, or a set number of days from the first use of the trial license:

Setting License Type as Trial
Any trial license can be edited to modify the license so that it is no longer a trial license, but a full license for your product. To do so:
- Open the license detail page for that given trial license and Click "Edit License"
- Uncheck the "Is Trial" box, and click "Save"

Editing From Trial To Full License
There are a few ways that a trial license can be issued:



Updated 12 Sep 2023
Did this page help you?