Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Generated files
This repository contains generated files and a checksum.

**Do not edit the files in this repository outside of an instance of ServiceNow.**

If you find yourself unable to import your repository due to the presence of files edited outside an instance of ServiceNow, merge commits that mix files from different revisions, or other data that does not match the checksum, you may recover using either of the following techniques:
* Remove the problem commits:
1. Clone your repository to a personal computer with the git command line tools installed and open a git command prompt in the repository root
Expand All @@ -18,3 +16,13 @@ If you find yourself unable to import your repository due to the presence of fil
4. Run `git add -A`
5. Run `git commit`
6. Run `git push`

**Notes on dependencies**
1. Dependencies will not show up in the list of changes but will be exported/imported
2. It is your responsibility to resolve the dependencies before installing an application. ServiceNow source control will not manage these for you. In case you installed an application before installing its dependencies:
2.1 Delete the application
2.2 Activate/install all required dependencies
2.3 Re-import the application from source control
Currently listed dependencies:
* Task table schema
* System Import Sets
2 changes: 1 addition & 1 deletion checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
j1LxxYGxRFm0V_t27fuF0RfBQHSPb9g7O2CT6vF3emadeW5w-twYbkwXgGpOPwjFDEkHfTRZ78aqDVjeg_OneSjD7mVa1s_nQP11pqI0ooYGMaIJGyh6fsjpDN6LMhbcCibAwiYnTL_a8Ix4L5g3jDJ0TkdPOqfEGkNPA0YApnOZz38_St8CZ7tuk0TojWMxIXQYv0Ihu8dbGUuXatAnSPeTZgnNf4d-RaacMS_NhOqDDCPfmmWnYv9KVChdcEWslBB_3Snq3BEOfcaqUAkO8hCm3uwybGnhUMeiADYsoH1ZXJ_s27MFrkIZ9kvsutxg8MluPxZDYNBnCiJ6-M6XpT_r6nOpRpXryNA981uuDJsV-UVlNEnIVrpkrg40CvmVOD53I9oN55FOLr2thKXCrHSq6xywIuzStOy_SDlP5XXv0VDO3TCC_lgKNrrQHEHvyHSYkxtSdducHh73i0CK-yfXDJJDddodqE5DZyA9F7pCuQaVG7ar75BaZX7NpU_FaPVN7UfpVbWTVp0S2FJHHvO0K33uLP_amaKOcz86hlbQa_CfjpPxTauwVxBj43IKdqnFI_hmvkUmu-HtL5e8IhM4quW9I9x0P-2jFCJqJk3Me0T7e1EnFcre9k3XbB68WExJ1FGScGl2ysjfqGWwSVgVo_rBhy0jeDTuCGRTZMg
BtUx0y14JRJ4FJ189ezRomljZPVYrjVnccTiu5IHJ0L7SaZTLcOrYRuncqs7dvt4ZqziLOAEKidcNFAKOWA2PUx5SmoSuyTiS8F4o7ZHhFis0mtcJ3ggXOfUybt9vwe9EjoZoYFsgr5ldUvVPtHzk-hTb2JY-LQAijYjLGyrPD99L_091sNEA_3t6WtvAi0W8wanfC79nqFtfz-oaB7begBahkkjUQ0plvQwQZHHZpTbUNrP2YhJn4uAVffzefgY2tIsYv6xhytyTDIA4D4CMyFzN_TMQ6CIYw53xiXt4J9bkv-f2nDs-7ACtCNQuQImOsiPKqGLkt4V3M7irtEEnoblOzhsEPigHTCI4mMQ6k0t1KFWsjzyUQdkz2Oiaa93xyxq3zl_qforeavjK7YhxP89YxSURQAkFFAvQRyvTlRiJwzJtEEInxC6cWlWOL7SuMqk-yh1ZTEJ86zdKCEzNR5skZdIaER_iaQuHvQ5aJMHY5tE6X84bF2ctwenEf2lMkfqNvtd3bhyVB9YCrZrRAu-WW8ECX00YeQRgxQPN4O7nMhIDJDKX2X40cpUCOBCKWjfpeqgaJQ88ZRt0w1zvTrNIPodDAyWxgQcNvSb3Wy6IYIJodBrE7WovEAsgJsyvrE7MA2pMxwPtyFoSIkRfSAXbvOl0riE6bJL1PC7Uis
10 changes: 10 additions & 0 deletions sn_source_control.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#############################################################
# This ServiceNow-created file contains the path to the app in this repo
# path=<path to app content in your repo>
# For example, if the app content resides in a folder named x_my_custom_app, the path value would be:
# path=/x_my_custom_app
# Update the path value when you move the app to a new repo location.
############################################################
#
#Tue Feb 13 08:26:25 PST 2024
path=
Loading