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.

Include Imported Data in Update Set

mmujica
Kilo Contributor

I have some tables where I have Data that I want to get promoted between instances as I go from Test -> Prod. For now I have to manually import this data from XML. I'd like to be able to include the data in my update sets instead (once I get to later instances, I won't get admin access, so I rely on instance owners to commit my update sets).

I kind of figured out a way where I do "Track in Update Set". But for one, I'm a little afraid of side effects of extending Application File. And also, I don't see a way to "Untrack". I want to track a specific set of additions to the table, but I don't want to track all changes to it forever.

2 REPLIES 2

Chuck Tomasi
Tera Patron

You can use the attached UI action to force a specific record to an update set.


kristenankeny
Tera Guru

There is an "Add to Update Set" in the Share community that might help.