forked from vgupta/ServiceNow-KPI-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
p16039
committed
Jan 1, 2017
0 parents
commit 500f596
Showing
63 changed files
with
3,005 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 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 | ||
2. Run `git log` and take note of the SHA1s of the problem commits | ||
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 | ||
4. Run `git push` | ||
|
||
* Overwrite the problem code snapshot with a known good one: | ||
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, | ||
2. Locate a known good code snapshot and record its SHA1. For this step, `git log` can be useful. | ||
2. Run `git reset --hard SHA1` to a commit that was generated by a ServiceNow instance | ||
3. Run `git reset HEAD{1}` | ||
4. Run `git add -A` | ||
5. Run `git commit` | ||
6. Run `git push` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xCnVoDoQoWcDoCXlayySOJAat5HFzxRpuEGcxQNv5FJbo10hmtfAsCQg4AkERMgaiMFMXyl0vUn-ceIbeVCKzQRHBSgyXhvGBSiUofmWj5g1SCQXLlAgGVjD5j24mnpgvBIXuj7IcqTFITaPf6CqEhEmIjwknOm9kx2rJipkQ1bfTehe_1kSf82JRocE_9gljROD10VbglzEf8V67_uq_sawTX3SW1tVDjJ0_TLIOX9ttcAHMEiuf2fqcm9NE9yX0QsrhD4X2nCnqDjXcbhDhN9SEv6iZ9ORq3HFAbsS7zrJCAXBpJfaZzLBpqGsjTD0ZEoLrf87Kunfcm3-Jw7WBgo_Npn25LzLGu2n0NLrBfIM-oepK055F2_lmSfV-p90STyIdNEwnDDurklhCcgyy5A0Yll04lMMA9ap7tSl-i4gjqO84hp71RKC-jHRsNQcaSYl8jnQ-sl3z5cRkf6MiyW4Eqpg0MCyR9Vm06an1IyGfdsOiTMzzgW1pgYeZJe9EgJUQnVjYStihWbUz7YnGc7NtmjLMYvRI3dKlJmHwZOtCJPRkzd1_yAWTQsL74HPXmEQus0YNL5eLjL59Kioqs-Yu0QTvBV2ulqd48PCm9FeSxeezPMzgC0z2TfSq8PJnhnAld52EZ3H30hI4vyZjmJ8bCb-Ln4u1L5SDfaVgbI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<database> | ||
<element attributes="email_client=true,hasWorkflow=true,live_feed=true,text_index_translations" audit="true" extends="task" label="Incident" max_length="40" name="incident" sizeclass="82" text_index="true" type="collection"> | ||
<element label="Test" max_length="32" name="x_20227_kpi_manage_test" reference="x_20227_kpi_manage_kpi" type="reference"/> | ||
</element> | ||
</database> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<database> | ||
<element label="KPI " max_length="40" name="x_20227_kpi_manage_kpi" type="collection"> | ||
<element label="test" max_length="40" name="test" type="string"/> | ||
</element> | ||
</database> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update table="sys_app"> | ||
<sys_app action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<enforce_license>log</enforce_license> | ||
<js_level>helsinki_es5</js_level> | ||
<licensable>true</licensable> | ||
<logo/> | ||
<menu display_value="KPI Management">6da6d1e2db2312009c99fbefbf9619e3</menu> | ||
<name>KPI Management</name> | ||
<private>false</private> | ||
<restrict_table_access>false</restrict_table_access> | ||
<runtime_access_tracking>permissive</runtime_access_tracking> | ||
<scope>x_20227_kpi_manage</scope> | ||
<scoped_administration>false</scoped_administration> | ||
<short_description/> | ||
<source>x_20227_kpi_manage</source> | ||
<store_correlation_id/> | ||
<store_url/> | ||
<sys_class_name>sys_app</sys_class_name> | ||
<sys_code/> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-05-25 14:03:32</sys_created_on> | ||
<sys_id>a1a611a2db2312009c99fbefbf961906</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-05-25 14:03:32</sys_updated_on> | ||
<template/> | ||
<trackable>true</trackable> | ||
<user_role display_value="x_20227_kpi_manage.user" name="x_20227_kpi_manage.user">29a6d1e2db2312009c99fbefbf9619e4</user_role> | ||
<vendor/> | ||
<vendor_prefix/> | ||
<version>1.0.0</version> | ||
</sys_app> | ||
</record_update> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update sys_domain="global" table="pa_thresholds"> | ||
<pa_thresholds action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<aggregate/> | ||
<all_time_amount/> | ||
<breakdown/> | ||
<breakdown_level2/> | ||
<condition>more_than</condition> | ||
<create_score_notes>true</create_score_notes> | ||
<display/> | ||
<element/> | ||
<element_level2/> | ||
<indicator/> | ||
<last_check/> | ||
<sys_class_name>pa_thresholds</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-05-26 21:49:56</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_domain>global</sys_domain> | ||
<sys_domain_path>/</sys_domain_path> | ||
<sys_id>e8fac003db2312009c99fbefbf9619a2</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>Employee Tenure</sys_name> | ||
<sys_overrides/> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>pa_thresholds_e8fac003db2312009c99fbefbf9619a2</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-05-26 21:49:56</sys_updated_on> | ||
<value/> | ||
</pa_thresholds> | ||
</record_update> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update sys_domain="global" table="pa_thresholds"> | ||
<pa_thresholds action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<aggregate display_value="12m running SUM">44e05051d7001100ba986f14ce61035a</aggregate> | ||
<all_time_amount/> | ||
<breakdown/> | ||
<breakdown_level2/> | ||
<condition>more_than</condition> | ||
<create_score_notes>true</create_score_notes> | ||
<display/> | ||
<element/> | ||
<element_level2/> | ||
<indicator/> | ||
<last_check/> | ||
<sys_class_name>pa_thresholds</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-05-25 21:26:36</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_domain>global</sys_domain> | ||
<sys_domain_path>/</sys_domain_path> | ||
<sys_id>ebfb7a66dba312009c99fbefbf9619c6</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>Employee Tenure</sys_name> | ||
<sys_overrides/> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>pa_thresholds_ebfb7a66dba312009c99fbefbf9619c6</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-05-25 21:26:36</sys_updated_on> | ||
<value/> | ||
</pa_thresholds> | ||
</record_update> |
32 changes: 32 additions & 0 deletions
32
update/sys_app_application_6da6d1e2db2312009c99fbefbf9619e3.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update sys_domain="global" table="sys_app_application"> | ||
<sys_app_application action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<category/> | ||
<description/> | ||
<device_type>browser</device_type> | ||
<hint/> | ||
<name>KPI Management</name> | ||
<order/> | ||
<roles>snc_internal,x_20227_kpi_manage.user</roles> | ||
<sys_class_name>sys_app_application</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-05-25 14:03:32</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_domain>global</sys_domain> | ||
<sys_domain_path>/</sys_domain_path> | ||
<sys_id>6da6d1e2db2312009c99fbefbf9619e3</sys_id> | ||
<sys_mod_count>1</sys_mod_count> | ||
<sys_name>KPI Management</sys_name> | ||
<sys_overrides/> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>sys_app_application_6da6d1e2db2312009c99fbefbf9619e3</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-05-25 14:03:34</sys_updated_on> | ||
<title>KPI Management</title> | ||
<view_name/> | ||
</sys_app_application> | ||
</record_update> |
48 changes: 48 additions & 0 deletions
48
update/sys_app_module_d6ef6e5fdbc36200d3e1fbefbf961916.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="KPI Management">6da6d1e2db2312009c99fbefbf9619e3</application> | ||
<assessment/> | ||
<content_page/> | ||
<device_type/> | ||
<filter/> | ||
<hint/> | ||
<homepage/> | ||
<image/> | ||
<link_type>LIST</link_type> | ||
<map_page/> | ||
<mobile_title>KPI s</mobile_title> | ||
<mobile_view_name>Mobile</mobile_view_name> | ||
<name>x_20227_kpi_manage_kpi</name> | ||
<order/> | ||
<override_menu_roles>false</override_menu_roles> | ||
<query/> | ||
<report/> | ||
<roles>x_20227_kpi_manage.user</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>2016-11-18 04:08:43</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_domain>global</sys_domain> | ||
<sys_domain_path>/</sys_domain_path> | ||
<sys_id>d6ef6e5fdbc36200d3e1fbefbf961916</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>KPI s</sys_name> | ||
<sys_overrides/> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>sys_app_module_d6ef6e5fdbc36200d3e1fbefbf961916</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-11-18 04:08:43</sys_updated_on> | ||
<timeline_page/> | ||
<title>KPI s</title> | ||
<uncancelable>false</uncancelable> | ||
<view_name/> | ||
<window_name/> | ||
</sys_app_module> | ||
</record_update> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update table="sys_db_object"> | ||
<sys_db_object action="INSERT_OR_UPDATE"> | ||
<access>public</access> | ||
<actions_access>false</actions_access> | ||
<alter_access>false</alter_access> | ||
<client_scripts_access>false</client_scripts_access> | ||
<configuration_access>false</configuration_access> | ||
<create_access>true</create_access> | ||
<create_access_controls>true</create_access_controls> | ||
<delete_access>false</delete_access> | ||
<extension_model/> | ||
<is_extendable>false</is_extendable> | ||
<label>KPI </label> | ||
<live_feed_enabled>false</live_feed_enabled> | ||
<name>x_20227_kpi_manage_kpi</name> | ||
<number_ref/> | ||
<provider_class/> | ||
<read_access>true</read_access> | ||
<super_class/> | ||
<sys_class_name>sys_db_object</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-11-18 04:08:43</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_id>39dfe2dfdbc36200d3e1fbefbf9619c9</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>KPI </sys_name> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>sys_db_object_39dfe2dfdbc36200d3e1fbefbf9619c9</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-11-18 04:08:43</sys_updated_on> | ||
<update_access>true</update_access> | ||
<user_role display_value="x_20227_kpi_manage.user" name="x_20227_kpi_manage.user">29a6d1e2db2312009c99fbefbf9619e4</user_role> | ||
<ws_access>true</ws_access> | ||
</sys_db_object> | ||
</record_update> |
76 changes: 76 additions & 0 deletions
76
update/sys_dictionary_incident_x_20227_kpi_manage_test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<record_update> | ||
<sys_dictionary action="INSERT_OR_UPDATE" element="x_20227_kpi_manage_test" table="incident"> | ||
<active>true</active> | ||
<array>false</array> | ||
<attributes/> | ||
<audit>false</audit> | ||
<calculation><![CDATA[(function calculatedFieldValue(current) { | ||
// Add your code here | ||
return ''; // return the calculated value | ||
})(current);]]></calculation> | ||
<choice/> | ||
<choice_field/> | ||
<choice_table/> | ||
<column_label>Test</column_label> | ||
<comments/> | ||
<create_roles/> | ||
<default_value/> | ||
<defaultsort/> | ||
<delete_roles/> | ||
<dependent/> | ||
<dependent_on_field/> | ||
<display>false</display> | ||
<dynamic_creation>false</dynamic_creation> | ||
<dynamic_creation_script/> | ||
<dynamic_default_value/> | ||
<dynamic_ref_qual/> | ||
<element>x_20227_kpi_manage_test</element> | ||
<element_reference>false</element_reference> | ||
<foreign_database/> | ||
<internal_type display_value="Reference">reference</internal_type> | ||
<mandatory>false</mandatory> | ||
<max_length>32</max_length> | ||
<name>incident</name> | ||
<next_element/> | ||
<primary>false</primary> | ||
<read_only>false</read_only> | ||
<read_roles/> | ||
<reference display_value="" name="x_20227_kpi_manage_kpi">x_20227_kpi_manage_kpi</reference> | ||
<reference_cascade_rule/> | ||
<reference_floats>false</reference_floats> | ||
<reference_key/> | ||
<reference_qual/> | ||
<reference_qual_condition/> | ||
<reference_type/> | ||
<sizeclass/> | ||
<spell_check>false</spell_check> | ||
<staged>false</staged> | ||
<sys_class_name>sys_dictionary</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2016-11-18 04:08:58</sys_created_on> | ||
<sys_customer_update>true</sys_customer_update> | ||
<sys_id>cabfeedfdbc36200d3e1fbefbf961981</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>Test</sys_name> | ||
<sys_package display_value="KPI Management" source="x_20227_kpi_manage">a1a611a2db2312009c99fbefbf961906</sys_package> | ||
<sys_policy/> | ||
<sys_replace_on_upgrade>false</sys_replace_on_upgrade> | ||
<sys_scope display_value="KPI Management">a1a611a2db2312009c99fbefbf961906</sys_scope> | ||
<sys_update_name>sys_dictionary_incident_x_20227_kpi_manage_test</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2016-11-18 04:08:58</sys_updated_on> | ||
<table_reference>false</table_reference> | ||
<text_index>false</text_index> | ||
<unique>false</unique> | ||
<use_dependent_field>false</use_dependent_field> | ||
<use_dynamic_default>false</use_dynamic_default> | ||
<use_reference_qualifier>simple</use_reference_qualifier> | ||
<virtual>false</virtual> | ||
<widget/> | ||
<write_roles/> | ||
<xml_view>false</xml_view> | ||
</sys_dictionary> | ||
</record_update> |
Oops, something went wrong.