0 votes
in Service Now by
How can you update a record without refreshing its system fields?

1 Answer

0 votes
by

You can use a function autoSysFields() in your server-side scripting to update a record without refreshing its system. At whatever point you are updating a record, set the autoSysFields() to false.

Related questions

+1 vote
asked Sep 8, 2020 in Service Now by Hodge
0 votes
asked Oct 1, 2023 in Python Imaging Library by sharadyadav1986
...