Skip to content

Commit b2c4c73

Browse files
author
me.niedzielski@snc
committed
Populate app repo
0 parents  commit b2c4c73

File tree

37 files changed

+1515
-0
lines changed

37 files changed

+1515
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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`

checksum.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SlHdJeYS6pWMdEno5LombyKYkFPoO4xG7vv-Ud6NE2pt2wd_sGUg3V81rr_76WPVuMHoxFKU2KE-ic5ml4O_cfQxYCsha4X5nYHKKvH_07doo7IUpsnsHdHIQVx18pQl_07C1v-MHQzk2G87gYHPwWnhaPxOc3-1rZlvJbl1iER-2lX1gllSY5gWNyfAYAwFcvbpKekKD7HY7akeIf98rw7e5EOtsL0iOlw-s8rOCcf21MfEPdYdMeqOGnErh9GRQcAm1yTVfsH_zD_fcpJiL1NqIks7LOfCocBDyL2DgFALJQCb1x721oMYlXqNYvk_RruuBI3VAncBjby0VLCmCYcBwBunZZwaMJ9thT7PLni-lskGZKZd_fnybo3iNLcdGjxnvP53wsIOYAEUEaTJYMQXUBgC6m7hLvZM0bNHEzoxM1WjkcZoFiDg-W6EtW5HaD2GA0huoYhRBVWkENBsEeePmqKOifcCWaFC5zuz5gIkQ22P0Ry0idKCaQSCMGZPx6hVX0y3kcA_GaybbiYh6wm3xPF61BqX-H9iAXJjy19MpZ9jM6VX3584UIOB583CO_LeGOXp4KeErvCvQZoSn-l2sK29CsaW-LaRMfqAhWZ7dePYmARDHaUbsHmnTIuHWetUucMpEPb52-vGULP0JdMPsrfcdtCLJ_lTiuR3G2Y

dictionary/x_snc_createnotes_note.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<database>
3+
<element label="Note" max_length="40" name="x_snc_createnotes_note" type="collection">
4+
<element default="Enter notes here" label="Note" max_length="4000" name="note" type="string"/>
5+
<element default="javascript:getNextObjNumberPadded();" display="true" dynamic_default_value="fdcb83a85f220100a9ad2572f2b4773c" label="Number" max_length="40" name="number" type="string" use_dynamic_default="true"/>
6+
<element label="Share" max_length="4000" name="share" reference="sys_user" type="glide_list"/>
7+
<element default="New Note" label="Title" max_length="100" name="title" type="string"/>
8+
<element label="User" max_length="32" name="user" reference="sys_user" type="reference"/>
9+
<index name="index">
10+
<element name="user"/>
11+
</index>
12+
</element>
13+
</database>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update table="sys_app">
3+
<sys_app action="INSERT_OR_UPDATE">
4+
<active>true</active>
5+
<enforce_license>log</enforce_license>
6+
<js_level>helsinki_es5</js_level>
7+
<licensable>true</licensable>
8+
<license_model>none</license_model>
9+
<logo/>
10+
<menu/>
11+
<name>CreateNotes</name>
12+
<private>false</private>
13+
<restrict_table_access>false</restrict_table_access>
14+
<runtime_access_tracking>permissive</runtime_access_tracking>
15+
<scope>x_snc_createnotes</scope>
16+
<scoped_administration>false</scoped_administration>
17+
<short_description/>
18+
<source>x_snc_createnotes</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>2017-04-10 14:55:48</sys_created_on>
25+
<sys_id>df5fd9a5090232007f44e1046c8ff69f</sys_id>
26+
<sys_mod_count>1</sys_mod_count>
27+
<sys_updated_by>admin</sys_updated_by>
28+
<sys_updated_on>2017-04-20 17:51:46</sys_updated_on>
29+
<template/>
30+
<trackable>true</trackable>
31+
<user_role/>
32+
<vendor/>
33+
<vendor_prefix/>
34+
<version>1.1.0</version>
35+
</sys_app>
36+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update sys_domain="global" table="sys_app_application">
3+
<sys_app_application action="INSERT_OR_UPDATE">
4+
<active>true</active>
5+
<category display_value="Custom Applications">e0355b31ef303000a61d5a3615c0fb78</category>
6+
<description/>
7+
<device_type>browser</device_type>
8+
<hint/>
9+
<name>CreateNotes</name>
10+
<order>100</order>
11+
<roles>x_snc_createnotes.note_user</roles>
12+
<sys_class_name>sys_app_application</sys_class_name>
13+
<sys_created_by>admin</sys_created_by>
14+
<sys_created_on>2017-04-10 15:48:50</sys_created_on>
15+
<sys_customer_update>true</sys_customer_update>
16+
<sys_domain>global</sys_domain>
17+
<sys_domain_path>/</sys_domain_path>
18+
<sys_id>c08b6569090232007f44e1046c8ff675</sys_id>
19+
<sys_mod_count>0</sys_mod_count>
20+
<sys_name>CreateNotes</sys_name>
21+
<sys_overrides/>
22+
<sys_package display_value="CreateNotes" source="x_snc_createnotes">df5fd9a5090232007f44e1046c8ff69f</sys_package>
23+
<sys_policy/>
24+
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
25+
<sys_scope display_value="CreateNotes">df5fd9a5090232007f44e1046c8ff69f</sys_scope>
26+
<sys_update_name>sys_app_application_c08b6569090232007f44e1046c8ff675</sys_update_name>
27+
<sys_updated_by>admin</sys_updated_by>
28+
<sys_updated_on>2017-04-10 15:48:50</sys_updated_on>
29+
<title>CreateNotes</title>
30+
<view_name/>
31+
</sys_app_application>
32+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update sys_domain="global" table="sys_app_module">
3+
<sys_app_module action="INSERT_OR_UPDATE">
4+
<active>true</active>
5+
<application display_value="CreateNotes">c08b6569090232007f44e1046c8ff675</application>
6+
<assessment/>
7+
<content_page/>
8+
<device_type/>
9+
<filter/>
10+
<hint/>
11+
<homepage/>
12+
<image/>
13+
<link_type>LIST</link_type>
14+
<map_page/>
15+
<mobile_title>Notes</mobile_title>
16+
<mobile_view_name>Mobile</mobile_view_name>
17+
<name>x_snc_createnotes_note</name>
18+
<order/>
19+
<override_menu_roles>false</override_menu_roles>
20+
<query/>
21+
<report/>
22+
<roles>x_snc_createnotes.note_user</roles>
23+
<survey/>
24+
<survey_overwrite>true</survey_overwrite>
25+
<sys_class_name>sys_app_module</sys_class_name>
26+
<sys_created_by>admin</sys_created_by>
27+
<sys_created_on>2017-04-10 15:48:50</sys_created_on>
28+
<sys_customer_update>true</sys_customer_update>
29+
<sys_domain>global</sys_domain>
30+
<sys_domain_path>/</sys_domain_path>
31+
<sys_id>dc8b6569090232007f44e1046c8ff677</sys_id>
32+
<sys_mod_count>0</sys_mod_count>
33+
<sys_name>Notes</sys_name>
34+
<sys_overrides/>
35+
<sys_package display_value="CreateNotes" source="x_snc_createnotes">df5fd9a5090232007f44e1046c8ff69f</sys_package>
36+
<sys_policy/>
37+
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
38+
<sys_scope display_value="CreateNotes">df5fd9a5090232007f44e1046c8ff69f</sys_scope>
39+
<sys_update_name>sys_app_module_dc8b6569090232007f44e1046c8ff677</sys_update_name>
40+
<sys_updated_by>admin</sys_updated_by>
41+
<sys_updated_on>2017-04-10 15:48:50</sys_updated_on>
42+
<timeline_page/>
43+
<title>Notes</title>
44+
<uncancelable>false</uncancelable>
45+
<view_name/>
46+
<window_name/>
47+
</sys_app_module>
48+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update table="sys_db_object">
3+
<sys_db_object action="INSERT_OR_UPDATE">
4+
<access>public</access>
5+
<actions_access>false</actions_access>
6+
<alter_access>false</alter_access>
7+
<client_scripts_access>false</client_scripts_access>
8+
<configuration_access>false</configuration_access>
9+
<create_access>true</create_access>
10+
<create_access_controls>true</create_access_controls>
11+
<delete_access>true</delete_access>
12+
<extension_model/>
13+
<is_extendable>false</is_extendable>
14+
<label>Note</label>
15+
<live_feed_enabled>false</live_feed_enabled>
16+
<name>x_snc_createnotes_note</name>
17+
<number_ref display_value="NOTE">d98b6569090232007f44e1046c8ff6df</number_ref>
18+
<provider_class/>
19+
<read_access>true</read_access>
20+
<super_class/>
21+
<sys_class_code/>
22+
<sys_class_name>sys_db_object</sys_class_name>
23+
<sys_class_path/>
24+
<sys_created_by>admin</sys_created_by>
25+
<sys_created_on>2017-04-10 15:48:50</sys_created_on>
26+
<sys_customer_update>true</sys_customer_update>
27+
<sys_id>46baa169090232007f44e1046c8ff695</sys_id>
28+
<sys_mod_count>1</sys_mod_count>
29+
<sys_name>Note</sys_name>
30+
<sys_package display_value="CreateNotes" source="x_snc_createnotes">df5fd9a5090232007f44e1046c8ff69f</sys_package>
31+
<sys_policy/>
32+
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
33+
<sys_scope display_value="CreateNotes">df5fd9a5090232007f44e1046c8ff69f</sys_scope>
34+
<sys_update_name>sys_db_object_46baa169090232007f44e1046c8ff695</sys_update_name>
35+
<sys_updated_by>admin</sys_updated_by>
36+
<sys_updated_on>2017-04-10 15:48:55</sys_updated_on>
37+
<update_access>true</update_access>
38+
<user_role display_value="x_snc_createnotes.note_user" name="x_snc_createnotes.note_user">037be169090232007f44e1046c8ff602</user_role>
39+
<ws_access>true</ws_access>
40+
</sys_db_object>
41+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update>
3+
<sys_dictionary action="INSERT_OR_UPDATE" element="note" table="x_snc_createnotes_note">
4+
<active>true</active>
5+
<array>false</array>
6+
<array_denormalized>false</array_denormalized>
7+
<attributes/>
8+
<audit>false</audit>
9+
<calculation><![CDATA[(function calculatedFieldValue(current) {
10+
11+
// Add your code here
12+
return ''; // return the calculated value
13+
14+
})(current);]]></calculation>
15+
<choice/>
16+
<choice_field/>
17+
<choice_table/>
18+
<column_label>Note</column_label>
19+
<comments/>
20+
<create_roles/>
21+
<default_value>Enter notes here</default_value>
22+
<defaultsort/>
23+
<delete_roles/>
24+
<dependent/>
25+
<dependent_on_field/>
26+
<display>false</display>
27+
<dynamic_creation>false</dynamic_creation>
28+
<dynamic_creation_script/>
29+
<dynamic_default_value/>
30+
<dynamic_ref_qual/>
31+
<element>note</element>
32+
<element_reference>false</element_reference>
33+
<foreign_database/>
34+
<internal_type display_value="String">string</internal_type>
35+
<mandatory>false</mandatory>
36+
<max_length>4000</max_length>
37+
<name>x_snc_createnotes_note</name>
38+
<next_element/>
39+
<primary>false</primary>
40+
<read_only>false</read_only>
41+
<read_roles/>
42+
<reference/>
43+
<reference_cascade_rule/>
44+
<reference_floats>false</reference_floats>
45+
<reference_key/>
46+
<reference_qual/>
47+
<reference_qual_condition/>
48+
<reference_type/>
49+
<sizeclass/>
50+
<spell_check>false</spell_check>
51+
<staged>false</staged>
52+
<sys_class_name>sys_dictionary</sys_class_name>
53+
<sys_created_by>admin</sys_created_by>
54+
<sys_created_on>2017-04-10 15:48:47</sys_created_on>
55+
<sys_customer_update>false</sys_customer_update>
56+
<sys_id>233ba169090232007f44e1046c8ff6f2</sys_id>
57+
<sys_mod_count>0</sys_mod_count>
58+
<sys_name>Note</sys_name>
59+
<sys_package display_value="CreateNotes" source="x_snc_createnotes">df5fd9a5090232007f44e1046c8ff69f</sys_package>
60+
<sys_policy/>
61+
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
62+
<sys_scope display_value="CreateNotes">df5fd9a5090232007f44e1046c8ff69f</sys_scope>
63+
<sys_update_name>sys_dictionary_x_snc_createnotes_note_note</sys_update_name>
64+
<sys_updated_by>system</sys_updated_by>
65+
<sys_updated_on>2017-04-20 17:44:43</sys_updated_on>
66+
<table_reference>false</table_reference>
67+
<text_index>false</text_index>
68+
<unique>false</unique>
69+
<use_dependent_field>false</use_dependent_field>
70+
<use_dynamic_default>false</use_dynamic_default>
71+
<use_reference_qualifier>simple</use_reference_qualifier>
72+
<virtual>false</virtual>
73+
<widget/>
74+
<write_roles/>
75+
<xml_view>false</xml_view>
76+
</sys_dictionary>
77+
</record_update>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update>
3+
<sys_dictionary action="INSERT_OR_UPDATE" element="" table="x_snc_createnotes_note">
4+
<active>true</active>
5+
<array>false</array>
6+
<array_denormalized>false</array_denormalized>
7+
<attributes/>
8+
<audit>false</audit>
9+
<calculation><![CDATA[(function calculatedFieldValue(current) {
10+
11+
// Add your code here
12+
return ''; // return the calculated value
13+
14+
})(current);]]></calculation>
15+
<choice/>
16+
<choice_field/>
17+
<choice_table/>
18+
<column_label/>
19+
<comments/>
20+
<create_roles/>
21+
<default_value/>
22+
<defaultsort/>
23+
<delete_roles/>
24+
<dependent/>
25+
<dependent_on_field/>
26+
<display>false</display>
27+
<dynamic_creation>false</dynamic_creation>
28+
<dynamic_creation_script/>
29+
<dynamic_default_value/>
30+
<dynamic_ref_qual/>
31+
<element/>
32+
<element_reference>false</element_reference>
33+
<foreign_database/>
34+
<internal_type display_value="Collection">collection</internal_type>
35+
<mandatory>false</mandatory>
36+
<max_length>40</max_length>
37+
<name>x_snc_createnotes_note</name>
38+
<next_element/>
39+
<primary>false</primary>
40+
<read_only>false</read_only>
41+
<read_roles/>
42+
<reference/>
43+
<reference_cascade_rule/>
44+
<reference_floats>false</reference_floats>
45+
<reference_key/>
46+
<reference_qual/>
47+
<reference_qual_condition/>
48+
<reference_type/>
49+
<sizeclass/>
50+
<spell_check>false</spell_check>
51+
<staged>false</staged>
52+
<sys_class_name>sys_dictionary</sys_class_name>
53+
<sys_created_by>admin</sys_created_by>
54+
<sys_created_on>2017-04-10 15:48:52</sys_created_on>
55+
<sys_customer_update>false</sys_customer_update>
56+
<sys_id>248b6569090232007f44e1046c8ff696</sys_id>
57+
<sys_mod_count>0</sys_mod_count>
58+
<sys_name>x_snc_createnotes_note</sys_name>
59+
<sys_package display_value="CreateNotes" source="x_snc_createnotes">df5fd9a5090232007f44e1046c8ff69f</sys_package>
60+
<sys_policy/>
61+
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
62+
<sys_scope display_value="CreateNotes">df5fd9a5090232007f44e1046c8ff69f</sys_scope>
63+
<sys_update_name>sys_dictionary_x_snc_createnotes_note_NULL</sys_update_name>
64+
<sys_updated_by>system</sys_updated_by>
65+
<sys_updated_on>2017-04-20 17:44:47</sys_updated_on>
66+
<table_reference>false</table_reference>
67+
<text_index>false</text_index>
68+
<unique>false</unique>
69+
<use_dependent_field>false</use_dependent_field>
70+
<use_dynamic_default>false</use_dynamic_default>
71+
<use_reference_qualifier>simple</use_reference_qualifier>
72+
<virtual>false</virtual>
73+
<widget/>
74+
<write_roles/>
75+
<xml_view>false</xml_view>
76+
</sys_dictionary>
77+
</record_update>

0 commit comments

Comments
 (0)