We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Record Missing in an Update Set When Migrating Between ServiceNow Instances

GiovanniMaD
Tera Contributor

Hi everyone,

Lately I've noticed an issue when modifying the Description of a form in the Service Catalog. In my DEV instance, the change is captured in the update set, but after moving the update set to QA, the description change is no longer there, as if it had never been included.

I use Update Source to move update sets between instances. Other changes, such as UI Policies, Client Scripts, or new variables, are migrated correctly. I also don't receive any errors when committing the update set.

Has anyone experienced this before or knows what might be causing it?

1 REPLY 1

marianbruma
Tera Contributor

Hi @GiovanniMaD ,

The first thing I'd check is whether the Description change was actually captured in the update set.

Open the corresponding Customer Update (sys_update_xml) record and verify that the Description field is present in the XML. If it isn't, the change was never captured.

 

As a reference, ServiceNow's Update Set documentation explains how customer updates are tracked:
https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/system-update-sets/...

 

Hope it helps,