- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2025 06:09 AM
My organization has a license which is unlimited and the license metric is "Per Tenant" . For ELP, I manually prepare the ELP by taking the consumption from the app owner.
On SAM Pro, I created the entitlement with "Resource Consumption" metric and currently have given it a huge quantity. However, I would like to choose the "Unlimited License" option here while putting in the Unit Cost.
How can I do it i.e. how can I extend the Unlimited License functionality to Resource Consumption license metric too ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 10:31 AM
Hi @Anshuman Damani,
the following Business Rule triggers the error banner "Verify unlimited license type and metric"
Please update the Script Include "SAMPLicenseTypeUtils" and add the required types and metrics
- line 369 - isValidUnlimitedLicenseType
- line 377 - isValidUnlimitedLicenseMetric
Note: Please keep in mind that is part of SAMP core script and can cause issues in other parts of the SAMP module and will be a skipped record as part of each platform upgrade process
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 01:16 PM
Hi @Anshuman Damani,
please adjust the following UI policy "Show/Hide unlimited license on license type and metric change" and add the missing license metric/types to enable the "unlimited licenses" field.
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2025 11:16 PM
Hi @dreinhardt
Thanks for the quick response.
Tried that, it made the checkbox visible, however, it doesn't let me save it. It throws an error : Unlimited rights only allowed for Per User,Per device,Per Named User,Per Named Device and User Subscription license metric. Screenshot attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 10:31 AM
Hi @Anshuman Damani,
the following Business Rule triggers the error banner "Verify unlimited license type and metric"
Please update the Script Include "SAMPLicenseTypeUtils" and add the required types and metrics
- line 369 - isValidUnlimitedLicenseType
- line 377 - isValidUnlimitedLicenseMetric
Note: Please keep in mind that is part of SAMP core script and can cause issues in other parts of the SAMP module and will be a skipped record as part of each platform upgrade process
Best, Dennis