Need to get the total allocated license count on the alm_license

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 09:59 PM
Hi All,
Having a requirement that in the table alm_license we have total purchased rights and allocations available but we dont have allocated license count.
tried to create a new field and populating the total allocated licenses.
Need suggestion on the best way to get this done to get the allocated count on the form.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 10:11 PM
Hi @Community Alums ,
I have generally seen organization using custom field to calculate this and update in the new field to manage the allocated count of license. If in case you have the use of this field in any of your future developements then you have the option to create a field. (which you mentioned).
If in case you just want to have a insite of the allocated license you can have this information shown in a addinfoMessage(); or ShowFieldMessage(); Onload of alm_license page.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 01:25 AM
Created a new filed and able to populate the value on it.
But the value we tried to set is only visible on the form view not on the list view.
the script i tried to use here is onChange.
Need suggestions to get it corrected.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 03:04 AM
did you add the newly created field in list view of table ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....