Legacy - Apply remote changes

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Application developers can pull changes from a linked GIT repository to apply remote changes to the local instance.

    시작하기 전에

    중요사항:
    Starting with the Xanadu release, the legacy version of ServiceNow Studio is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported. For details on the deprecation process, see the Deprecation Process [KB0867184] article in the Now Support Knowledge Base.

    Try building and editing apps in the current version of ServiceNow Studio instead. For more information, see ServiceNow Studio.

    프로시저

    Navigate to All > Source Control > Apply Remote Changes.
    The following operations occur:
    • The system fetches the most recent changes from the remote repository.
    • The system applies the remote changes to the instance.
    • The system identifies any change conflicts requiring resolution.
    If there are conflicts, the system displays the Resolve Conflicts window.

    Delta loading is enabled by default in sys properties so your data isn't removed. You can disable this feature if you want data automatically deleted.

    주:
    After a Source Control Apply Remote Changes or other operation, you may encounter the error message: Skipped loading file *.xml, cannot parse the xml document, found git merge conflicts tokens. Make sure that the files in your application do not include values that the Git repository interprets as merge conflict tokens. While these aren’t actual conflicts, you should remove them anyway. Examples of these values are:

    >>>>>>>

    =======

    <<<<<<<

    다음에 수행할 작업

    Resolve any change conflicts.