This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Knowledge Base
- :
- How can a License server provide information about the count of activated line items?
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
How can a License server provide information about the count of activated line items?
How can a License server provide information about the count of activated line items?
Solution:
This can be achieved by substituting a variable in the License Model, Vendor String attribute.
Details on the variable used:
The variable for achieving this is "mappedQuantity".
Syntax - MappedQty:{mappedQuantity} to get the consumed/mapped count.
NOTE: This Vendor String attribute(Left of the screenshot) will be part of the 'Features' response of the License Server in REST API calls as seen in the screenshot attached(Right of the screenshot).
Similarly, you can use EntitlementLineItem.partNumber, EntitlementLineItem.productName,license_type to get the details of the Part number assigned to a Line Item, the product mapped to the Line Item, and the License Type mapped to it.
Labels (7)
No ratings