update_sets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
update_sets [03/16/2026YYY 10:30] johnsonjohnupdate_sets [03/16/2026YYY 10:34] (current) – [Add to Update Set] johnsonjohn
Line 4: Line 4:
 =====Add to Update Set===== =====Add to Update Set=====
 <code xml addToUpdateSet.xml> <code xml addToUpdateSet.xml>
-<unload unload_date="2019-12-02 16:57:05"> 
 <sys_remote_update_set action="INSERT_OR_UPDATE"> <sys_remote_update_set action="INSERT_OR_UPDATE">
 <application display_value="Global">global</application> <application display_value="Global">global</application>
Line 40: Line 39:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_script_include_cafbafd84f396200993533718110c711</name> 
-sys_script_include_cafbafd84f396200993533718110c711 +<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>
-</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/> <payload_hash/>
 <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set>
Line 70: Line 65:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_properties_category_m2m_d00b2f584f396200993533718110c738</name>
-sys_properties_category_m2m_d00b2f584f396200993533718110c738 +
-</name>+
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 87: Line 80:
 <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> <sys_updated_on>2019-12-02 16:57:05</sys_updated_on>
 <table/> <table/>
-<target_name> +<target_name>include_in_update_set.update_record_before_capture.Include in Update Set</target_name>
-include_in_update_set.update_record_before_capture.Include in Update Set +
-</target_name>+
 <type>Category Property</type> <type>Category Property</type>
 <update_domain>global</update_domain> <update_domain>global</update_domain>
Line 104: Line 95:
 <name>sys_properties_109923d84f396200993533718110c73d</name> <name>sys_properties_109923d84f396200993533718110c73d</name>
 <payload> <payload>
-<?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.&#13; &#13; Default: &#13; 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>+<![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.&#13; &#13; Default: &#13; 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>
 <payload_hash>2017646609</payload_hash> <payload_hash>2017646609</payload_hash>
Line 121: Line 112:
 <update_domain>global</update_domain> <update_domain>global</update_domain>
 <update_guid>c17aeca415edcc508d905ae87f1e5a4d</update_guid> <update_guid>c17aeca415edcc508d905ae87f1e5a4d</update_guid>
-<update_guid_history> +<update_guid_history>c17aeca415edcc508d905ae87f1e5a4d:2017646609,606aeca4c9edcc5055dbea2b2d7407f7:-1940688067,7ceffa600c8ffb0044bd4132bd4984c2:1054131082,f48431dd6bb133c0a95e82d78df028c8:1406622874,b2ecda6edbbaaf043f6ef348589fd558:1451777043,1fcc56eab0baaf040962e039a31a6e46:1103471383,bd52a27a98316700e60edd7d5a272abb:1905350434,376a26c273786300d317b00ca602878c:1905350434</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=""/> <update_set display_value=""/>
 <view/> <view/>
Line 132: Line 121:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_script_include_1349ef984f396200993533718110c702</name> 
-sys_script_include_1349ef984f396200993533718110c702 +<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. &#13; Accepts two arguments: The string to split, and the token to split on (usually a comma). &#13; &#13; Example: &#13; var str = 'alpha,beta, gamma, delta ,epsilon');&#13; 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>
-</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. &#13; Accepts two arguments: The string to split, and the token to split on (usually a comma). &#13; &#13; Example: &#13; var str = 'alpha,beta, gamma, delta ,epsilon');&#13; 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/> <payload_hash/>
 <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set>
Line 162: Line 147:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_properties_category_m2m_ced340604f796200993533718110c7bc</name>
-sys_properties_category_m2m_ced340604f796200993533718110c7bc +
-</name>+
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 179: Line 162:
 <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> <sys_updated_on>2019-12-02 16:57:05</sys_updated_on>
 <table/> <table/>
-<target_name> +<target_name>include_in_update_set.hide_on_tables.enabled.Include in Update Set</target_name>
-include_in_update_set.hide_on_tables.enabled.Include in Update Set +
-</target_name>+
 <type>Category Property</type> <type>Category Property</type>
 <update_domain>global</update_domain> <update_domain>global</update_domain>
Line 196: Line 177:
 <name>sys_app_module_d2aef3504f796200993533718110c7b7</name> <name>sys_app_module_d2aef3504f796200993533718110c7b7</name>
 <payload> <payload>
-<?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&amp;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>+<![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&amp;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>
 <payload_hash/> <payload_hash/>
Line 222: Line 203:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_properties_category_20a8eb984f396200993533718110c713</name> 
-sys_properties_category_20a8eb984f396200993533718110c713 +<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 &#34;Include in Update Set&#34; application, governing the &#34;Include in Update Set&#34; UI actions and list actions.</p>]]></title></sys_properties_category><sys_translated_text action="delete_multiple" query="documentkey=20a8eb984f396200993533718110c713"/></record_update></payload>
-</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 &#34;Include in Update Set&#34; application, governing the &#34;Include in Update Set&#34; UI actions and list actions.</p>]]></title></sys_properties_category><sys_translated_text action="delete_multiple" query="documentkey=20a8eb984f396200993533718110c713"/></record_update> +
-</payload>+
 <payload_hash/> <payload_hash/>
 <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set>
Line 252: Line 229:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_app_application_0c98ab984f396200993533718110c79b</name>
-sys_app_application_0c98ab984f396200993533718110c79b +
-</name>+
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 284: Line 259:
 <name>sys_app_489827984f396200993533718110c733</name> <name>sys_app_489827984f396200993533718110c733</name>
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 312: Line 287:
 <name>sys_properties_f18308a04f796200993533718110c794</name> <name>sys_properties_f18308a04f796200993533718110c794</name>
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 339: Line 314:
 <comments/> <comments/>
 <name>sys_ui_action_5e9bebd84f396200993533718110c7e5</name> <name>sys_ui_action_5e9bebd84f396200993533718110c7e5</name>
-<payload> +<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>
-<?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/> <payload_hash/>
 <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set> <remote_update_set display_value="SNG - Include in Update Set - v2.0">6aea202837edcc5090b68cf6c3990e88</remote_update_set>
Line 366: Line 339:
 <category>customer</category> <category>customer</category>
 <comments/> <comments/>
-<name> +<name>sys_properties_category_m2m_d11b2bd84f396200993533718110c780</name>
-sys_properties_category_m2m_d11b2bd84f396200993533718110c780 +
-</name>+
 <payload> <payload>
-<?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>+<![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>
 <payload_hash/> <payload_hash/>
Line 383: Line 354:
 <sys_updated_on>2019-12-02 16:57:05</sys_updated_on> <sys_updated_on>2019-12-02 16:57:05</sys_updated_on>
 <table/> <table/>
-<target_name> +<target_name>include_in_update_set.hide_on_tables.Include in Update Set</target_name>
-include_in_update_set.hide_on_tables.Include in Update Set +
-</target_name>+
 <type>Category Property</type> <type>Category Property</type>
 <update_domain>global</update_domain> <update_domain>global</update_domain>
Line 400: Line 369:
 <name>sys_properties_a8f82f984f396200993533718110c7af</name> <name>sys_properties_a8f82f984f396200993533718110c7af</name>
 <payload> <payload>
-<?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? &#13; 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>+<![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? &#13; 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>
 <payload_hash/> <payload_hash/>
Line 421: Line 390:
 <view/> <view/>
 </sys_update_xml> </sys_update_xml>
-</unload> 
 </code> </code>
  
  • update_sets.1773682207.txt.gz
  • Last modified: 03/16/2026YYY 10:30
  • by johnsonjohn