正解:C
When movinghomepagesordashboardsbetween ServiceNow instances (e.g., from development to production), they arenot automatically includedin an update set. Instead, they must bemanually addedto the update set before migration.
C: Manually add them to the update set
Homepages and dashboards donotget included in update sets by default.
To move them, you must:
Navigate toSystem UI > Homepage Admin > PagesorPerformance Analytics > Dashboards Select the homepage or dashboard you want to move.
Use theAdd to Update Setfunction to include them in your active update set.
Once added, move the update set to another instance and commit it.
A: Create a separate update set for them
While it's a good practice to keep UI elements in separate update sets, it isnot a requirement.
Homepages/dashboards can be added toany active update setmanually.
B: They are automatically added to the update set
Incorrect-ServiceNowdoes notautomatically add homepages or dashboards to update sets.
D: They cannot be moved via update set
Incorrect-Theycanbe moved via update sets, but they must bemanually added.
References:ServiceNow Documentation:Moving Homepages and Dashboards Between Instances ServiceNow Best Practices:Working with Update Sets