Need to change the created date for the incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 11:08 PM
I need to change the created date for the incident. Is it possible.
Example- INC0145485 created 2023-03-09 need to change it to 2023-03-08.
How to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:12 AM
Background Script for testing:
var Id= 'sys_id'; // Replace with the actual sys_id var gr = new GlideRecord('Table Name'); |
