正解:A
Reference: https://www.servicenowelite.com/blog/2016/8/7/update-sets
When moving multipleupdate setsat once, ServiceNow allows users to move them in abatch. This makes it easier to handle large numbers of updates efficiently.
Key Benefits of Using Batch for Update Sets:Saves Time- Instead of moving update sets one by one, you can transfer multiple at the same time.
Reduces Errors- Ensures all related update sets are moved together, preventing dependency issues.
Improves Deployment Efficiency- Helps when deploying updates across development, test, and production instances.
How to Move Multiple Update Sets in a Batch:Navigate toSystem Update Sets > Update Set Batches.
Create a new batch and select multiple update sets.
Move the batch to the target instance.
Preview and commit the update sets together.
Why Other Options Are Incorrect:B. Verify# While it is important to verify updates before committing," Verify" is not a functionfor moving update sets.
C). Test# Update sets should be tested, but "Test" is not a feature for moving them.
D). Preview# The preview function checks for conflicts or missing dependencies before committing update sets, but it does not facilitate moving them.
Reference:ServiceNow Docs: Managing Update Sets
ServiceNow CSA Official Study Materials
最新のコメント (最新のコメントはトップにあります。)
通常、複数の更新セットを移動させるには一つずつプレビューとコミットを行う必要があります。バッチ処理を行うことで、親セットを移動させるだけで関連するすべての更新セットを一度に、かつ正しい適用順序で転送・適用できるようになります。