Need to get the value of the license allocated on the alm_license table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:55 PM
Hi All,
Having a requirement that, need to get the licenses allocated on the form of alm_license table.
we have two field on the one is Active rights, and the other is Allocations Available. Need to have the allocated licenses also. for that we created a new custom filed called 'u_license_allocated'(integer-type).
On the alm_license table we have a business rule that will get the count of Allocations available. like as below.
It runs before - insert,update
Condition - current.license_metric.changes() || current.install_status.changes() || current.purchased_rights.changes() || current.rights.changes() ||current. product_type.changes() ||current.unlimited_license.changes()||global.AssetUtils.isPlaybookInReview(current)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 11:28 PM
Hi @Community Alums ,
I do not think you need to create a custom attribute to calculate Allocated license. Rather there are 2 OOTB attribute named as below:
1. Device Entitlements
2. User Entitlements
Which contains the info you are looking for. Sample screenshot below:
Regards,
Shloke