Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2025 08:36 AM
@Dave Wolfe Can't you update the sys_created_by field with fix/background script.
You can use GlideRecordObject.autoSysFields(false); while updating so that the created by field is not overwritten.
Please mark the answer correct/helpful accordingly.