Skip to content

Commit 4ade2f8

Browse files
authored
Update Update Inactive User in Scheduled Jobs
1 parent fcbf143 commit 4ade2f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Server-Side Components/Background Scripts/Silent update on GlideRecord/Update Inactive User in Scheduled Jobs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ schJobs.addEncodedQuery('run_as.active=false');
44
schJobs.query();
55
while (schJobs.next()) {
66
schJobs.setValue('run_as', activeUser);
7+
schJobs.autoSysFields(false);
78
schJobs.update();
9+
}

0 commit comments

Comments
 (0)