Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

change system fields of a table

Snow Tomcal
Tera Expert

Hi all,

I would like to modify the fields 'updated', 'updated by', 'created', 'created by' of a table.

does anyone know how to do so?

2 REPLIES 2

Allen Andreas
Tera Patron

Hello,

Please refer to this support article for how you can update fields like what you've mentioned: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0859763 


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Sandeep Rajput
Tera Patron
Tera Patron

@Snow Tomcal You will not be able to modify the values of the system fields via script. They are either set automatically by the system or not updated at all if autoSysFields(false); is used.