- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2018 12:03 PM
Hi
I need to know how count license used in HR Service Delivery application. Assigned Roles, entry in HR Profile or other?
Regards
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 12:26 AM
HR is based on a user subscription model, not fulfiller/role based. License usage is based on the count of active users in the HR profile table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 03:05 PM
Hello Kiel,
Does HR license consider service accounts or only actual users based on some criteria?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 03:04 AM
Hi Kiel,
was applying the following query on the hr profile table (employment_typeINA,E,E1,S,full_time_employee,part_time_employee,contingent,contractor^ORemployment_type=^employment_start_dateISEMPTY^ORemployment_start_date<javascript:gs.beginningOfToday()^employment_end_date>javascript:gs.endOfToday()^ORemployment_end_dateISEMPTY^user.active=true) and still have a difference of 49 licences compared to the number from ServiceNow. Could you please provide the query which is applied by ServiceNow on the table to understand the counting please ?
I added in the query the employment type that we added to our model.
Many thanks,
Agathe

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 02:56 AM
hi Agathe,
Below the subscription definition which is created by ServiceNow in our subscription application table "ua_stats_defn".
Employment start date (System Hire Date) is empty .and. Employment end date is empty .and. User Active = true .and. or Employment start date (System Hire Date) is not empty .and. Employment start date (System Hire Date) <= 24-03-2023 .and. Employment end date is empty .and. User Active = true .and. or Employment start date (System Hire Date) is not empty .and. Employment start date (System Hire Date) <= 24-03-2023 .and. Employment end date is not empty .and. Employment end date >= 24-03-2023 .and. User Active = true
Maybe this sorts it out!
regards, Peter

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 06:03 AM
Hi Peter,
Thank you for this info!
Do you know when it is calculated?
If i go to my subscription overview, i can't see any change in real time, si i suppose a job schedule is setup for this? is it all night? one time per day?
Thanks