We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Overnight job which updates the subscriptions

VW
Tera Contributor

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.

 

1 REPLY 1

Kieran Anson
Kilo Patron

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