Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fbef6bd
Deleted file
Jan 27, 2017
7edab4c
Load this release for the Client Scripting module.
Jan 30, 2017
1b9379b
test
Feb 8, 2017
dca5026
Updates
Feb 8, 2017
dff264e
updated
Feb 9, 2017
8aa7290
updated
Feb 9, 2017
0fa5b56
Added Client Scripts
Feb 9, 2017
824f792
updated
Feb 9, 2017
4d6ca46
update
Feb 9, 2017
7b1135d
Added client scripts
Feb 9, 2017
a5d4e65
updated
Feb 9, 2017
b9af829
updates
Feb 9, 2017
ccef1e4
Client Scripts Exercise completed
Feb 9, 2017
deee64b
updates
Feb 16, 2017
6786f94
updates
Feb 16, 2017
e70c21c
updates
Feb 16, 2017
160d46d
updates
Feb 16, 2017
0ce8a84
Updates
Feb 17, 2017
e67f6f7
Updates
Mar 2, 2017
35ceb16
update
Mar 2, 2017
9e35f2c
Added BR
Mar 3, 2017
31b1556
Added lab
Mar 8, 2017
5efcdc6
Added Script Include
Mar 9, 2017
65d2688
NeedIt Utils exercise
Mar 9, 2017
99de6e3
Roles and modules
Mar 14, 2017
ae6a123
Updates
Mar 15, 2017
01fd940
Runtime Access Tracking
Mar 16, 2017
db9a5ed
Import Data labs completed
Mar 29, 2017
1e8ad58
Test and Publish NeedIt Approval Workflow
Apr 4, 2017
3767249
Test Publish Workflow
Apr 5, 2017
d75bd7f
Scheduled Script Executions and Events
Apr 11, 2017
2d8d7ef
Notification
Apr 14, 2017
be45104
Notification
Apr 15, 2017
ae69a82
Notification Email Script
Apr 15, 2017
07cfc03
Inbound Actions
Apr 18, 2017
709835b
mailto
Apr 18, 2017
c2a14fa
changes
Apr 18, 2017
e4095c0
Updating NeedIt Request Type Options to check if its a new record
May 2, 2017
d3e8c7d
Changed email action
May 3, 2017
552484b
Added Category to notification
Jun 8, 2017
4697ec3
Application Properties Module Completed.
Sep 20, 2023
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:
* System Import Sets
* Task table schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?><record_update>
<sys_choice action="INSERT_OR_UPDATE" field="state" table="x_58872_needit_needit_task" version="3">
<sys_choice_set action="INSERT_OR_UPDATE">
<element>state</element>
<name>x_58872_needit_needit_task</name>
<sys_class_name>sys_choice_set</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-04-05 19:50:44</sys_created_on>
<sys_mod_count>1</sys_mod_count>
<sys_name>state</sys_name>
<sys_package display_value="NeedIt" source="x_58872_needit">6ead8e780f603200cd674f8ce1050ed1</sys_package>
<sys_policy/>
<sys_scope display_value="NeedIt">6ead8e780f603200cd674f8ce1050ed1</sys_scope>
<sys_update_name>sys_choice_x_58872_needit_needit_task_state</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-05 19:50:44</sys_updated_on>
</sys_choice_set>
<sys_choice action="INSERT_OR_UPDATE">
<dependent_value/>
<element>state</element>
<hint/>
<inactive>false</inactive>
<label>Open</label>
<language>en</language>
<name>x_58872_needit_needit_task</name>
<sequence>0</sequence>
<synonyms/>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-04-05 19:50:44</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-05 19:50:44</sys_updated_on>
<value>1</value>
</sys_choice>
<sys_choice action="INSERT_OR_UPDATE">
<dependent_value/>
<element>state</element>
<hint/>
<inactive>false</inactive>
<label>Work in Progress</label>
<language>en</language>
<name>x_58872_needit_needit_task</name>
<sequence>1</sequence>
<synonyms/>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-04-05 19:50:44</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-05 19:50:44</sys_updated_on>
<value>2</value>
</sys_choice>
<sys_choice action="INSERT_OR_UPDATE">
<dependent_value/>
<element>state</element>
<hint/>
<inactive>false</inactive>
<label>Closed Complete</label>
<language>en</language>
<name>x_58872_needit_needit_task</name>
<sequence>2</sequence>
<synonyms/>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-04-05 19:50:44</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-05 19:50:44</sys_updated_on>
<value>3</value>
</sys_choice>
<sys_choice action="INSERT_OR_UPDATE">
<dependent_value/>
<element>state</element>
<hint/>
<inactive>false</inactive>
<label>Closed Incomplete</label>
<language>en</language>
<name>x_58872_needit_needit_task</name>
<sequence>3</sequence>
<synonyms/>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-08-29 23:42:53</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2023-08-29 23:42:53</sys_updated_on>
<value>4</value>
</sys_choice>
</sys_choice>
</record_update>
2 changes: 1 addition & 1 deletion checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kMIE6mospx53j4Fa3raU_vPnpmVrX9j85TWqXi2Vt4UMeA67Z3mcPQAr9PPTPDU_SuWlAG7M2So3QViv9pzteRhIgUlL7Q65JIsKD8H_opJsXGXzWnBGXOTo1YoRb7Go28lRwqntC98TqrU7KwZdb-Jq61w97EItNbwOStcPn8S142vQZXOohwfSCzO6CxVMdawDbomW0G64RRTfgZOHi97UoQvSkHuH12h5ytwL4GlEijHHVIHWmGxpoYBn5iUISqL4dkc5Gdtwq6p_Byjh7sdFUMrSSCNBSTtc1lLJte-LwSxJsaRkA62G7xrif0DiYJASjfOLO7bSWtGu3IB8wOH75653-XrXSM89r1iRgU0TuXtJFnFTtyWCDPl-rquDfZbKS5HEb-pyIINisCOPulHmbxT6ZFNIWEWT3pxSx8QuspwOBS8FTXwwaQ1ZmSdb6RgfNoBQLDEqZYKbqf3zIyhtU-KvT1t3w07J5366YjrNoSt4majlfnFZmGEU2CqkSe79J4YEP-FEcH34PL-bs7IeJGSxZ5yyVMFkoFa9mfybKijDJack6w-aQ9MvMiW8pASTPl-YeIyltMheXMBms9nUgFE_SIHutCCLsZx8Cr2izq-FNkgv5nTColW8bl-yvGXO-sba_we8t6CZIHTBRQa28Tj1cPF9dhEPjhGf5ag
Ru5alfLKiOc_GVLIAhaKfNB3sgrgb7YLRAW6zA00Ez9lH_pTn5fpyWVb0lkMuWDQy7gLqkurxqFV_9gIegrkOYqKPAYngi8rAybIH9h7ATky-VyK2K8EuW8Xq1rn8LTRwQVHsaUcYWGjNV1mRL30TE14oxQbkvGvoq5cpdervJzKcJan9ki0Mqabx6-44wc3VWM_iCRbHBq4C-eC0d7dlb7fJxJQN_Rn6hKKwgJaA40FvKxY1rlZUhMPEvRGBG_kn6F_5qvuPxGCcajycWzxEZu36TcT742MSAbmp1VUEseMDjBcU9Mj08ojmN038NkJBJP1Ydui-yXc0Q0cCee3bqNpVYmcQgq_j2XTQjReJMM7KuT1Vu_g1ewOucsLKgqPXknDxrEdgLU516neCrrfM0ngOpYzPf72SilWLe0ctCcg60kQfaE1quOsycJ-K4uNBMq4diiE0ukLm_FDA0hDm4M6dhixd43ysWffTbXmZINIJgnWq2XNpDXgJ_Sk463DnoRUiRLHDB8iGEoS6ucrtH7UMVGIlJ1nij16ki8ybgDqmNNSUqfKHMU0_Ne2RDLJUk3fw0ll7fwyhGTNw91Ir0pgwKZnOK6Ar5gn-rX7uY5rxV4BlSCIxJKY5iDmePCorQtbEqtjYYwPx2pq-ddQKpzlebJigqS6frfhIiNhI-Q
4 changes: 0 additions & 4 deletions dictionary/x_58872_needit_does_not_extend.xml

This file was deleted.

10 changes: 10 additions & 0 deletions dictionary/x_58872_needit_historic_.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<database>
<element extends="sys_import_set_row" label="Historic NeedIt Data" max_length="40" name="x_58872_needit_historic_" type="collection">
<element attributes="import_attribute_name=Must have by,edge_encryption_enabled=true" label="Must have by" max_length="40" name="u_must_have_by" type="string"/>
<element attributes="import_attribute_name=Requested for,edge_encryption_enabled=true" label="Requested for" max_length="40" name="u_requested_for" type="string"/>
<element attributes="import_attribute_name=Request type,edge_encryption_enabled=true" label="Request type" max_length="40" name="u_request_type" type="string"/>
<element attributes="import_attribute_name=Short description,edge_encryption_enabled=true" label="Short description" max_length="40" name="u_short_description" type="string"/>
<element attributes="import_attribute_name=What needed,edge_encryption_enabled=true" label="What needed" max_length="40" name="u_what_needed" type="string"/>
</element>
</database>
13 changes: 6 additions & 7 deletions dictionary/x_58872_needit_needit.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<database>
<element audit="true" extends="task" label="NeedIt" max_length="40" name="x_58872_needit_needit" sizeclass="3" type="collection">
<element label="New field 1" max_length="40" name="new_field_1" type="string"/>
<element audit="true" extends="task" label="NeedIt" max_length="40" name="x_58872_needit_needit" type="collection">
<element attributes="edge_encryption_enabled=true" label="Other" max_length="40" name="u_other" type="string"/>
<element label="Requested for" mandatory="true" max_length="32" name="u_requested_for" reference="sys_user" type="reference"/>
<element attributes="edge_encryption_enabled=true" label="Requested for email" mandatory="true" max_length="40" name="u_requested_for_email" type="string"/>
<element attributes="edge_encryption_enabled=true" choice="3" default="legal" label="Request type" mandatory="true" max_length="40" name="u_request_type" type="string">
<choice>
<element label="Human Resources" sequence="0" value="hr"/>
<element label="Facilities" sequence="1" value="faciities"/>
<element label="Facilities" sequence="1" value="facilities"/>
<element label="Legal" sequence="2" value="legal"/>
<element label="Developer Enablement" sequence="3" value="dev_enable"/>
</choice>
</element>
<element attributes="edge_encryption_enabled=true" choice="3" default="legal1" label="What needed" mandatory="true" max_length="40" name="u_what_needed" type="string">
<element attributes="edge_encryption_enabled=true" choice="3" default="hr1" label="What needed" mandatory="true" max_length="40" name="u_what_needed" type="string">
<choice>
<element label="Human Resources 1" sequence="0" value="hr1"/>
<element label="Human Resources 2" sequence="1" value="hr2"/>
<element label="Facilities 1" sequence="2" value="facilities1"/>
<element label="Facilities 2" sequence="3" value="facilities2"/>
<element label="Legal 1" sequence="4" value="legal1"/>
<element label="Legal 2" sequence="5" value="legal2"/>
<element label="Your Department Choice 1" sequence="6" value="your_choice1"/>
<element label="Your Department Choice 2" sequence="7" value="your_choice2"/>
<element label="Other" sequence="6" value="other"/>
</choice>
</element>
<element label="When needed" mandatory="true" max_length="40" name="u_when_needed" type="glide_date_time"/>
Expand Down
3 changes: 3 additions & 0 deletions dictionary/x_58872_needit_needit_task.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?><database>
<element audit="true" db_object_id="5b62777247072110f67554f3836d43d1" extends="task" label="NeedIt Task" max_length="40" name="x_58872_needit_needit_task" type="collection"/>
</database>
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.
############################################################
#
#Wed Sep 20 08:37:51 PDT 2023
path=
4 changes: 2 additions & 2 deletions sys_app_6ead8e780f603200cd674f8ce1050ed1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-01-23 20:48:29</sys_created_on>
<sys_id>6ead8e780f603200cd674f8ce1050ed1</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_mod_count>2</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-01-23 20:48:29</sys_updated_on>
<sys_updated_on>2017-04-11 00:32:45</sys_updated_on>
<template/>
<trackable>true</trackable>
<user_role/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<sys_class_name>sys_app_application</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-01-24 22:46:33</sys_created_on>
<sys_customer_update>true</sys_customer_update>
<sys_customer_update>false</sys_customer_update>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>0242fb8d0fa83200cd674f8ce1050e79</sys_id>
Expand Down
48 changes: 48 additions & 0 deletions update/sys_app_module_37c1f0314fb13200cb281b818110c710.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<record_update sys_domain="global" table="sys_app_module">
<sys_app_module action="INSERT_OR_UPDATE">
<active>true</active>
<application display_value="System Import Sets">import_sets</application>
<assessment/>
<content_page/>
<device_type/>
<filter/>
<hint/>
<homepage/>
<image/>
<link_type>LIST</link_type>
<map_page/>
<mobile_title>Historic NeedIt Data</mobile_title>
<mobile_view_name>Mobile</mobile_view_name>
<name>x_58872_needit_historic_</name>
<order>1100</order>
<override_menu_roles>false</override_menu_roles>
<query/>
<report/>
<roles/>
<survey/>
<survey_overwrite>true</survey_overwrite>
<sys_class_name>sys_app_module</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-03-29 19:59:33</sys_created_on>
<sys_customer_update>false</sys_customer_update>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>37c1f0314fb13200cb281b818110c710</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_name>Historic NeedIt Data</sys_name>
<sys_overrides/>
<sys_package display_value="NeedIt" source="x_58872_needit">6ead8e780f603200cd674f8ce1050ed1</sys_package>
<sys_policy/>
<sys_replace_on_upgrade>false</sys_replace_on_upgrade>
<sys_scope display_value="NeedIt">6ead8e780f603200cd674f8ce1050ed1</sys_scope>
<sys_update_name>sys_app_module_37c1f0314fb13200cb281b818110c710</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-03-29 19:59:33</sys_updated_on>
<timeline_page/>
<title>Historic NeedIt Data</title>
<uncancelable>false</uncancelable>
<view_name/>
<window_name/>
</sys_app_module>
</record_update>
42 changes: 42 additions & 0 deletions update/sys_app_module_4990381847c57110f67554f3836d43c5.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_app_module">
<sys_app_module action="INSERT_OR_UPDATE">
<active>true</active>
<application display_value="NeedIt">0242fb8d0fa83200cd674f8ce1050e79</application>
<assessment/>
<device_type/>
<filter/>
<hint/>
<homepage/>
<image/>
<link_type>SEPARATOR</link_type>
<map_page/>
<mobile_title>A</mobile_title>
<mobile_view_name>Mobile</mobile_view_name>
<name/>
<order>850</order>
<override_menu_roles>false</override_menu_roles>
<query/>
<report/>
<roles>x_58872_needit.admin</roles>
<sys_class_name>sys_app_module</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-08-29 23:30:45</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>4990381847c57110f67554f3836d43c5</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_name>Administration</sys_name>
<sys_overrides/>
<sys_package display_value="NeedIt" source="x_58872_needit">6ead8e780f603200cd674f8ce1050ed1</sys_package>
<sys_policy/>
<sys_scope display_value="NeedIt">6ead8e780f603200cd674f8ce1050ed1</sys_scope>
<sys_update_name>sys_app_module_4990381847c57110f67554f3836d43c5</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2023-08-29 23:30:45</sys_updated_on>
<timeline_page/>
<title>Administration</title>
<uncancelable>false</uncancelable>
<view_name/>
<window_name/>
</sys_app_module>
</record_update>
2 changes: 1 addition & 1 deletion update/sys_app_module_4fdfc45d0fe83200cd674f8ce1050e27.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<sys_class_name>sys_app_module</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-01-25 01:01:22</sys_created_on>
<sys_customer_update>true</sys_customer_update>
<sys_customer_update>false</sys_customer_update>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>4fdfc45d0fe83200cd674f8ce1050e27</sys_id>
Expand Down
42 changes: 42 additions & 0 deletions update/sys_app_module_5b20f81847c57110f67554f3836d435e.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_app_module">
<sys_app_module action="INSERT_OR_UPDATE">
<active>true</active>
<application display_value="NeedIt">0242fb8d0fa83200cd674f8ce1050e79</application>
<assessment/>
<device_type/>
<filter/>
<hint/>
<homepage/>
<image/>
<link_type>DIRECT</link_type>
<map_page/>
<mobile_title>Properties</mobile_title>
<mobile_view_name>Mobile</mobile_view_name>
<name/>
<order>900</order>
<override_menu_roles>false</override_menu_roles>
<query>system_properties_ui.do?sysparm_title=NeedIt Application Properties&amp;sysparm_category=NeedIt Properties</query>
<report/>
<roles>x_58872_needit.admin</roles>
<sys_class_name>sys_app_module</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-08-29 23:29:31</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>5b20f81847c57110f67554f3836d435e</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_name>Properties</sys_name>
<sys_overrides/>
<sys_package display_value="NeedIt" source="x_58872_needit">6ead8e780f603200cd674f8ce1050ed1</sys_package>
<sys_policy/>
<sys_scope display_value="NeedIt">6ead8e780f603200cd674f8ce1050ed1</sys_scope>
<sys_update_name>sys_app_module_5b20f81847c57110f67554f3836d435e</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2023-08-29 23:29:31</sys_updated_on>
<timeline_page/>
<title>Properties</title>
<uncancelable>false</uncancelable>
<view_name/>
<window_name/>
</sys_app_module>
</record_update>
Loading