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.

...