Product documentation Docs
    • English
    • Deutsch
    • 日本語
    • 한국어
    • Français
  • More Sites
    • Now Community
    • Developer Site
    • Knowledge Base
    • Product Information
    • ServiceNow.com
    • Training
    • Customer Success Center
    • ServiceNow Support Videos
  • Log in

Product documentation

  • Home
How search works:
  • Punctuation and capital letters are ignored
  • Special characters like underscores (_) are removed
  • Known synonyms are applied
  • The most relevant topics (based on weighting and matching to search terms) are listed first in search results
Topics are ranked in search results by how closely they match your search terms
  • A match on the entire phrase you typed
  • A match on part of the phrase you typed
  • A match on ALL of the terms in the phrase you typed
  • A match on ANY of the terms in the phrase you typed

Note: Matches in titles are always highly ranked.

  • Release version
    Table of Contents
    • Now Platform App Engine
Table of Contents
Choose your release version
    Home Orlando Now Platform App Engine Now Platform App Engine Application tools System update sets Update set transfers Preview a remote update set

    Preview a remote update set

    • Save as PDF Selected topic Topic & subtopics All topics in contents
    • Unsubscribe Log in to subscribe to topics and get notified when content changes.
    • Share this page

    Preview a remote update set

    Previewing compares an update set retrieved from a remote instance to updates on the local instance to detect potential problems. You must preview an update set and address all problems before you can commit the update set.

    1. If the system property glide.update_set.auto_preview is set to true, the system automatically starts the preview process after the update set is retrieved. If this property is false, the preview process must be started manually.
      1. Navigate to System Update Sets > Retrieved Update Sets.
      2. Click Preview Update Set.
      For large update sets, the preview process may require a significant amount of time. If necessary, you can cancel the preview process by clicking the Cancel button on the progress dialog box.
      The Update Set Preview page shows results and lists problems. Read the information and click Close.
    2. On the Retrieved Update Set form:
      OptionAction
      If no problems were detected Click Commit Update Set to commit all changes on the instance without reviewing the preview results.
      If problems were detected Address each problem in the Update Set Preview Problems related list.
      Figure 1. Retrieved Update Set form
      Retrieved update set form
    3. (Optional) Open the update set record and click Show All Preview Records to make sure the correct updates are being committed.
    4. (Optional) Open the update set record and click Run Preview Again to run the comparisons again. Review the Update Set Preview Problems related list to ensure that the correct updates are being committed.

    Review a preview record for an update set

    The process of previewing an update set creates a preview record for each update. You can review the preview records to make sure that the correct updates are being committed.

    1. Open the Update Set record and preview the update set.
    2. Click the Show All Preview Records related link.
    3. Click the Disposition to open a preview record and then review the information (see table).
    4. Fill in the fields on the form, as appropriate.
      Figure 2. Update set preview
      Update set preview
      Field Description
      Disposition Indicates when a collision is detected:
      • Collision/Update, Collision/Insert, or Collision/Delete: the change is older than a change to the same object on the local instance.
      • Update, Insert, or Delete: the change does not conflict with a change on the local instance.
      File differences Compares the most recent version of the object on the local instance with the version in the update set. Differences are marked with a color key. Deletions are highlighted in red, additions in green, and modifications in yellow.
      Proposed action Indicates how to handle the change when the update set is committed.
      • Commit: Accept the change in the remote update. The default proposed action for every preview record is Commit, even if a newer update exists on the instance.
      • Skip: Reject the change.
    5. If necessary, resolve any problems listed in the Update Problems related list.
    6. In the Proposed action field, select the action to take when committing the update set.
    7. Click Update to save the action.
    8. Repeat the process for every preview record.

    Resolve a preview problem in an update set

    Preview an update set to detect and resolve problems that may occur if you commit the updates on the local instance.

    1. Navigate to System Update Sets > Retrieved Update Sets.
    2. Open the update set record and scroll to the Update Set Preview Problems related list.
      Figure 3. Upset Set Preview Problems
      Screenshot of Update Set Preview Problems
    3. Review each problem description to determine the cause and resolve the problem.
      Update Set Preview Problems
      Missing Object
      Example problem text: Could not find a record in sys_ui_policy referenced in this update.
      Description: The object or a referenced object does not exist on the target instance. For example:
      • An update modifies the form layout for a table that has not been created in the local instance.
      • A UI policy action is included in the update set, but the parent UI policy is not.
      • Resolution: Create another update set on the source instance to transfer the missing object to the local instance, or create the object on the local instance. Use these Available Actions to assist in problem resolution:
        • Find missing field or Find missing record: Opens a new window and searches the source instance for the missing field (dictionary entry) or record.
        • Find missing update: Opens a new window and searches the source instance for the update record that corresponds to the missing field or record.
      Collision
      Example problem text: Found a local update that is newer than this one
      Description: A change in the update set is older than a change to the same object on the local instance.
      Resolution: Compare the two updates and determine which version to use. To use the version on the local instance, select Skip remote update. To use the version in the update set, select Accept remote update. Use these Available Actions to assist in problem resolution:
      • Compare with local: opens the preview record, which provides a comparison of the differences between the local version and the version in the update set.
      • Show local field or Show local record
      • Show local update
      Uncommitted update
      Example problem text: Could not find a table field (u_case.u_reference) referenced in this update, but did find it in another uncommitted update set
      Description: The object exists in another remote update set that has not been committed.
      Resolution: Commit the other remote update set first or move this update to the other update set. Use these Available Actions to assist in problem resolution:
      • Show uncommitted update: opens the update record in the other remote update set.
      • Show uncommitted Update Set: open the other remote update set record.
      Table to be deleted has data
      Example problem text: Found a row in the table that is going to be deleted
      Description: One difference between table deletes and other metadata deletes is that the table data is lost when the table is deleted. (If the table is empty (no rows), then no problem is generated.)
      Resolution: The problem must be ignored (delete will happen) or skipped (delete will not happen) before the update set can be committed. You can restore the table, but the restore does not bring back the data.

      You are not allowed to delete system tables (ServiceNow tables) or tables outside your application scope.

      Application scope validation issue
      Description: The previewer identifies the following combination of states as a problem:
      • The scope for the update set is not Global and
      • The application is not found on the target instance and
      • The application is not included with the update set and
      • The application is not found on the ServiceNow Store.
      Resolution: Transfer the update set only to instances that include the application scope or ensure that the update set includes the application.
      Conflict within a single batch
      Example problem text: This update has conflicts within the update set with the same name. Resolve the issue on the source system and re-preview or choose a specific update to use.
      Description: Two or more update sets within the same batch have conflicting changes. The Update Set Preview Problems list contains a record for each update set with a conflicting change.
      Resolution: Compare the conflicting update sets and determine which version to use. If you know which update set is the correct one to use, select the row for that set and click Accept this collision. Otherwise, click Compare Collisions to compare the conflicting update sets.
      Figure 4. Compare two Updates
      Screenshot of Compare two Updates form
      From this screen, you can compare any two of the conflicting update sets and choose the update set to commit.

    Tags:

    Feedback
    On this page

    Previous topic

    Next topic

    • Contact Us
    • Careers
    • Terms of Use
    • Privacy Statement
    • Sitemap
    • © ServiceNow. All rights reserved.

    Release version
    Choose your release version

      Preview a remote update set

      • Save as PDF Selected topic Topic & subtopics All topics in contents
      • Unsubscribe Log in to subscribe to topics and get notified when content changes.
      • Share this page

      Preview a remote update set

      Previewing compares an update set retrieved from a remote instance to updates on the local instance to detect potential problems. You must preview an update set and address all problems before you can commit the update set.

      1. If the system property glide.update_set.auto_preview is set to true, the system automatically starts the preview process after the update set is retrieved. If this property is false, the preview process must be started manually.
        1. Navigate to System Update Sets > Retrieved Update Sets.
        2. Click Preview Update Set.
        For large update sets, the preview process may require a significant amount of time. If necessary, you can cancel the preview process by clicking the Cancel button on the progress dialog box.
        The Update Set Preview page shows results and lists problems. Read the information and click Close.
      2. On the Retrieved Update Set form:
        OptionAction
        If no problems were detected Click Commit Update Set to commit all changes on the instance without reviewing the preview results.
        If problems were detected Address each problem in the Update Set Preview Problems related list.
        Figure 1. Retrieved Update Set form
        Retrieved update set form
      3. (Optional) Open the update set record and click Show All Preview Records to make sure the correct updates are being committed.
      4. (Optional) Open the update set record and click Run Preview Again to run the comparisons again. Review the Update Set Preview Problems related list to ensure that the correct updates are being committed.

      Review a preview record for an update set

      The process of previewing an update set creates a preview record for each update. You can review the preview records to make sure that the correct updates are being committed.

      1. Open the Update Set record and preview the update set.
      2. Click the Show All Preview Records related link.
      3. Click the Disposition to open a preview record and then review the information (see table).
      4. Fill in the fields on the form, as appropriate.
        Figure 2. Update set preview
        Update set preview
        Field Description
        Disposition Indicates when a collision is detected:
        • Collision/Update, Collision/Insert, or Collision/Delete: the change is older than a change to the same object on the local instance.
        • Update, Insert, or Delete: the change does not conflict with a change on the local instance.
        File differences Compares the most recent version of the object on the local instance with the version in the update set. Differences are marked with a color key. Deletions are highlighted in red, additions in green, and modifications in yellow.
        Proposed action Indicates how to handle the change when the update set is committed.
        • Commit: Accept the change in the remote update. The default proposed action for every preview record is Commit, even if a newer update exists on the instance.
        • Skip: Reject the change.
      5. If necessary, resolve any problems listed in the Update Problems related list.
      6. In the Proposed action field, select the action to take when committing the update set.
      7. Click Update to save the action.
      8. Repeat the process for every preview record.

      Resolve a preview problem in an update set

      Preview an update set to detect and resolve problems that may occur if you commit the updates on the local instance.

      1. Navigate to System Update Sets > Retrieved Update Sets.
      2. Open the update set record and scroll to the Update Set Preview Problems related list.
        Figure 3. Upset Set Preview Problems
        Screenshot of Update Set Preview Problems
      3. Review each problem description to determine the cause and resolve the problem.
        Update Set Preview Problems
        Missing Object
        Example problem text: Could not find a record in sys_ui_policy referenced in this update.
        Description: The object or a referenced object does not exist on the target instance. For example:
        • An update modifies the form layout for a table that has not been created in the local instance.
        • A UI policy action is included in the update set, but the parent UI policy is not.
        • Resolution: Create another update set on the source instance to transfer the missing object to the local instance, or create the object on the local instance. Use these Available Actions to assist in problem resolution:
          • Find missing field or Find missing record: Opens a new window and searches the source instance for the missing field (dictionary entry) or record.
          • Find missing update: Opens a new window and searches the source instance for the update record that corresponds to the missing field or record.
        Collision
        Example problem text: Found a local update that is newer than this one
        Description: A change in the update set is older than a change to the same object on the local instance.
        Resolution: Compare the two updates and determine which version to use. To use the version on the local instance, select Skip remote update. To use the version in the update set, select Accept remote update. Use these Available Actions to assist in problem resolution:
        • Compare with local: opens the preview record, which provides a comparison of the differences between the local version and the version in the update set.
        • Show local field or Show local record
        • Show local update
        Uncommitted update
        Example problem text: Could not find a table field (u_case.u_reference) referenced in this update, but did find it in another uncommitted update set
        Description: The object exists in another remote update set that has not been committed.
        Resolution: Commit the other remote update set first or move this update to the other update set. Use these Available Actions to assist in problem resolution:
        • Show uncommitted update: opens the update record in the other remote update set.
        • Show uncommitted Update Set: open the other remote update set record.
        Table to be deleted has data
        Example problem text: Found a row in the table that is going to be deleted
        Description: One difference between table deletes and other metadata deletes is that the table data is lost when the table is deleted. (If the table is empty (no rows), then no problem is generated.)
        Resolution: The problem must be ignored (delete will happen) or skipped (delete will not happen) before the update set can be committed. You can restore the table, but the restore does not bring back the data.

        You are not allowed to delete system tables (ServiceNow tables) or tables outside your application scope.

        Application scope validation issue
        Description: The previewer identifies the following combination of states as a problem:
        • The scope for the update set is not Global and
        • The application is not found on the target instance and
        • The application is not included with the update set and
        • The application is not found on the ServiceNow Store.
        Resolution: Transfer the update set only to instances that include the application scope or ensure that the update set includes the application.
        Conflict within a single batch
        Example problem text: This update has conflicts within the update set with the same name. Resolve the issue on the source system and re-preview or choose a specific update to use.
        Description: Two or more update sets within the same batch have conflicting changes. The Update Set Preview Problems list contains a record for each update set with a conflicting change.
        Resolution: Compare the conflicting update sets and determine which version to use. If you know which update set is the correct one to use, select the row for that set and click Accept this collision. Otherwise, click Compare Collisions to compare the conflicting update sets.
        Figure 4. Compare two Updates
        Screenshot of Compare two Updates form
        From this screen, you can compare any two of the conflicting update sets and choose the update set to commit.

      Tags:

      Feedback

          Share this page

          Got it! Feel free to add a comment
          To share your product suggestions, visit the Idea Portal.
          Please let us know how to improve this content

          Check any that apply

          To share your product suggestions, visit the Idea Portal.
          Confirm

          We were unable to find "Coaching" in Jakarta. Would you like to search instead?

          No Yes
          • Contact Us
          • Careers
          • Terms of Use
          • Privacy Statement
          • Sitemap
          • © ServiceNow. All rights reserved.

          Subscribe Subscribed Unsubscribe Last updated: Tags: January February March April May June July August September October November December No Results Found Versions Search preferences successfully updated My release version successfully updated My release version successfully deleted An error has occurred. Please try again later. You have been unsubscribed from all topics. You are now subscribed to and will receive notifications if any changes are made to this page. You have been unsubscribed from this content Thank you for your feedback. Form temporarily unavailable. Please try again or contact  docfeedback@servicenow.com  to submit your comments. The topic you requested does not exist in the release. You were redirected to a related topic instead. The available release versions for this topic are listed There is no specific version for this documentation. Explore products Click to go to the page. Release notes and upgrades Click to open the dropdown menu. Delete Remove No selected version Reset This field is required You are already subscribed to this topic Attach screenshot The file you uploaded exceeds the allowed file size of 20MB. Please try again with a smaller file. Please complete the reCAPTCHA step to attach a screenshot
          Log in to personalize your search results and subscribe to topics
          No, thanks Login