Need help with setting sys_updated_on for test data so records get purged
Hi All,I’m trying to generate test records in the problem table with backdated sys_updated_on values so that they fall under the purge rules (older than 4 months).Here’s the script I’m using: var startDate = new GlideDateTime('2025-07-14 10:00:00');...
