How to check the Automatic creation of Catalog Item Request using Scheduled Job?

VIKAS45
Tera Guru

How to check the Automatic creation of Catalog Item Request using Scheduled Job?

 

Have found for that Catalog Item Scheduled Script Execution, Script Include and System Properties

 

How to check the Lifecycle of Automatic creation of Catalog Item Request using Scheduled Job?

 

1 REPLY 1

Shreya Wani
Tera Guru
Tera Guru

Hi @VIKAS45,

 

I believe you are wanting to know how a request can be generated or created through a scheduled job.

 

Let's go through Scheduled job first.

 

Scheduled Jobs are automated pieces of work that can be performed at a specific time or on a recurring schedule.

You can automate the following kinds of tasks:

  • Automatically generate and distribute a report
  • Automatically generate and schedule an entity of records, such as an incident, change item, configuration item, from a template
  • Run scheduled jobs from scripts or business rules
  • Scheduling at the end of the month
  • Scheduling for weekdays

 

- A scheduled job can be in any one of the following states.

1. Ready: Job is ready to run at the next scheduled interval.
2. Running: Job is in the process of carrying out a task.
3. Queued: Job has been added to the scheduler queue and is waiting to run.
4. Error: Error occurred while running the job.

 

You can go through below links which mention about the request creation through scheduled job in detail.

https://www.servicenow.com/community/now-platform-forum/schedule-job-to-create-request-item/m-p/1082...

https://www.servicenow.com/community/now-platform-forum/dynamic-creation-of-catalog-item-request-usi...

 

If you feel that I have assisted you in any manner, please mark my comment as helpful/correct.

 

Thanks,

Shreya