change system fields of a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 02:24 PM
Hi all,
I would like to modify the fields 'updated', 'updated by', 'created', 'created by' of a table.
does anyone know how to do so?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 06:17 PM
Hello,
Please refer to this support article for how you can update fields like what you've mentioned: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0859763
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 07:47 PM
@Snow Tomcal You will not be able to modify the values of the system fields via script. They are either set automatically by the system or not updated at all if autoSysFields(false); is used.