Need to reopen a ticket within 7 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 05:22 PM
I believe ServiceNow has a feature where a ticket can be reopened within 7 days. I need to build this same feature for my department catalog items in a custom table (not incident or request). How can I do this? Please advice and thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:28 PM
You have to write a scheduled script which runs daily at say midnight. The script can check for the records which have completed 7 days and then can update status. Internally, this is what exactly ServiceNow is doing. You can use global property to change number of days.
Link for scheduled script docs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:29 PM
We would need more information to help you with this.
You can configure ServiceNow to re-open a record that has been closed for over a year. I'm guessing your table records have either a u_active field or a u_state field to determine it if is open or closed. You would simply need to manage a flow or a workflow to control when the record is closed, give someone time to re-open it, etc. Or create a UI Action to re-open the record if someone clicks on it. So many ways to do this, it really depends on what your current process is (which you did not include) and how to change it in order to meet a new need (the 7 days option).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 12:33 AM