- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 01:00 PM
Customer requirement is to create automated ticket on a specific date of every month and assign it to their group.
For eg. 5th of everymonth they need the system to create an automated ticket and assign it to XX group.
Is there a way we can create automated ticket creation based on date in ServiceNow?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 01:02 PM
lakshmi,
Run a scheduled job on 5th of every month and insert a record by using script.
Thanks,
Abhinay
PS: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 01:02 PM
lakshmi,
Run a scheduled job on 5th of every month and insert a record by using script.
Thanks,
Abhinay
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 01:03 PM
Hi Lakshmi,
You can create Schedule job to create Ticket. You can specify when do you want to run this schedule job (day of month e.t.c)
Refer following
Creating a Scheduled Job - ServiceNow Wiki
PS : Hit Like , Helpful based on response
Thanks,
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 01:06 PM
Let me try this. Thanks you!