Overnight job which updates the subscriptions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 12:35 PM
Hi Experts,
What is the name of the overnight job that updates the allocated entitlements on the License details page for ServiceNow Subscription Management. Can we run it On Demand ?
Thanks
VW.
Labels:
- Labels:
-
Subscription Management
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 05:24 PM
You can run the following in a background script to re-calculate
var summarizer = new SNC.SubscriptionSummarizer();
summarizer.runSummary();
There is also the sys_trigger UA License Download job