NFR Type of Licensed Trial

Would it be possible to Add a 15-Day Trial, but allow it to be linked to the serial number. Perhaps I don't want to make a 15-day trial application, but I want to have that option for certain users. So here is how it works:

- Go into the admin and create a license key- Add an option to attach a timed trial in days to the license- That license would expire in xDays and the Admin will show the license as expired- Admin will get a chance to extend the trial or keep it as expired.

This would act as some sort of Timed NFR for giving trials to certain reviewers or certain customers.

You should be able to do this using custom licenser fields in your product keys. You can add a custom licenser field of "Date/Time" type. Then when you create a product key, you can enter the date you want this key to expire. In your application you have to use TA_GetFeatureValue() to get the date of from the product key and check if the user can continue using the app or not.

Hope this helps.

Thanks so much...makes sense!