Skip to content

Commit 5d99026

Browse files
author
admin
committed
Initial Commit
1 parent ee0f81a commit 5d99026

23 files changed

+584
-2
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# ServiceNowDemo
1+
# Generated files
2+
This repository contains generated files and a checksum.
3+
4+
**Do not edit the files in this repository outside of an instance of ServiceNow.**
5+
6+
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:
7+
* Remove the problem commits:
8+
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
9+
2. Run `git log` and take note of the SHA1s of the problem commits
10+
3. Build revert commits using `git revert SHA1` repeatedly, working backward in time, for each commit that introduced changes not generated by a ServiceNow instance
11+
4. Run `git push`
12+
13+
* Overwrite the problem code snapshot with a known good one:
14+
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,
15+
2. Locate a known good code snapshot and record its SHA1. For this step, `git log` can be useful.
16+
2. Run `git reset --hard SHA1` to a commit that was generated by a ServiceNow instance
17+
3. Run `git reset HEAD{1}`
18+
4. Run `git add -A`
19+
5. Run `git commit`
20+
6. Run `git push`

TestFile

-1
This file was deleted.

checksum.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EwZn9262adVfZ5MDF4NXuY_pNPC9ncbQokAsl2wFnCIfKdxkvdxCgweA8z4hBm4tbktkh_ZZEpODt8R_XlvLj0z21vUBJcJJvzWnizpRfum_nougN9NugTN1C0BFk0bIwZTpAR0o6wpi994qZmoj71UHEK_3M-BGFZE97A37fHXXPSR4j0f9lZQ7YxtocQkMEIXjaGYxjuA8OaCUQDYomWlAB6Yj1Uvwm9UcMoxJ5qBPhG-syrxVO3Zwt06KgJ87xj2M5i7QLzL4ExCYJZl7I1qMQqovZmAGJQ1yqUJLfhDIra0Z0Km541lQITc9MhbjfvTW1Zs2tHCw10_qEcJNDulUJE1hadba-JlSQkuXWk-ppWh6JnGmLUy7Lsx21IA7Qy_rUxsGcMRkbXTjJljqZNp1hRtR-3TIvkCi3pnZCI2WLsic7YKf7_8WjQn3fiaXJH5s_efYQ_tyoRg9KIFwf4zxH5jrksF5JxstLMd1KzR3oBsT_v4jlZ6NI_p0ITKSUWfde_5rBxQRAIu6Fm7fn3Dz-f2L01kR6sAM9kBNcaQ8JRTOQkhT84fdxcM_GzcGBppqoXAN1-hPxaxRA2fgVjU-qxT8nwicg4bIZFpetu94EBxYfN1lDsQGa12DgOl4ILhMLPckekAhYVo5CQwUsc8ddScey_EaDQ58q9QYMRk

dictionary/x_simsi_gitdemo_table.xml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?><database>
2+
<element extends="task" label="GITDemo Table" max_length="40" name="x_simsi_gitdemo_table" type="collection"/>
3+
</database>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_app">
2+
<sys_app action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<enforce_license>none</enforce_license>
5+
<js_level>helsinki_es5</js_level>
6+
<licensable>true</licensable>
7+
<license_category>none</license_category>
8+
<license_model>none</license_model>
9+
<logo/>
10+
<menu display_value="GITDemo">b3ce37dedb1da3009ac4d65fdf9619dd</menu>
11+
<name>GITDemo</name>
12+
<private>false</private>
13+
<restrict_table_access>false</restrict_table_access>
14+
<runtime_access_tracking>permissive</runtime_access_tracking>
15+
<scope>x_simsi_gitdemo</scope>
16+
<scoped_administration>false</scoped_administration>
17+
<short_description/>
18+
<source>x_simsi_gitdemo</source>
19+
<store_correlation_id/>
20+
<store_url/>
21+
<sys_class_name>sys_app</sys_class_name>
22+
<sys_code/>
23+
<sys_created_by>admin</sys_created_by>
24+
<sys_created_on>2018-10-24 16:14:15</sys_created_on>
25+
<sys_id>f7ceb3dedb1da3009ac4d65fdf9619a8</sys_id>
26+
<sys_mod_count>0</sys_mod_count>
27+
<sys_updated_by>admin</sys_updated_by>
28+
<sys_updated_on>2018-10-24 16:14:15</sys_updated_on>
29+
<template/>
30+
<trackable>true</trackable>
31+
<user_role display_value="x_simsi_gitdemo.user" name="x_simsi_gitdemo.user">77ce77dedb1da3009ac4d65fdf9619a7</user_role>
32+
<vendor/>
33+
<vendor_prefix/>
34+
<version>1.0.0</version>
35+
</sys_app>
36+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_app_application">
2+
<sys_app_application action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<category/>
5+
<description/>
6+
<device_type>browser</device_type>
7+
<hint/>
8+
<name>GITDemo</name>
9+
<order/>
10+
<roles>x_simsi_gitdemo.user</roles>
11+
<sys_class_name>sys_app_application</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:15</sys_created_on>
14+
<sys_domain>global</sys_domain>
15+
<sys_domain_path>/</sys_domain_path>
16+
<sys_id>b3ce37dedb1da3009ac4d65fdf9619dd</sys_id>
17+
<sys_mod_count>1</sys_mod_count>
18+
<sys_name>GITDemo</sys_name>
19+
<sys_overrides/>
20+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
21+
<sys_policy/>
22+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
23+
<sys_update_name>sys_app_application_b3ce37dedb1da3009ac4d65fdf9619dd</sys_update_name>
24+
<sys_updated_by>admin</sys_updated_by>
25+
<sys_updated_on>2018-10-24 16:14:15</sys_updated_on>
26+
<title>GITDemo</title>
27+
<view_name/>
28+
</sys_app_application>
29+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_app_module">
2+
<sys_app_module action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<application display_value="GITDemo">b3ce37dedb1da3009ac4d65fdf9619dd</application>
5+
<assessment/>
6+
<content_page/>
7+
<device_type/>
8+
<filter/>
9+
<hint/>
10+
<homepage/>
11+
<image/>
12+
<link_type>LIST</link_type>
13+
<map_page/>
14+
<mobile_title>GITDemo Table</mobile_title>
15+
<mobile_view_name>Mobile</mobile_view_name>
16+
<name>x_simsi_gitdemo_table</name>
17+
<order/>
18+
<override_menu_roles>false</override_menu_roles>
19+
<query/>
20+
<report/>
21+
<roles>x_simsi_gitdemo.user</roles>
22+
<sys_class_name>sys_app_module</sys_class_name>
23+
<sys_created_by>admin</sys_created_by>
24+
<sys_created_on>2018-10-24 16:14:22</sys_created_on>
25+
<sys_domain>global</sys_domain>
26+
<sys_domain_path>/</sys_domain_path>
27+
<sys_id>addeb7dedb1da3009ac4d65fdf96192f</sys_id>
28+
<sys_mod_count>0</sys_mod_count>
29+
<sys_name>GITDemo Table</sys_name>
30+
<sys_overrides/>
31+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
32+
<sys_policy/>
33+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
34+
<sys_update_name>sys_app_module_addeb7dedb1da3009ac4d65fdf96192f</sys_update_name>
35+
<sys_updated_by>admin</sys_updated_by>
36+
<sys_updated_on>2018-10-24 16:14:22</sys_updated_on>
37+
<timeline_page/>
38+
<title>GITDemo Table</title>
39+
<uncancelable>false</uncancelable>
40+
<view_name/>
41+
<window_name/>
42+
</sys_app_module>
43+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_db_object">
2+
<sys_db_object action="INSERT_OR_UPDATE">
3+
<access>public</access>
4+
<actions_access>false</actions_access>
5+
<alter_access>false</alter_access>
6+
<client_scripts_access>false</client_scripts_access>
7+
<configuration_access>false</configuration_access>
8+
<create_access>false</create_access>
9+
<create_access_controls>true</create_access_controls>
10+
<delete_access>false</delete_access>
11+
<extension_model/>
12+
<is_extendable>false</is_extendable>
13+
<label>Gitdemo Table</label>
14+
<live_feed_enabled>false</live_feed_enabled>
15+
<name>x_simsi_gitdemo_table</name>
16+
<number_ref/>
17+
<provider_class/>
18+
<read_access>true</read_access>
19+
<super_class display_value="Task" name="task">13a1a9441320130013d936328144b0b0</super_class>
20+
<sys_class_code/>
21+
<sys_class_name>sys_db_object</sys_class_name>
22+
<sys_class_path/>
23+
<sys_created_by>admin</sys_created_by>
24+
<sys_created_on>2018-10-24 16:14:16</sys_created_on>
25+
<sys_id>3bceb3dedb1da3009ac4d65fdf9619a8</sys_id>
26+
<sys_mod_count>0</sys_mod_count>
27+
<sys_name>GITDemo Table</sys_name>
28+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
29+
<sys_policy/>
30+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
31+
<sys_update_name>sys_db_object_3bceb3dedb1da3009ac4d65fdf9619a8</sys_update_name>
32+
<sys_updated_by>admin</sys_updated_by>
33+
<sys_updated_on>2018-10-24 16:14:16</sys_updated_on>
34+
<update_access>false</update_access>
35+
<user_role display_value="x_simsi_gitdemo.user" name="x_simsi_gitdemo.user">77ce77dedb1da3009ac4d65fdf9619a7</user_role>
36+
<ws_access>true</ws_access>
37+
</sys_db_object>
38+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update>
2+
<sys_dictionary action="INSERT_OR_UPDATE" element="" extends="task" table="x_simsi_gitdemo_table">
3+
<active>true</active>
4+
<array>false</array>
5+
<array_denormalized>false</array_denormalized>
6+
<attributes/>
7+
<audit>false</audit>
8+
<calculation><![CDATA[(function calculatedFieldValue(current) {
9+
10+
// Add your code here
11+
return ''; // return the calculated value
12+
13+
})(current);]]></calculation>
14+
<choice/>
15+
<choice_field/>
16+
<choice_table/>
17+
<column_label/>
18+
<comments/>
19+
<create_roles/>
20+
<default_value/>
21+
<defaultsort/>
22+
<delete_roles/>
23+
<dependent/>
24+
<dependent_on_field/>
25+
<display>false</display>
26+
<dynamic_creation>false</dynamic_creation>
27+
<dynamic_creation_script/>
28+
<dynamic_default_value/>
29+
<dynamic_ref_qual/>
30+
<element/>
31+
<element_reference>false</element_reference>
32+
<foreign_database/>
33+
<function_definition/>
34+
<function_field>false</function_field>
35+
<internal_type display_value="Collection">collection</internal_type>
36+
<mandatory>false</mandatory>
37+
<max_length>40</max_length>
38+
<name>x_simsi_gitdemo_table</name>
39+
<next_element/>
40+
<primary>false</primary>
41+
<read_only>false</read_only>
42+
<read_roles/>
43+
<reference/>
44+
<reference_cascade_rule/>
45+
<reference_floats>false</reference_floats>
46+
<reference_key/>
47+
<reference_qual/>
48+
<reference_qual_condition/>
49+
<reference_type/>
50+
<sizeclass/>
51+
<spell_check>false</spell_check>
52+
<staged>false</staged>
53+
<sys_class_name>sys_dictionary</sys_class_name>
54+
<sys_created_by>admin</sys_created_by>
55+
<sys_created_on>2018-10-24 16:14:20</sys_created_on>
56+
<sys_id>5ddeb7dedb1da3009ac4d65fdf961901</sys_id>
57+
<sys_mod_count>0</sys_mod_count>
58+
<sys_name>x_simsi_gitdemo_table</sys_name>
59+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
60+
<sys_policy/>
61+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
62+
<sys_update_name>sys_dictionary_x_simsi_gitdemo_table_null</sys_update_name>
63+
<sys_updated_by>admin</sys_updated_by>
64+
<sys_updated_on>2018-10-24 16:14:20</sys_updated_on>
65+
<table_reference>false</table_reference>
66+
<text_index>false</text_index>
67+
<unique>false</unique>
68+
<use_dependent_field>false</use_dependent_field>
69+
<use_dynamic_default>false</use_dynamic_default>
70+
<use_reference_qualifier>simple</use_reference_qualifier>
71+
<virtual>false</virtual>
72+
<widget/>
73+
<write_roles/>
74+
<xml_view>false</xml_view>
75+
</sys_dictionary>
76+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update>
2+
<sys_documentation element="" label="GITDemo Table" language="en" table="x_simsi_gitdemo_table">
3+
<sys_documentation action="INSERT_OR_UPDATE">
4+
<element/>
5+
<help/>
6+
<hint/>
7+
<label>GITDemo Table</label>
8+
<language>en</language>
9+
<name>x_simsi_gitdemo_table</name>
10+
<plural>GITDemo Tables</plural>
11+
<sys_class_name>sys_documentation</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:21</sys_created_on>
14+
<sys_id>61deb7dedb1da3009ac4d65fdf961917</sys_id>
15+
<sys_mod_count>0</sys_mod_count>
16+
<sys_name>GITDemo Table</sys_name>
17+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
18+
<sys_policy/>
19+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
20+
<sys_update_name>sys_documentation_x_simsi_gitdemo_table__en</sys_update_name>
21+
<sys_updated_by>admin</sys_updated_by>
22+
<sys_updated_on>2018-10-24 16:14:21</sys_updated_on>
23+
<url/>
24+
<url_target/>
25+
</sys_documentation>
26+
</sys_documentation>
27+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_security_acl">
2+
<sys_security_acl action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<admin_overrides>true</admin_overrides>
5+
<advanced>false</advanced>
6+
<condition/>
7+
<description>Default access control on x_simsi_gitdemo_table</description>
8+
<name>x_simsi_gitdemo_table</name>
9+
<operation display_value="delete">delete</operation>
10+
<script/>
11+
<sys_class_name>sys_security_acl</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:20</sys_created_on>
14+
<sys_id>05de77dedb1da3009ac4d65fdf9619ed</sys_id>
15+
<sys_mod_count>0</sys_mod_count>
16+
<sys_name>x_simsi_gitdemo_table</sys_name>
17+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
18+
<sys_policy/>
19+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
20+
<sys_update_name>sys_security_acl_05de77dedb1da3009ac4d65fdf9619ed</sys_update_name>
21+
<sys_updated_by>admin</sys_updated_by>
22+
<sys_updated_on>2018-10-24 16:14:20</sys_updated_on>
23+
<type display_value="record">record</type>
24+
</sys_security_acl>
25+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_security_acl">
2+
<sys_security_acl action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<admin_overrides>true</admin_overrides>
5+
<advanced>false</advanced>
6+
<condition/>
7+
<description>Default access control on x_simsi_gitdemo_table</description>
8+
<name>x_simsi_gitdemo_table</name>
9+
<operation display_value="create">create</operation>
10+
<script/>
11+
<sys_class_name>sys_security_acl</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:17</sys_created_on>
14+
<sys_id>18de77dedb1da3009ac4d65fdf9619c5</sys_id>
15+
<sys_mod_count>0</sys_mod_count>
16+
<sys_name>x_simsi_gitdemo_table</sys_name>
17+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
18+
<sys_policy/>
19+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
20+
<sys_update_name>sys_security_acl_18de77dedb1da3009ac4d65fdf9619c5</sys_update_name>
21+
<sys_updated_by>admin</sys_updated_by>
22+
<sys_updated_on>2018-10-24 16:14:17</sys_updated_on>
23+
<type display_value="record">record</type>
24+
</sys_security_acl>
25+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_security_acl">
2+
<sys_security_acl action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<admin_overrides>true</admin_overrides>
5+
<advanced>false</advanced>
6+
<condition/>
7+
<description>Default access control on x_simsi_gitdemo_table</description>
8+
<name>x_simsi_gitdemo_table</name>
9+
<operation display_value="write">write</operation>
10+
<script/>
11+
<sys_class_name>sys_security_acl</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:20</sys_created_on>
14+
<sys_id>41de77dedb1da3009ac4d65fdf9619e5</sys_id>
15+
<sys_mod_count>0</sys_mod_count>
16+
<sys_name>x_simsi_gitdemo_table</sys_name>
17+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
18+
<sys_policy/>
19+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
20+
<sys_update_name>sys_security_acl_41de77dedb1da3009ac4d65fdf9619e5</sys_update_name>
21+
<sys_updated_by>admin</sys_updated_by>
22+
<sys_updated_on>2018-10-24 16:14:20</sys_updated_on>
23+
<type display_value="record">record</type>
24+
</sys_security_acl>
25+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_security_acl">
2+
<sys_security_acl action="INSERT_OR_UPDATE">
3+
<active>true</active>
4+
<admin_overrides>true</admin_overrides>
5+
<advanced>false</advanced>
6+
<condition/>
7+
<description>Default access control on x_simsi_gitdemo_table</description>
8+
<name>x_simsi_gitdemo_table</name>
9+
<operation display_value="read">read</operation>
10+
<script/>
11+
<sys_class_name>sys_security_acl</sys_class_name>
12+
<sys_created_by>admin</sys_created_by>
13+
<sys_created_on>2018-10-24 16:14:20</sys_created_on>
14+
<sys_id>8dde77dedb1da3009ac4d65fdf9619dc</sys_id>
15+
<sys_mod_count>0</sys_mod_count>
16+
<sys_name>x_simsi_gitdemo_table</sys_name>
17+
<sys_package display_value="GITDemo" source="x_simsi_gitdemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_package>
18+
<sys_policy/>
19+
<sys_scope display_value="GITDemo">f7ceb3dedb1da3009ac4d65fdf9619a8</sys_scope>
20+
<sys_update_name>sys_security_acl_8dde77dedb1da3009ac4d65fdf9619dc</sys_update_name>
21+
<sys_updated_by>admin</sys_updated_by>
22+
<sys_updated_on>2018-10-24 16:14:20</sys_updated_on>
23+
<type display_value="record">record</type>
24+
</sys_security_acl>
25+
</record_update>

0 commit comments

Comments
 (0)