Is it possible to run Normalization data services automatically as per a schedule

Mukund B
Tera Contributor
 
3 REPLIES 3

Amit Gujarathi
Giga Sage
Giga Sage

HI @Mukund B ,
I trust you are doing great.

Yes, it is possible to run Normalization Data Services (NDS) automatically as per a schedule in ServiceNow. You can achieve this by creating a scheduled job that triggers the normalization process.

Here's a brief overview of the steps:

  1. Navigate to Scheduled Jobs: In the ServiceNow application navigator, search for "Scheduled Jobs" and select it.
  2. Create a New Scheduled Job: Click on "New" to create a new scheduled job.
  3. Configure the Job:
    • Name: Provide a meaningful name for the job, e.g., "Run Normalization Data Services".
    • Run: Choose the frequency at which you want the job to run (e.g., daily, weekly, etc.).
    • Script: In the script field, you'll need to add a script that triggers the normalization process.

Was this answer helpful?


Please consider marking it correct or helpful.


Your feedback helps us improve!


Thank you!


Regards,


Amit Gujrathi



Hi Amit, thanks for your response. Do you have a sample script to trigger the normalization process?

Rohant Joshi
Tera Contributor

There is Scheduled Job available already as part of the Normalization Data Service Plugin:

- Run normalization job daily

The code is one liner and the Script Include is not open for customers.