| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| update_sets [11/24/2025YYY 04:51] – johnsonjohn | update_sets [03/16/2026YYY 10:34] (current) – [Add to Update Set] johnsonjohn |
|---|
| ======Update Sets====== | ======Update Sets====== |
| ---- | ---- |
| | |
| | =====Add to Update Set===== |
| | <code xml addToUpdateSet.xml> |
| | <sys_remote_update_set action="INSERT_OR_UPDATE"> |
| | <application display_value="Global">global</application> |
| | <application_name>Global</application_name> |
| | <application_scope>global</application_scope> |
| | <application_version/> |
| | <collisions/> |
| | <commit_date/> |
| | <deleted/> |
| | <description>https://snprotips.com/include-in-update-set-tool</description> |
| | <inserted/> |
| | <name>SNG - Include in Update Set - v2.0</name> |
| | <origin_sys_id/> |
| | <parent display_value=""/> |
| | <release_date/> |
| | <remote_base_update_set display_value=""/> |
| | <remote_parent_id/> |
| | <remote_sys_id>500aa4a437edcc5090b68cf6c3990eb3</remote_sys_id> |
| | <state>loaded</state> |
| | <summary/> |
| | <sys_class_name>sys_remote_update_set</sys_class_name> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>6aea202837edcc5090b68cf6c3990e88</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <update_set display_value=""/> |
| | <update_source display_value=""/> |
| | <updated/> |
| | </sys_remote_update_set> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_script_include_cafbafd84f396200993533718110c711</name> |
| | <payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_script_include"><sys_script_include action="INSERT_OR_UPDATE"><access>package_private</access><active>true</active><api_name>global.ForceToUpdateSetHelper</api_name><client_callable>false</client_callable><description>Determines whether the "Include in update set" UI action should be displayed, and does the work of including it.</description><name>ForceToUpdateSetHelper</name><script><![CDATA[var ForceToUpdateSetHelper = Class.create(); ForceToUpdateSetHelper.prototype = { initialize: function () { this.propPrefix = 'include_in_update_set.'; return this; }, showButton: function () { var aut = new ArrayUtil(); var tableName = current.getTableName(); var currentElementDescriptor = current.getED(); var prop_tablesToHideButtonOn = gs.getProperty(this.propPrefix + 'hide_on_tables'); prop_tablesToHideButtonOn = trimAndSplit(prop_tablesToHideButtonOn); var isWorkflow = tableName.startsWith('wf_'); var isSystemUIStuff = tableName.startsWith('sys_ui_'); var isAlreadyAudited = currentElementDescriptor.getBooleanAttribute('update_synch'); var isAlreadyAuditedCustom = currentElementDescriptor.getBooleanAttribute('update_synch_custom'); var isHiddenTable = aut.contains(prop_tablesToHideButtonOn, tableName); var userIsAdmin = gs.hasRole('admin'); var result = !(isWorkflow || isSystemUIStuff || isAlreadyAudited || isAlreadyAuditedCustom || isHiddenTable) && userIsAdmin; return result; }, includeRecord: function () { action.setRedirectURL(current); var msg; if (!this.showButton()) { msg = 'Record "' + shortDisplayValue + '" could not be included in update set <a href="' + currentUpdateSet.getLink(false) + '">' + currentUpdateSet.getValue('name') + '</a>.'; gs.addErrorMessage(msg); return false; } var currentSetID = gs.getPreference('sys_update_set'); var updateRecordBeforeCapture = gs.getProperty(this.propPrefix + 'update_record_before_capture'); var shortDisplayValue = current.getDisplayValue(); if (shortDisplayValue.length > 30) { shortDisplayValue = shortDisplayValue.slice(0, 27) + '...'; } if (String(updateRecordBeforeCapture).toLowerCase() === 'true') { current.update(); } try { var updateMgr = new GlideUpdateManager2(); updateMgr.saveRecord(current); var currentUpdateSet = new GlideRecord('sys_update_set'); currentUpdateSet.get(currentSetID); msg = 'Record "' + shortDisplayValue + '" included in update set <a href="' + currentUpdateSet.getLink(false) + '">' + currentUpdateSet.getValue('name') + '</a>.'; gs.addInfoMessage(msg); return true; } catch (ex) { gs.logError('Could not add a record to update set. Error: ' + ex.message); gs.addErrorMessage('Could not add a record to update set. See the system error log for more details.'); return false; } }, type: 'ForceToUpdateSetHelper' };]]></script><sys_class_name>sys_script_include</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:31:09</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>cafbafd84f396200993533718110c711</sys_id><sys_mod_count>7</sys_mod_count><sys_name>ForceToUpdateSetHelper</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_script_include_cafbafd84f396200993533718110c711</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 22:48:53</sys_updated_on></sys_script_include></record_update></payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>26ea202837edcc5090b68cf6c3990e8b</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>ForceToUpdateSetHelper</target_name> |
| | <type>Script Include</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_category_m2m_d00b2f584f396200993533718110c738</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties_category_m2m"><sys_properties_category_m2m action="INSERT_OR_UPDATE"><category display_value="Include in Update Set">20a8eb984f396200993533718110c713</category><order>200</order><property display_value="include_in_update_set.update_record_before_capture" name="include_in_update_set.update_record_before_capture">a8f82f984f396200993533718110c7af</property><sys_class_name>sys_properties_category_m2m</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:26:40</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>d00b2f584f396200993533718110c738</sys_id><sys_mod_count>1</sys_mod_count><sys_name>include_in_update_set.update_record_before_capture.Include in Update Set</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_category_m2m_d00b2f584f396200993533718110c738</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 23:15:44</sys_updated_on></sys_properties_category_m2m></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>2aea202837edcc5090b68cf6c3990e8a</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.update_record_before_capture.Include in Update Set</target_name> |
| | <type>Category Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_109923d84f396200993533718110c73d</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties"><sys_properties action="INSERT_OR_UPDATE"><choices/><description>Comma-separated list of table names (system names, not labels) that should NOT display the "Include in Update Set" button. Default: sys_choice,incident,problem,change_request,std_change_proposal,sc_request,sc_req_item,sc_task,kb_knowledge,ecc_queue,syslog_transaction,sys_email,sys_push_notification,sysevent,sys_user,sys_update_set,sys_update_xml,sys_customer_update</description><ignore_cache>false</ignore_cache><is_private>false</is_private><name>include_in_update_set.hide_on_tables</name><read_roles/><suffix>hide_on_tables</suffix><sys_class_name>sys_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:26:01</sys_created_on><sys_id>109923d84f396200993533718110c73d</sys_id><sys_mod_count>9</sys_mod_count><sys_name>include_in_update_set.hide_on_tables</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_109923d84f396200993533718110c73d</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-12-02 16:55:05</sys_updated_on><type>string</type><value>sys_choice,incident,problem,change_request,std_change_proposal,sc_request,sc_req_item,sc_task,kb_knowledge,ecc_queue,syslog_transaction,sys_email,sys_push_notification,sysevent,sys_update_xml,sys_update_set,sys_remote_update,sn_customerservice_case,task</value><write_roles>admin</write_roles></sys_properties><sys_translated_text action="delete_multiple" query="documentkey=109923d84f396200993533718110c73d"/></record_update> ]]> |
| | </payload> |
| | <payload_hash>2017646609</payload_hash> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>2eea202837edcc5090b68cf6c3990e89</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>16ec78979090000001</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.hide_on_tables</target_name> |
| | <type>System Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid>c17aeca415edcc508d905ae87f1e5a4d</update_guid> |
| | <update_guid_history>c17aeca415edcc508d905ae87f1e5a4d:2017646609,606aeca4c9edcc5055dbea2b2d7407f7:-1940688067,7ceffa600c8ffb0044bd4132bd4984c2:1054131082,f48431dd6bb133c0a95e82d78df028c8:1406622874,b2ecda6edbbaaf043f6ef348589fd558:1451777043,1fcc56eab0baaf040962e039a31a6e46:1103471383,bd52a27a98316700e60edd7d5a272abb:1905350434,376a26c273786300d317b00ca602878c:1905350434</update_guid_history> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_script_include_1349ef984f396200993533718110c702</name> |
| | <payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_script_include"><sys_script_include action="INSERT_OR_UPDATE"><access>package_private</access><active>true</active><api_name>global.trimAndSplit</api_name><client_callable>false</client_callable><description>Splits a token-delimited string, trimming each element. Accepts two arguments: The string to split, and the token to split on (usually a comma). Example: var str = 'alpha,beta, gamma, delta ,epsilon'); var trimmedArray = trimAndSplit(str); //Returns JS array: ['alpha', 'beta', 'gamma', 'delta', 'epsilon']</description><name>trimAndSplit</name><script><![CDATA[function trimAndSplit(str, tok) { if (!str) { return; } if (!tok || tok.length != 1) { tok = ','; } if (str.indexOf(tok) < 0) { return [str]; //Return the original string, because no instances of the token were found. } //declare return array var ret = []; //convert the input string to an array, splitting on the given token (usually ',') var ara = str.split(tok); var ele; for (var i = 0; i < ara.length; i++) { ele = ara[i]; //Trim each element in the split string array, then push it to the return array. ret.push(ele.trim()); } //return the trimmed and split array. return ret; }]]></script><sys_class_name>sys_script_include</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:19:31</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>1349ef984f396200993533718110c702</sys_id><sys_mod_count>0</sys_mod_count><sys_name>trimAndSplit</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_script_include_1349ef984f396200993533718110c702</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 21:19:31</sys_updated_on></sys_script_include></record_update></payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>62ea202837edcc5090b68cf6c3990e8b</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>trimAndSplit</target_name> |
| | <type>Script Include</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_category_m2m_ced340604f796200993533718110c7bc</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties_category_m2m"><sys_properties_category_m2m action="INSERT_OR_UPDATE"><category display_value="Include in Update Set">20a8eb984f396200993533718110c713</category><order>100</order><property display_value="include_in_update_set.hide_on_tables.enabled" name="include_in_update_set.hide_on_tables.enabled">f18308a04f796200993533718110c794</property><sys_class_name>sys_properties_category_m2m</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 23:15:10</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>ced340604f796200993533718110c7bc</sys_id><sys_mod_count>1</sys_mod_count><sys_name>include_in_update_set.hide_on_tables.enabled.Include in Update Set</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_category_m2m_ced340604f796200993533718110c7bc</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 23:15:42</sys_updated_on></sys_properties_category_m2m></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>66ea202837edcc5090b68cf6c3990e8a</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.hide_on_tables.enabled.Include in Update Set</target_name> |
| | <type>Category Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_app_module_d2aef3504f796200993533718110c7b7</name> |
| | <payload> |
| | <![CDATA[ <?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 Update Sets">a02b3c250a0a0b50000cc3543c6e463a</application><assessment/><content_page/><device_type/><filter/><hint>Properties relating to the "Include in update set" buttons</hint><homepage/><image/><link_type>DIRECT</link_type><map_page/><mobile_title>Include in Update Set Properties</mobile_title><mobile_view_name>Mobile</mobile_view_name><name/><order>700</order><override_menu_roles>false</override_menu_roles><query>system_properties_ui.do?sysparm_title=Include%20in%20Update%20Set&sysparm_category=Include%20in%20Update%20Set</query><report/><roles>admin</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-09-07 22:55:09</sys_created_on><sys_customer_update>true</sys_customer_update><sys_domain>global</sys_domain><sys_domain_path>/</sys_domain_path><sys_id>d2aef3504f796200993533718110c7b7</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Include in Update Set Properties</sys_name><sys_overrides/><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_app_module_d2aef3504f796200993533718110c7b7</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 22:55:09</sys_updated_on><timeline_page/><title>Include in Update Set Properties</title><uncancelable>false</uncancelable><view_name/><window_name/></sys_app_module></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>6aea202837edcc5090b68cf6c3990e89</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>Include in Update Set Properties</target_name> |
| | <type>Module</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_category_20a8eb984f396200993533718110c713</name> |
| | <payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties_category"><sys_properties_category action="INSERT_OR_UPDATE"><name>Include in Update Set</name><sys_class_name>sys_properties_category</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:16:52</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>20a8eb984f396200993533718110c713</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Include in Update Set</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_category_20a8eb984f396200993533718110c713</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 21:16:52</sys_updated_on><title><![CDATA[<p>Properties for the "Include in Update Set" application, governing the "Include in Update Set" UI actions and list actions.</p>]]></title></sys_properties_category><sys_translated_text action="delete_multiple" query="documentkey=20a8eb984f396200993533718110c713"/></record_update></payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>a2ea202837edcc5090b68cf6c3990e8a</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>Include in Update Set</target_name> |
| | <type>System Property Category</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_app_application_0c98ab984f396200993533718110c79b</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_app_application"><sys_app_application action="INSERT_OR_UPDATE"><active>false</active><category/><description/><device_type>browser</device_type><hint/><name>Include in Update Set</name><order/><roles/><sys_class_name>sys_app_application</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:15:59</sys_created_on><sys_customer_update>true</sys_customer_update><sys_domain>global</sys_domain><sys_domain_path>/</sys_domain_path><sys_id>0c98ab984f396200993533718110c79b</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Include in Update Set</sys_name><sys_overrides/><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_app_application_0c98ab984f396200993533718110c79b</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 21:17:29</sys_updated_on><title>Include in Update Set</title><view_name/></sys_app_application></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>a6ea202837edcc5090b68cf6c3990e89</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>Include in Update Set</target_name> |
| | <type>Application Menu</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_app_489827984f396200993533718110c733</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_app"><sys_app action="INSERT_OR_UPDATE"><active>true</active><can_edit_in_studio>false</can_edit_in_studio><enforce_license>log</enforce_license><guided_setup_guid/><js_level>helsinki_es5</js_level><licensable>true</licensable><license_category/><license_model/><logo/><menu display_value="Include in Update Set">0c98ab984f396200993533718110c79b</menu><name>Include in Update Set</name><private>false</private><restrict_table_access>false</restrict_table_access><runtime_access_tracking>permissive</runtime_access_tracking><scope>global</scope><scoped_administration>false</scoped_administration><short_description>Provides an easy way to include individual or bulk records in an update set, even when they aren't tracked or in an audited table.</short_description><source>489827984f396200993533718110c733</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-09-07 21:15:59</sys_created_on><sys_id>489827984f396200993533718110c733</sys_id><sys_mod_count>1</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 23:30:45</sys_updated_on><template/><trackable>true</trackable><user_role/><vendor/><vendor_prefix/><version>1.0.0</version></sys_app></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>aeea202837edcc5090b68cf6c3990e88</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>Include in Update Set</target_name> |
| | <type>Custom Application</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_f18308a04f796200993533718110c794</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties"><sys_properties action="INSERT_OR_UPDATE"><choices/><description>Enable [true] or disable [false] the Include in Update Set application, and all buttons.</description><ignore_cache>false</ignore_cache><is_private>false</is_private><name>include_in_update_set.hide_on_tables.enabled</name><read_roles/><suffix>enabled</suffix><sys_class_name>sys_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 23:15:09</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>f18308a04f796200993533718110c794</sys_id><sys_mod_count>0</sys_mod_count><sys_name>include_in_update_set.hide_on_tables.enabled</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_f18308a04f796200993533718110c794</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 23:15:09</sys_updated_on><type>boolean</type><value>true</value><write_roles>admin</write_roles></sys_properties><sys_translated_text action="delete_multiple" query="documentkey=f18308a04f796200993533718110c794"/></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>aeea202837edcc5090b68cf6c3990e8a</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.hide_on_tables.enabled</target_name> |
| | <type>System Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_ui_action_5e9bebd84f396200993533718110c7e5</name> |
| | <payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_ui_action"><sys_ui_action action="INSERT_OR_UPDATE"><action_name>include_in_update</action_name><active>true</active><client>false</client><comments/><condition>new ForceToUpdateSetHelper().showButton();</condition><form_action>true</form_action><form_button>false</form_button><form_context_menu>false</form_context_menu><form_link>true</form_link><hint/><list_action>true</list_action><list_banner_button>false</list_banner_button><list_button>false</list_button><list_choice>true</list_choice><list_context_menu>false</list_context_menu><list_link>false</list_link><list_save_with_form_button>false</list_save_with_form_button><name>Include in Update Set</name><onclick/><order>100</order><script><![CDATA[new ForceToUpdateSetHelper().includeRecord();]]></script><show_insert>true</show_insert><show_multiple_update>false</show_multiple_update><show_query>false</show_query><show_update>true</show_update><sys_class_name>sys_ui_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:30:41</sys_created_on><sys_customer_update>true</sys_customer_update><sys_domain>global</sys_domain><sys_domain_path>/</sys_domain_path><sys_id>5e9bebd84f396200993533718110c7e5</sys_id><sys_mod_count>4</sys_mod_count><sys_name>Include in Update Set</sys_name><sys_overrides/><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_ui_action_5e9bebd84f396200993533718110c7e5</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 22:49:13</sys_updated_on><table>global</table><ui11_compatible>true</ui11_compatible><ui16_compatible>true</ui16_compatible></sys_ui_action></record_update></payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>e6ea202837edcc5090b68cf6c3990e8b</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table>global</table> |
| | <target_name>Include in Update Set</target_name> |
| | <type>UI Action</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_category_m2m_d11b2bd84f396200993533718110c780</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties_category_m2m"><sys_properties_category_m2m action="INSERT_OR_UPDATE"><category display_value="Include in Update Set">20a8eb984f396200993533718110c713</category><order>300</order><property display_value="include_in_update_set.hide_on_tables" name="include_in_update_set.hide_on_tables">109923d84f396200993533718110c73d</property><sys_class_name>sys_properties_category_m2m</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:27:00</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>d11b2bd84f396200993533718110c780</sys_id><sys_mod_count>1</sys_mod_count><sys_name>include_in_update_set.hide_on_tables.Include in Update Set</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_category_m2m_d11b2bd84f396200993533718110c780</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 23:15:47</sys_updated_on></sys_properties_category_m2m></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>eaea202837edcc5090b68cf6c3990e8a</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.hide_on_tables.Include in Update Set</target_name> |
| | <type>Category Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Include in Update Set">489827984f396200993533718110c733</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>sys_properties_a8f82f984f396200993533718110c7af</name> |
| | <payload> |
| | <![CDATA[ <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_properties"><sys_properties action="INSERT_OR_UPDATE"><choices/><description>If viewing a record in a form and clicking the "Include in Update Set" UI action, should any changes to the record be saved to the database before pushing the record into the currently selected update set? Default: true </description><ignore_cache>false</ignore_cache><is_private>false</is_private><name>include_in_update_set.update_record_before_capture</name><read_roles/><suffix>update_record_before_capture</suffix><sys_class_name>sys_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-09-07 21:18:50</sys_created_on><sys_customer_update>true</sys_customer_update><sys_id>a8f82f984f396200993533718110c7af</sys_id><sys_mod_count>0</sys_mod_count><sys_name>include_in_update_set.update_record_before_capture</sys_name><sys_package display_value="Include in Update Set" source="489827984f396200993533718110c733">489827984f396200993533718110c733</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Include in Update Set">489827984f396200993533718110c733</sys_scope><sys_update_name>sys_properties_a8f82f984f396200993533718110c7af</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2016-09-07 21:18:50</sys_updated_on><type>boolean</type><value>true</value><write_roles>admin</write_roles></sys_properties><sys_translated_text action="delete_multiple" query="documentkey=a8f82f984f396200993533718110c7af"/></record_update> ]]> |
| | </payload> |
| | <payload_hash/> |
| | <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> |
| | <replace_on_upgrade>false</replace_on_upgrade> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2019-12-02 16:57:05</sys_created_on> |
| | <sys_id>eeea202837edcc5090b68cf6c3990e89</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_recorded_at>15706ff6f500000000</sys_recorded_at> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> |
| | <table/> |
| | <target_name>include_in_update_set.update_record_before_capture</target_name> |
| | <type>System Property</type> |
| | <update_domain>global</update_domain> |
| | <update_guid/> |
| | <update_guid_history/> |
| | <update_set display_value=""/> |
| | <view/> |
| | </sys_update_xml> |
| | </code> |
| |
| =====UserLog Complete Update Set===== | =====UserLog Complete Update Set===== |
| <code javascript userLogComplete.js> | JWJ0215 01/08/25. |
| | This update set is to install the 'User Log' for the 'Debug Now' button to be used in the sysauto_script s. |
| | Once this is installed, you will want to add the log (u_log) to the favorites and then add the u_log.LIST to favorites |
| | |
| | <code xml userLogComplete.xml> |
| <?xml version="1.0" encoding="UTF-8"?><unload unload_date="2025-01-08 18:09:28"> | <?xml version="1.0" encoding="UTF-8"?><unload unload_date="2025-01-08 18:09:28"> |
| <sys_remote_update_set action="INSERT_OR_UPDATE"> | <sys_remote_update_set action="INSERT_OR_UPDATE"> |
| |
| =====User Select UI===== | =====User Select UI===== |
| <code> | This is used to toggle between Polaris and the old UI. It is depricated, as all use Polaris now. |
| | |
| | <code xml userSelectUI.xml> |
| <?xml version="1.0" encoding="UTF-8"?><unload unload_date="2025-01-08 21:02:09"> | <?xml version="1.0" encoding="UTF-8"?><unload unload_date="2025-01-08 21:02:09"> |
| <sys_remote_update_set action="INSERT_OR_UPDATE"> | <sys_remote_update_set action="INSERT_OR_UPDATE"> |
| </code> | </code> |
| ---- | ---- |
| | =====JWJ Onboarding Catalog Item===== |
| | JWJ0215 05/09/25 This has been discarded due to the creation of new hire, term, and transfer |
| |
| | <code xml onboardingCI.xml> |
| | <?xml version="1.0" encoding="UTF-8"?><unload unload_date="2025-05-09 13:54:05"> |
| | <sys_remote_update_set action="INSERT_OR_UPDATE"> |
| | <application display_value="Global">global</application> |
| | <application_name>Global</application_name> |
| | <application_scope>global</application_scope> |
| | <application_version/> |
| | <collisions/> |
| | <commit_date/> |
| | <deleted/> |
| | <description>CB_Onboarding/Offboarding_2025-05-09 13:11:22</description> |
| | <inserted/> |
| | <name>CB_Onboarding/Offboarding_2025-05-09</name> |
| | <origin_sys_id/> |
| | <parent display_value=""/> |
| | <release_date/> |
| | <remote_base_update_set display_value=""/> |
| | <remote_parent_id/> |
| | <remote_sys_id>e913d25b8311221047477429feaad347</remote_sys_id> |
| | <state>loaded</state> |
| | <summary/> |
| | <sys_class_name>sys_remote_update_set</sys_class_name> |
| | <sys_created_by>admin</sys_created_by> |
| | <sys_created_on>2025-05-09 13:54:03</sys_created_on> |
| | <sys_id>cfdc525b8311221047477429feaad3c7</sys_id> |
| | <sys_mod_count>0</sys_mod_count> |
| | <sys_updated_by>admin</sys_updated_by> |
| | <sys_updated_on>2025-05-09 13:54:03</sys_updated_on> |
| | <update_set display_value=""/> |
| | <update_source display_value=""/> |
| | <updated/> |
| | </sys_remote_update_set> |
| | <sys_update_xml action="INSERT_OR_UPDATE"> |
| | <action>INSERT_OR_UPDATE</action> |
| | <application display_value="Global">global</application> |
| | <category>customer</category> |
| | <comments/> |
| | <name>item_option_new_4eba95be8395221047477429feaad3a5</name> |
| | <payload><?xml version="1.0" encoding="UTF-8"?><record_update table="item_option_new"><item_option_new action="INSERT_OR_UPDATE"><active>true</active><attributes/><cat_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</cat_item><category/><choice_direction>down</choice_direction><choice_field/><choice_table/><create_roles/><default_html_value/><default_value/><delete_roles/><delivery_plan/><description/><display_title>false</display_title><do_not_select_first>false</do_not_select_first><dynamic_default_value/><dynamic_ref_qual/><dynamic_value_dot_walk_path/><dynamic_value_field/><enable_also_request_for>false</enable_also_request_for><example_text/><field/><global>false</global><help_tag>More information</help_tag><help_text/><hidden>false</hidden><include_none>false</include_none><instructions/><layout>normal</layout><list_table/><lookup_label/><lookup_price/><lookup_table/><lookup_unique>false</lookup_unique><lookup_value/><macro/><macroponent/><mandatory>false</mandatory><map_to_field>false</map_to_field><mask_use_confirmation>false</mask_use_confirmation><mask_use_encryption>false</mask_use_encryption><name>formatter10</name><order>1700</order><post_insert_script/><price_if_checked>0</price_if_checked><pricing_implications>false</pricing_implications><published_ref/><question_text/><read_only& |