update_sets

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
update_sets [11/24/2025YYY 04:50] johnsonjohnupdate_sets [03/16/2026YYY 10:34] (current) – [Add to Update Set] johnsonjohn
Line 1: Line 1:
 ======Update Sets====== ======Update Sets======
 ---- ----
-=====Main Update Sets===== + 
----- +=====Add to Update Set===== 
-====UserLog Complete Update Set===== +<code xml addToUpdateSet.xml> 
-<code>+<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.&#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_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. &#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/> 
 +<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&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_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 &#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/> 
 +<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? &#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_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===== 
 +  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">
Line 1405: Line 1798:
 ---- ----
  
-====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">
Line 1911: Line 2306:
 </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>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter10&lt;/name&gt;&lt;order&gt;1700&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:07&lt;/sys_created_on&gt;&lt;sys_id&gt;4eba95be8395221047477429feaad3a5&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter10&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_4eba95be8395221047477429feaad3a5&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:33&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=4eba95be8395221047477429feaad3a5"/&gt;&lt;fx_price action="delete_multiple" query="id=4eba95be8395221047477429feaad3a5"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;4eba95be8395221047477429feaad3a5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:07&lt;/sys_created_on&gt;&lt;sys_id&gt;c6ba95be8395221047477429feaad3a8&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;4eba95be8395221047477429feaad3a5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:07&lt;/sys_created_on&gt;&lt;sys_id&gt;8eba95be8395221047477429feaad3a7&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-2023928769</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>03dc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c309f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>e423d65bff11221036268a1f1c4c2b25</update_guid>
 +<update_guid_history>e423d65bff11221036268a1f1c4c2b25:-2023928769,e823d65bdd112210cb58d8c5431d9101:1764553585</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_a49c997283d5221047477429feaad36a</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label&gt;name&lt;/lookup_label&gt;&lt;lookup_price/&gt;&lt;lookup_table&gt;sys_user&lt;/lookup_table&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value&gt;name&lt;/lookup_value&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;who_request_is_for&lt;/name&gt;&lt;order&gt;300&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who will this request be for?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;active=true&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:58:34&lt;/sys_created_on&gt;&lt;sys_id&gt;a49c997283d5221047477429feaad36a&lt;/sys_id&gt;&lt;sys_mod_count&gt;5&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who will this request be for?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_a49c997283d5221047477429feaad36a&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:29&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;18&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=a49c997283d5221047477429feaad36a"/&gt;&lt;fx_price action="delete_multiple" query="id=a49c997283d5221047477429feaad36a"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;a49c997283d5221047477429feaad36a&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:58:34&lt;/sys_created_on&gt;&lt;sys_id&gt;0f1d19b283d5221047477429feaad350&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:58:34&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;a49c997283d5221047477429feaad36a&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:58:34&lt;/sys_created_on&gt;&lt;sys_id&gt;cf1d19b283d5221047477429feaad34f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:58:34&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1107087946</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>03dc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1f150000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who will this request be for?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>df13565bfc1122106a288b5968f08044</update_guid>
 +<update_guid_history>df13565bfc1122106a288b5968f08044:-1107087946,1313565b5e112210abf9c5146a78de3f:1958995131</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_0da05e8b83d1221047477429feaad33d</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>300</order><published_ref/><question display_value="Requested by">85ffce4b83d1221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:22:11</sys_created_on><sys_id>0da05e8b83d1221047477429feaad33d</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:22:11</sys_updated_on><text>Manager</text><value>manager</value></question_choice><fx_price action="delete_multiple" query="id=0da05e8b83d1221047477429feaad33d"/></record_update>]]></payload>
 +<payload_hash>1764341544</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>03dc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1af20000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Manager</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>0f13165bdf112210381278870c4450f7</update_guid>
 +<update_guid_history>0f13165bdf112210381278870c4450f7:1764341544</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>sc_cat_item_5488887a8311221047477429feaad36f</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="sc_cat_item"><sc_cat_item action="INSERT_OR_UPDATE"><access_type>restricted</access_type><active>true</active><availability>on_desktop</availability><billable>false</billable><category display_value="Departmental Services">95fc11615f1211001c9b2572f2b477c6</category><checked_out>false</checked_out><cost>0</cost><custom_cart/><delivery_plan display_value="DEFAULT">523da512c611228900811a37c97c2014</delivery_plan><delivery_plan_script/><delivery_time>1970-01-03 00:00:00</delivery_time><description/><display_price_property>non_zero</display_price_property><entitlement_script/><flow_designer_flow/><fulfillment_automation_level>unspecified</fulfillment_automation_level><group/><hide_sp>false</hide_sp><icon>dd09cc728311221047477429feaad3b7</icon><ignore_price>true</ignore_price><image/><location/><make_item_non_conversational>false</make_item_non_conversational><mandatory_attachment>false</mandatory_attachment><meta/><mobile_hide_price>false</mobile_hide_price><mobile_picture/><mobile_picture_type>use_desktop_picture</mobile_picture_type><model/><name>Onboarding/Offboarding</name><no_attachment_v2>false</no_attachment_v2><no_cart>false</no_cart><no_cart_v2>true</no_cart_v2><no_delivery_time_v2>true</no_delivery_time_v2><no_order>false</no_order><no_order_now>false</no_order_now><no_proceed_checkout>false</no_proceed_checkout><no_quantity>false</no_quantity><no_quantity_v2>true</no_quantity_v2><no_save_as_draft>true</no_save_as_draft><no_search>false</no_search><no_wishlist_v2>false</no_wishlist_v2><omit_price>false</omit_price><order>0</order><ordered_item_link/><owner display_value="System Administrator">6816f79cc0a8016401c5a33be04be441</owner><picture>d169ccba8311221047477429feaad343</picture><preview>JavaScript: popupOpenStandard("com.glideapp.servicecatalog_cat_item_view.do?v=1&amp;sysparm_id=5488887a8311221047477429feaad36f&amp;sysparm_preview=true", "summary");</preview><price>0</price><published_ref/><recurring_frequency/><recurring_price>0</recurring_price><request_method/><roles/><sc_catalogs>e0d08b13c3330100c8b837659bba8fb4</sc_catalogs><sc_ic_item_staging/><sc_ic_version/><sc_template/><short_description>For Onboarding new employees or Offboarding existing empoyees</short_description><show_variable_help_on_load>false</show_variable_help_on_load><start_closed>false</start_closed><state>published</state><sys_class_name>sc_cat_item</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:50:23</sys_created_on><sys_id>5488887a8311221047477429feaad36f</sys_id><sys_mod_count>6</sys_mod_count><sys_name>Onboarding/Offboarding</sys_name><sys_package display_value="Global" source="global">global</sys_package><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>sc_cat_item_5488887a8311221047477429feaad36f</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-09 13:11:41</sys_updated_on><taxonomy_topic/><template/><template_manager_roles/><type>item</type><use_sc_layout>true</use_sc_layout><vendor/><version>4</version><visible_bundle>true</visible_bundle><visible_guide>true</visible_guide><visible_standalone>true</visible_standalone><workflow/></sc_cat_item><sys_translated_text action="delete_multiple" query="documentkey=5488887a8311221047477429feaad36f"/><fx_price action="delete_multiple" query="id=5488887a8311221047477429feaad36f"/><fx_price action="INSERT_OR_UPDATE"><amount>0</amount><currency display_value="USD">USD</currency><field>price</field><id>5488887a8311221047477429feaad36f</id><parent/><reference_amount>0</reference_amount><reference_currency display_value="USD">USD</reference_currency><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:50:24</sys_created_on><sys_id>42d840ba8311221047477429feaad39a</sys_id><sys_mod_count>0</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 13:50:24</sys_updated_on><table>sc_cat_item</table><type>calculated</type></fx_price><fx_price action="INSERT_OR_UPDATE"><amount>0</amount><currency display_value="USD">USD</currency><field>recurring_price</field><id>5488887a8311221047477429feaad36f</id><parent/><reference_amount>0</reference_amount><reference_currency display_value="USD">USD</reference_currency><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:50:24</sys_created_on><sys_id>8ad840ba8311221047477429feaad39b</sys_id><sys_mod_count>0</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 13:50:24</sys_updated_on><table>sc_cat_item</table><type>calculated</type></fx_price><sys_attachment action="INSERT_OR_UPDATE"><average_image_color>#99ccff</average_image_color><chunk_size_bytes>700000</chunk_size_bytes><compressed>true</compressed><content_type>image/png</content_type><file_name>icon</file_name><hash>f93d17d365ef88e5dc37f80cc729552aafe051d10ff4cf243feff5eb7dc7811c</hash><image_height>225</image_height><image_width>225</image_width><size_bytes>3508</size_bytes><size_compressed>3513</size_compressed><state>available</state><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:51:10</sys_created_on><sys_id>dd09cc728311221047477429feaad3b7</sys_id><sys_mod_count>3</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 13:51:11</sys_updated_on><table_name>ZZ_YYsc_cat_item</table_name><table_sys_id>5488887a8311221047477429feaad36f</table_sys_id></sys_attachment><sys_attachment_doc action="INSERT_OR_UPDATE"><data>H4sIAAAAAAAA/w==</data><length>16</length><position>0</position><sys_attachment display_value="icon" sys_id="dd09cc728311221047477429feaad3b7">dd09cc728311221047477429feaad3b7</sys_attachment><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:51:10</sys_created_on><sys_id>1109cc728311221047477429feaad3b8</sys_id></sys_attachment_doc><sys_attachment_doc action="INSERT_OR_UPDATE"><data>hZeHOxSOA8bPuHPU8cUpuZRxxmVkR/amzpZZzorucoQ7e2Tlzsghe8VFVMjICMno0Nde2Z1Czq7Idr9+f8H3eT7v+z7P+7z/wEs0NzWEsPGxAQAAiLGRnuXfXPy/wEx/nRUrZAQAMAibI6316XT634bq8tceUygUCCRkxAkCAAQAACEAQMx3V0BHRwcVBTg+PgYA4gAA3Ozs7NDQ0OPH9c3NE7T7gAVrwNbWVkxMzOrq6sOHD62s8sfGlnd3d4uKikZHRxMTE52cnBYsANXV1ebm5ng8XlJSsqKiIjs729PTU0tLCwaDweFwdnb25ubm8PBwEomkpKSERCJBIEMgEAECme40Fx3RqAR10CskS68jZBHN668A3BvvOlgYAYPvsrB4O0mAgEANIFA2Xx8oxwv0vA4CgfjFeUC6AkAgkDNalQUMVjGBA2nP0N8eSfJCmA0Ns9zdSwmEpqVQzc3XSTk5HeXl/zZYgH731K4mO63l45VhQGZm+EqsGQwW39u7QKVuoibvjgIA55HGetrWQfmb+aGhYxSueJ7ZnyKpYQyooVT+TwEbysQYfiPCueRiNBPrs1FdRBbj5j4dajhjPx9Yes94a+wHrTWSc732bLN/sN8pqUQAHP3f9Lbztzllc8S3xL0/u6E0c4VkAJtPvqGwgW2+nPwjMv5zyNcdhferUKUv448aeFzrW5r/SO7SfJtGFpyFsSZdUgzpyQqGD1JUsNK121OCZkWfyjaaLo6slBSirbA9mmaUdG1bK2jlbHaT2+iwHJadN3+qWnP1/Do2jrmZ1ovGXe9qCCjIAt30pgZZNKhjXFISyBECj7dmojxT7fPrZl0hygMflIdeKbJl+H7kY5j3bTgN4duE8uEnI5QqLVbf8vpJB9L2kNEYFgpKL5DnQNSUDWxn0OSiKU/cKbu/pH6kTRHkuVvPHWzGDy+r8uNbUoz3bZSqQyf/0urdnP2HYNlQmsj6wjujQfGz1qO7jfrtd6Hd9zwYb2AMf0aIJDxOZJzfjWHiKja/ue2x8jL0J9NXD1M+kzFeWaTuxgIRvy1u8hBwUOgsJ5aDyW2VtUx6qr9deJ+7rcciWIYguuWOfCoSkv7ER9jXDeraybQ4K1aRkGxgjeh6HFsaMDop/oLtWfZSmh8c7eaG4B4VL2oIqhOF9nDt74vo6IPR1aqZfjKi+GknoUvHCvZuEJq7vMl2WTjNlrdvHneNv2yN9tpKdwYi2tcygfES3Ce4P/jWql0ld2uksufX/Sk57KhYs46fXIEazdHs1uDhzbQoGWZZwlJ/uKBVZhBa7O2ZAjanKc/Z/JIx/0uJnBCpFTTPIDfUxa2DZkaAs8tnveHUOc+NGykM02NeY02Ig4sanUabWsJEf47CRXdkzWTYQzvH+gAO0R9PBSo7DaLRu+I/n1EwG1Fzwm0v2N3Su32XEpnzcsK+XoabmLD/GuO+50HZ+GE9s7zLrK/zOA7XmLa36n77nD8NV5PXKgs79N6EXz3G0qK3ZbDPiwvgiv+YWY53nuvLueg76tRJEc/dUOVDGxigajXvb3u6GmXq1+4fCyilgs8caQXPQOw/qUV+UdViim3Znw1DLvRY3k9OlW5KPZG4yTWbk0168mhkWJvRqiQtWWeSG2h1IAnj1pkWyO506VMdcLrhVcXK89JdU2TiZMFD4OxdFo18w2sLfHCohvd5/1GFOeoALHbeshCnAj1eeQsRs3/pL+joZFjDtahlMbrnzaJscyF9mdptDXJ8CNjQL+zuL/kYjWiYFJeBklHMPYpclfC3UWNMqcRbMV0WiNvijLjVyaRZ8h6weVH833TULnQy+9g0pPNT7wtFI5xHcYeXKQuTt1St+owBz6Nrg9LqshlxQCmF47kFtPg3XMUHKWFyw+VV30v+YbFreZTicETLSr4bqScUKNZNi6FFnQY3GH4A5/rLBU1eVWYvubihMSCQEFKh6vDmAkdo28Jq9+8Oj6eoIXVsYVLI94XifZLf9XXuohPhekP7q7dxi4W3F3Kx3wR28337Z70w/kfI+jPO1xbCbuHzZzhTes353jwu+jhbusuk4YP1McSzSzFtTJFkMisrcPPQvXBgVVwLU+riCDu/H0LxUlrDi0L4cNTn89qZlMtcd/4E49tkabsGdaUjs3WhlvFWleRdildTVXPPhmzbdmz+9zdPUewFtlf2cibQ8+rfPyB/qN3bn1OmjaGp+L0PkV6DtTsTT+gXL5CJ7Z7vKEx0SDxCqcWuHWQXINoCSQ+m4/qa+qvrmEcgFMfkNmMGPv7rvFnpHm4/vgCGbJp7kvZDgvIlNGroBYN3Cl7gbF6rp3j9DihA0bXo4aTewI2ZRfua5vSHK1WRS4r4X1OtrWOSZ3p0UwtJzJ9yZQnb34cY2ohU9Uje6zARVEXV1dH25XNNSpARzSpk+AXVgQm3J70XA6/OwZxGOdKfGtxEzxwVe6zVlVtPep5PRV3B2ko80sWbVA/BDcn3ZlBj1Wbw7ID3raGnnZz7R1u1Uwo+5ncyMK0vstIqtcfYVgJM9qJiMZtrG8XCv1cmyPicz+SCHYJT2q3L9ZVfPnkMplSMnpQ3OfD4q1jNPS1FYU9PDEqz/IeofXCWgdWkRcntw7OGz2Ef6tsWFpTUGx1YnaomvanGRKkG36nHDAWF59YCPQ68piMVqxftdR0EBlSdmBIsVWI841LctFvP7vMoCHArei6zrL3M7BZqqlnKfcKusuUy/c682VraVz/jXw35Ku0S6qg0OKzgO6+MwFu8i4bfiJ/m9DSDmTqpL+kmdMrzClPmNu0zio5gKe1419j+df/eq2cfreIicgGMkVxyztKN9PGQlbq10zfBYg/1D6S6JjO+6EaK2GZz3d5/c5v+27hfE/pOyLo+sIRxqNLzw9f9yJlYRu0wTRfOK9HL9GtqRAFzi5MiG6fUrG5vxw61xZrnHyc9fw0HYqj+fD56kYNyrt3ZXHd4Mx+cs1440qzWEKsmIhZXLBknApeKvzoUS1iX2JWOuABHfoUe+2mVCJuzlkLeui79grxJ1uDkMeos96sZajLoKel9uqOmBmrz5iOtsp2oL7XfKbciK1017o0QvUaKtdAP5t61IIHvY8KkgG1H4vmg25LEqo/H74a5D09MkAThnLM488zeaRdrFY5jcaOTrhDHE1EVotyQfXChoKyB8wdowWExrxTbNa9UGUyZThlrJZupO1X3QYtLuOMTvRStAFnzqPEhidO+T7ctojS7dFEqjCbEq66GcZtkZGisCMV++MWttUeDHIKqcjmFTyyWhXsMpXLdbS63/VByM7jUoMcQVcbj06R9OcQKWcRvwJP8g+z8CfXtG4JI5hBOwKZ05xI+hn2g7OWnxqbMuFgfQkVIR+jxlYgXKSD4TdY0eRCC+jIpDuSnQS21VnwlbmZfMaybDl08CYap6OMvqKP8RBLshr9l8nv1dk4n3Nd5N8F24Lp+44jEh9YZI+ivV55wq3THyn69IS5r47z8OeR1h4KgfH+9hmbbweprtU0ZvmxLmeQD+GdCd6xtxzcJB9c3WmNm7XbbkCoUrNV66sioqt3/U7nPqnwHAviF0Joq7q7T3r0qa5RslObqfGViOePhK+z1noRXr4CaCYpCLbyFiTnDeSwZjRuImqI1kybnjR0Dl0QKVL+xZ04DQn6DAA4RQFaLyPHYfTUOX49TDWf40WvEerpmNnkn9DgzMVzIl07+3fhYSzW/lm3nvZYAhBX6jJcPtvSoR1GCNLo2Fv0CJJbkVwZ1EY6g3nnpbuvuaPOcpGenuyf9nG/Oz2CgOTCnjjApNnTVVcFMmZvv9cD1GlEc8GaEgEAqVKkQCJEqEbrT/n4/fKGxSzzyFqdNUE/CvILmJ8olH6nPhVzyFWl4RKMs17jGIzal9xd0D5Z2hf+u3D0/BVhxzX1zba+e8jAlTmu98Z3HXbb33y6SECwpgwoKO+wFBs1vwstW2MH1Rzo6QjlsLZ4iwX3DmQcKO8uuZVDtOLgI6Et8C6MpX6408TYcnyx/tD5nxKYszxq/itAHEMo6VMbhGmlyKzGdXIK5awuUkgvX5+RAhDxL5p+h5503FeYNckkqizwZ4Iy8+UqbqiBOFR+/WxYC3rc4nx+myf5Tef3j3chaRN0X97tEn+YUrtZ5vlSJy8QiNdRWnV62INv2SfGsUARvhJvdsNjPISPhtDBtW/MZ2S4Ste8SoxWbpmrWIoLmPSeDQ/LmSk9z0ROQim9fggPZg+40ctzwJCARJ2zGe5uachMple8jl8E4+ELKFYKtd3EN7OKDcr1c+dgyKANxMd/sV7i7kmSjCmOF3qajO8vyF+/BokSEtYuQSPo6NnfRGYNoJQ7ufz2z3t33MpOcb6FrOFwdOARegq2Mn1b/+LHNBWaOi4ClEfWRFg5VGUFP7aR7JrFXYGlv/3TftOOMn8FUMDYCoyqV6PaI7K/xHDbueqWMLUTc9LP8rZDgU5c7/YUTGDzr8dFZCUMEYGcN09bGgHm3x5Nzd4qexVGBVjLZiTW5fpa6q/wzFBrp46ATKjJjfKKLlp1bMb0xPykXtqvnyb/QDy2axanmbVjGtKmMTZW/fKq7fhTSZtGbdO/cr2qKAIap5t5QlUnjiAG58E/7me4/zNr/CSlSms6SgYQhBL1j2f/eLoCxvqlelY5z9P8AFK5Aq7QNAAA=</data><length>4672</length><position>1</position><sys_attachment display_value="icon" sys_id="dd09cc728311221047477429feaad3b7">dd09cc728311221047477429feaad3b7</sys_attachment><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:51:10</sys_created_on><sys_id>9109cc728311221047477429feaad3b8</sys_id></sys_attachment_doc><sys_attachment action="INSERT_OR_UPDATE"><average_image_color>#99ccff</average_image_color><chunk_size_bytes>700000</chunk_size_bytes><compressed>true</compressed><content_type>image/png</content_type><file_name>picture</file_name><hash>f93d17d365ef88e5dc37f80cc729552aafe051d10ff4cf243feff5eb7dc7811c</hash><image_height>225</image_height><image_width>225</image_width><size_bytes>3508</size_bytes><size_compressed>3513</size_compressed><state>available</state><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:52:48</sys_created_on><sys_id>d169ccba8311221047477429feaad343</sys_id><sys_mod_count>1</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-09 13:11:28</sys_updated_on><table_name>ZZ_YYsc_cat_item</table_name><table_sys_id>5488887a8311221047477429feaad36f</table_sys_id></sys_attachment><sys_attachment_doc action="INSERT_OR_UPDATE"><data>H4sIAAAAAAAA/w==</data><length>16</length><position>0</position><sys_attachment display_value="picture" sys_id="d169ccba8311221047477429feaad343">d169ccba8311221047477429feaad343</sys_attachment><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:52:48</sys_created_on><sys_id>9d69ccba8311221047477429feaad344</sys_id></sys_attachment_doc><sys_attachment_doc action="INSERT_OR_UPDATE"><data>hZeHOxSOA8bPuHPU8cUpuZRxxmVkR/amzpZZzorucoQ7e2Tlzsghe8VFVMjICMno0Nde2Z1Czq7Idr9+f8H3eT7v+z7P+7z/wEs0NzWEsPGxAQAAiLGRnuXfXPy/wEx/nRUrZAQAMAibI6316XT634bq8tceUygUCCRkxAkCAAQAACEAQMx3V0BHRwcVBTg+PgYA4gAA3Ozs7NDQ0OPH9c3NE7T7gAVrwNbWVkxMzOrq6sOHD62s8sfGlnd3d4uKikZHRxMTE52cnBYsANXV1ebm5ng8XlJSsqKiIjs729PTU0tLCwaDweFwdnb25ubm8PBwEomkpKSERCJBIEMgEAECme40Fx3RqAR10CskS68jZBHN668A3BvvOlgYAYPvsrB4O0mAgEANIFA2Xx8oxwv0vA4CgfjFeUC6AkAgkDNalQUMVjGBA2nP0N8eSfJCmA0Ns9zdSwmEpqVQzc3XSTk5HeXl/zZYgH731K4mO63l45VhQGZm+EqsGQwW39u7QKVuoibvjgIA55HGetrWQfmb+aGhYxSueJ7ZnyKpYQyooVT+TwEbysQYfiPCueRiNBPrs1FdRBbj5j4dajhjPx9Yes94a+wHrTWSc732bLN/sN8pqUQAHP3f9Lbztzllc8S3xL0/u6E0c4VkAJtPvqGwgW2+nPwjMv5zyNcdhferUKUv448aeFzrW5r/SO7SfJtGFpyFsSZdUgzpyQqGD1JUsNK121OCZkWfyjaaLo6slBSirbA9mmaUdG1bK2jlbHaT2+iwHJadN3+qWnP1/Do2jrmZ1ovGXe9qCCjIAt30pgZZNKhjXFISyBECj7dmojxT7fPrZl0hygMflIdeKbJl+H7kY5j3bTgN4duE8uEnI5QqLVbf8vpJB9L2kNEYFgpKL5DnQNSUDWxn0OSiKU/cKbu/pH6kTRHkuVvPHWzGDy+r8uNbUoz3bZSqQyf/0urdnP2HYNlQmsj6wjujQfGz1qO7jfrtd6Hd9zwYb2AMf0aIJDxOZJzfjWHiKja/ue2x8jL0J9NXD1M+kzFeWaTuxgIRvy1u8hBwUOgsJ5aDyW2VtUx6qr9deJ+7rcciWIYguuWOfCoSkv7ER9jXDeraybQ4K1aRkGxgjeh6HFsaMDop/oLtWfZSmh8c7eaG4B4VL2oIqhOF9nDt74vo6IPR1aqZfjKi+GknoUvHCvZuEJq7vMl2WTjNlrdvHneNv2yN9tpKdwYi2tcygfES3Ce4P/jWql0ld2uksufX/Sk57KhYs46fXIEazdHs1uDhzbQoGWZZwlJ/uKBVZhBa7O2ZAjanKc/Z/JIx/0uJnBCpFTTPIDfUxa2DZkaAs8tnveHUOc+NGykM02NeY02Ig4sanUabWsJEf47CRXdkzWTYQzvH+gAO0R9PBSo7DaLRu+I/n1EwG1Fzwm0v2N3Su32XEpnzcsK+XoabmLD/GuO+50HZ+GE9s7zLrK/zOA7XmLa36n77nD8NV5PXKgs79N6EXz3G0qK3ZbDPiwvgiv+YWY53nuvLueg76tRJEc/dUOVDGxigajXvb3u6GmXq1+4fCyilgs8caQXPQOw/qUV+UdViim3Znw1DLvRY3k9OlW5KPZG4yTWbk0168mhkWJvRqiQtWWeSG2h1IAnj1pkWyO506VMdcLrhVcXK89JdU2TiZMFD4OxdFo18w2sLfHCohvd5/1GFOeoALHbeshCnAj1eeQsRs3/pL+joZFjDtahlMbrnzaJscyF9mdptDXJ8CNjQL+zuL/kYjWiYFJeBklHMPYpclfC3UWNMqcRbMV0WiNvijLjVyaRZ8h6weVH833TULnQy+9g0pPNT7wtFI5xHcYeXKQuTt1St+owBz6Nrg9LqshlxQCmF47kFtPg3XMUHKWFyw+VV30v+YbFreZTicETLSr4bqScUKNZNi6FFnQY3GH4A5/rLBU1eVWYvubihMSCQEFKh6vDmAkdo28Jq9+8Oj6eoIXVsYVLI94XifZLf9XXuohPhekP7q7dxi4W3F3Kx3wR28337Z70w/kfI+jPO1xbCbuHzZzhTes353jwu+jhbusuk4YP1McSzSzFtTJFkMisrcPPQvXBgVVwLU+riCDu/H0LxUlrDi0L4cNTn89qZlMtcd/4E49tkabsGdaUjs3WhlvFWleRdildTVXPPhmzbdmz+9zdPUewFtlf2cibQ8+rfPyB/qN3bn1OmjaGp+L0PkV6DtTsTT+gXL5CJ7Z7vKEx0SDxCqcWuHWQXINoCSQ+m4/qa+qvrmEcgFMfkNmMGPv7rvFnpHm4/vgCGbJp7kvZDgvIlNGroBYN3Cl7gbF6rp3j9DihA0bXo4aTewI2ZRfua5vSHK1WRS4r4X1OtrWOSZ3p0UwtJzJ9yZQnb34cY2ohU9Uje6zARVEXV1dH25XNNSpARzSpk+AXVgQm3J70XA6/OwZxGOdKfGtxEzxwVe6zVlVtPep5PRV3B2ko80sWbVA/BDcn3ZlBj1Wbw7ID3raGnnZz7R1u1Uwo+5ncyMK0vstIqtcfYVgJM9qJiMZtrG8XCv1cmyPicz+SCHYJT2q3L9ZVfPnkMplSMnpQ3OfD4q1jNPS1FYU9PDEqz/IeofXCWgdWkRcntw7OGz2Ef6tsWFpTUGx1YnaomvanGRKkG36nHDAWF59YCPQ68piMVqxftdR0EBlSdmBIsVWI841LctFvP7vMoCHArei6zrL3M7BZqqlnKfcKusuUy/c682VraVz/jXw35Ku0S6qg0OKzgO6+MwFu8i4bfiJ/m9DSDmTqpL+kmdMrzClPmNu0zio5gKe1419j+df/eq2cfreIicgGMkVxyztKN9PGQlbq10zfBYg/1D6S6JjO+6EaK2GZz3d5/c5v+27hfE/pOyLo+sIRxqNLzw9f9yJlYRu0wTRfOK9HL9GtqRAFzi5MiG6fUrG5vxw61xZrnHyc9fw0HYqj+fD56kYNyrt3ZXHd4Mx+cs1440qzWEKsmIhZXLBknApeKvzoUS1iX2JWOuABHfoUe+2mVCJuzlkLeui79grxJ1uDkMeos96sZajLoKel9uqOmBmrz5iOtsp2oL7XfKbciK1017o0QvUaKtdAP5t61IIHvY8KkgG1H4vmg25LEqo/H74a5D09MkAThnLM488zeaRdrFY5jcaOTrhDHE1EVotyQfXChoKyB8wdowWExrxTbNa9UGUyZThlrJZupO1X3QYtLuOMTvRStAFnzqPEhidO+T7ctojS7dFEqjCbEq66GcZtkZGisCMV++MWttUeDHIKqcjmFTyyWhXsMpXLdbS63/VByM7jUoMcQVcbj06R9OcQKWcRvwJP8g+z8CfXtG4JI5hBOwKZ05xI+hn2g7OWnxqbMuFgfQkVIR+jxlYgXKSD4TdY0eRCC+jIpDuSnQS21VnwlbmZfMaybDl08CYap6OMvqKP8RBLshr9l8nv1dk4n3Nd5N8F24Lp+44jEh9YZI+ivV55wq3THyn69IS5r47z8OeR1h4KgfH+9hmbbweprtU0ZvmxLmeQD+GdCd6xtxzcJB9c3WmNm7XbbkCoUrNV66sioqt3/U7nPqnwHAviF0Joq7q7T3r0qa5RslObqfGViOePhK+z1noRXr4CaCYpCLbyFiTnDeSwZjRuImqI1kybnjR0Dl0QKVL+xZ04DQn6DAA4RQFaLyPHYfTUOX49TDWf40WvEerpmNnkn9DgzMVzIl07+3fhYSzW/lm3nvZYAhBX6jJcPtvSoR1GCNLo2Fv0CJJbkVwZ1EY6g3nnpbuvuaPOcpGenuyf9nG/Oz2CgOTCnjjApNnTVVcFMmZvv9cD1GlEc8GaEgEAqVKkQCJEqEbrT/n4/fKGxSzzyFqdNUE/CvILmJ8olH6nPhVzyFWl4RKMs17jGIzal9xd0D5Z2hf+u3D0/BVhxzX1zba+e8jAlTmu98Z3HXbb33y6SECwpgwoKO+wFBs1vwstW2MH1Rzo6QjlsLZ4iwX3DmQcKO8uuZVDtOLgI6Et8C6MpX6408TYcnyx/tD5nxKYszxq/itAHEMo6VMbhGmlyKzGdXIK5awuUkgvX5+RAhDxL5p+h5503FeYNckkqizwZ4Iy8+UqbqiBOFR+/WxYC3rc4nx+myf5Tef3j3chaRN0X97tEn+YUrtZ5vlSJy8QiNdRWnV62INv2SfGsUARvhJvdsNjPISPhtDBtW/MZ2S4Ste8SoxWbpmrWIoLmPSeDQ/LmSk9z0ROQim9fggPZg+40ctzwJCARJ2zGe5uachMple8jl8E4+ELKFYKtd3EN7OKDcr1c+dgyKANxMd/sV7i7kmSjCmOF3qajO8vyF+/BokSEtYuQSPo6NnfRGYNoJQ7ufz2z3t33MpOcb6FrOFwdOARegq2Mn1b/+LHNBWaOi4ClEfWRFg5VGUFP7aR7JrFXYGlv/3TftOOMn8FUMDYCoyqV6PaI7K/xHDbueqWMLUTc9LP8rZDgU5c7/YUTGDzr8dFZCUMEYGcN09bGgHm3x5Nzd4qexVGBVjLZiTW5fpa6q/wzFBrp46ATKjJjfKKLlp1bMb0xPykXtqvnyb/QDy2axanmbVjGtKmMTZW/fKq7fhTSZtGbdO/cr2qKAIap5t5QlUnjiAG58E/7me4/zNr/CSlSms6SgYQhBL1j2f/eLoCxvqlelY5z9P8AFK5Aq7QNAAA=</data><length>4672</length><position>1</position><sys_attachment display_value="picture" sys_id="d169ccba8311221047477429feaad343">d169ccba8311221047477429feaad343</sys_attachment><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:52:48</sys_created_on><sys_id>1569ccba8311221047477429feaad344</sys_id></sys_attachment_doc></record_update>]]></payload>
 +<payload_hash>1727910773</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:04</sys_created_on>
 +<sys_id>03dc12978351221047477429feaad3e7</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c4f850000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:04</sys_updated_on>
 +<table/>
 +<target_name>Onboarding/Offboarding</target_name>
 +<type>Catalog Item</type>
 +<update_domain>global</update_domain>
 +<update_guid>62235a5b8e1122105d8f1ac2fe2aba87</update_guid>
 +<update_guid_history>62235a5b8e1122105d8f1ac2fe2aba87:1727910773,8f13165bd711221050806eff1d4f09e6:-1426775495,f613165ba1112210057d418f574ddcb4:1169716970,2c19c4baca1122106c70f84e2e9378c5:-1198974180,ac19c4ba5d1122108f5bd548a75fd90e:-765270209,6d0984ba43112210cf8fd56246513089:-1562332521,5d0984baf411221069365d354ad95280:1657977121,42d840ba121122103b134f70e2e3c0a1:556906058,c6d840bab0112210b29557f2f2a83fb1:1508631138</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_dd05710b8351221047477429feaad36d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:98a3f1878351221047477429feaad328=No^ORIO:98a3f1878351221047477429feaad328=Yes^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'standard_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing' &amp;amp; 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:22:00&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;dd05710b8351221047477429feaad36d&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'standard_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing' &amp;amp; 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_dd05710b8351221047477429feaad36d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:46:22&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-740555793</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>03dc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c10e10000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'standard_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_s</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>aa13165b0c1122103b9a465239177e5f</update_guid>
 +<update_guid_history>aa13165b0c1122103b9a465239177e5f:-740555793,2e13165bb11122109a13cc87b98d345c:-795501004</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_917f064b83d1221047477429feaad37d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter18&lt;/name&gt;&lt;order&gt;4700&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;917f064b83d1221047477429feaad37d&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter18&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_917f064b83d1221047477429feaad37d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:39&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=917f064b83d1221047477429feaad37d"/&gt;&lt;fx_price action="delete_multiple" query="id=917f064b83d1221047477429feaad37d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;917f064b83d1221047477429feaad37d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;1d7f064b83d1221047477429feaad37f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;917f064b83d1221047477429feaad37d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;d17f064b83d1221047477429feaad37f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>658911794</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>07dc12978351221047477429feaad3e0</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c480d0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>8e231a5bb1112210e1994ff225f121c7</update_guid>
 +<update_guid_history>8e231a5bb1112210e1994ff225f121c7:658911794,b9231a5b721122107acf6785148e5eb8:-1577616106</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_efa5fd0b8351221047477429feaad37d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;f_drive&lt;/name&gt;&lt;order&gt;2600&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who will need access to the terminated user’s F:\ drive?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference&gt;sys_user&lt;/reference&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition table="sys_user"&gt;active=true&lt;item endquery="false" field="active" goto="false" newquery="false" operator="=" or="false" value="true"/&gt;&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:25:44&lt;/sys_created_on&gt;&lt;sys_id&gt;efa5fd0b8351221047477429feaad37d&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who will need access to the terminated user’s F:\ drive?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_efa5fd0b8351221047477429feaad37d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:37&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;8&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=efa5fd0b8351221047477429feaad37d"/&gt;&lt;fx_price action="delete_multiple" query="id=efa5fd0b8351221047477429feaad37d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;efa5fd0b8351221047477429feaad37d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:25:44&lt;/sys_created_on&gt;&lt;sys_id&gt;8ff5754b8351221047477429feaad3cb&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:25:44&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;efa5fd0b8351221047477429feaad37d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:25:44&lt;/sys_created_on&gt;&lt;sys_id&gt;43f5754b8351221047477429feaad3cb&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:25:44&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1315839214</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>07dc12978351221047477429feaad3e3</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c3efc0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who will need access to the terminated user’s F:\ drive?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>d9231a5bd01122104139b645ee89ae26</update_guid>
 +<update_guid_history>d9231a5bd01122104139b645ee89ae26:-1315839214,1d231a5b44112210fa64fd90751a1e18:-93816856</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_e0e1d60f83d1221047477429feaad381</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>300</order><published_ref/><question display_value="Reclaim Method">80a1920f83d1221047477429feaad311</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:27:37</sys_created_on><sys_id>e0e1d60f83d1221047477429feaad381</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:27:37</sys_updated_on><text>Drop Off</text><value>drop_off</value></question_choice><fx_price action="delete_multiple" query="id=e0e1d60f83d1221047477429feaad381"/></record_update>]]></payload>
 +<payload_hash>-1304062413</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>07dc12978351221047477429feaad3e6</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1d050000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Drop Off</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>d713565b0b1122103eb7c62e4d70fd27</update_guid>
 +<update_guid_history>d713565b0b1122103eb7c62e4d70fd27:-1304062413</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_79cfca4b83d1221047477429feaad38c</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:117f4a0b83d1221047477429feaad311</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:18:25</sys_created_on><sys_id>79cfca4b83d1221047477429feaad38c</sys_id><sys_mod_count>0</sys_mod_count><sys_name>assets</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_79cfca4b83d1221047477429feaad38c</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:18:25</sys_updated_on><table/><ui_policy display_value="Make 'assets' visible depending on 'assets_to_be_reclaimed'">e1bf8a4b83d1221047477429feaad30c</ui_policy><value/><value_action>ignore</value_action><variable>assets</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=79cfca4b83d1221047477429feaad38c"/></record_update>]]></payload>
 +<payload_hash>-1384722164</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>07dc525b8311221047477429feaad3c9</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c12c30000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>assets</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>6e13165b64112210b8e2027bd4535290</update_guid>
 +<update_guid_history>6e13165b64112210b8e2027bd4535290:-1384722164,ee13165b441122101dee5a447ccb7a8d:-1679128049</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_22f4f9c78351221047477429feaad3a5</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;standard_information&lt;/name&gt;&lt;order&gt;2400&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Standard Information&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;22f4f9c78351221047477429feaad3a5&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Standard Information&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_22f4f9c78351221047477429feaad3a5&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:31&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=22f4f9c78351221047477429feaad3a5"/&gt;&lt;fx_price action="delete_multiple" query="id=22f4f9c78351221047477429feaad3a5"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;22f4f9c78351221047477429feaad3a5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;aef4f9c78351221047477429feaad3a7&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:21:19&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;22f4f9c78351221047477429feaad3a5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;66f4f9c78351221047477429feaad3a7&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:21:19&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>2130953923</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>07dc525b8311221047477429feaad3cc</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c27150000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Standard Information</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>b713565ba2112210a3d4a5e700fc15f3</update_guid>
 +<update_guid_history>b713565ba2112210a3d4a5e700fc15f3:2130953923,3713565b991122100465158e2e3192eb:-1700471551</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_78ce460b83d1221047477429feaad347</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter16&lt;/name&gt;&lt;order&gt;2000&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;78ce460b83d1221047477429feaad347&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter16&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_78ce460b83d1221047477429feaad347&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:39&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=78ce460b83d1221047477429feaad347"/&gt;&lt;fx_price action="delete_multiple" query="id=78ce460b83d1221047477429feaad347"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;78ce460b83d1221047477429feaad347&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;f0ce460b83d1221047477429feaad34a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:13:59&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;78ce460b83d1221047477429feaad347&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;b8ce460b83d1221047477429feaad349&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:13:59&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1497719707</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0bdc12978351221047477429feaad3df</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c450a0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>79231a5bb21122108484c1e764ce34a3</update_guid>
 +<update_guid_history>79231a5bb21122108484c1e764ce34a3:1497719707,f9231a5b0411221046b5a106677fe794:1930571535</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_d8abc20783d1221047477429feaad335</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;report_from_analytics_requested&lt;/name&gt;&lt;order&gt;3600&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;iv. Have you requested a report from analytics of all future and standing orders authorized by this Provider?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:01:07&lt;/sys_created_on&gt;&lt;sys_id&gt;d8abc20783d1221047477429feaad335&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;iv. Have you requested a report from analytics of all future and standing orders authorized by this Provider?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_d8abc20783d1221047477429feaad335&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:33&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;1&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=d8abc20783d1221047477429feaad335"/&gt;&lt;fx_price action="delete_multiple" query="id=d8abc20783d1221047477429feaad335"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;d8abc20783d1221047477429feaad335&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:01:07&lt;/sys_created_on&gt;&lt;sys_id&gt;94dbc60783d1221047477429feaad330&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:01:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;d8abc20783d1221047477429feaad335&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:01:07&lt;/sys_created_on&gt;&lt;sys_id&gt;58dbc60783d1221047477429feaad32f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:01:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>468882161</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0bdc12978351221047477429feaad3e2</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2cf40000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>iv. Have you requested a report from analytics of all future and standing orders authorized by this </target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>9c23965ba71122107263d46f51313997</update_guid>
 +<update_guid_history>9c23965ba71122107263d46f51313997:468882161,d423965be4112210924f776863b9e268:-637470173</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_c48aca8383d1221047477429feaad312</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>100</order><published_ref/><question display_value="If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter it here (if not sure select ‘Unknown’)">6cd94e4383d1221047477429feaad31e</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 17:55:22</sys_created_on><sys_id>c48aca8383d1221047477429feaad312</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 17:55:22</sys_updated_on><text>Yes</text><value>yes_facility_dept</value></question_choice><fx_price action="delete_multiple" query="id=c48aca8383d1221047477429feaad312"/></record_update>]]></payload>
 +<payload_hash>238609805</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0bdc12978351221047477429feaad3e5</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1c9f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Yes</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5313565bfb112210059f95c5dfeb3207</update_guid>
 +<update_guid_history>5313565bfb112210059f95c5dfeb3207:238609805</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_5e2cd17283d5221047477429feaad3cb</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:f7cad5fe8395221047477429feaad3dd=transferring^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'transfer2' visible depending on 'onboard_offboard_selection'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:54:40&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;5e2cd17283d5221047477429feaad3cb&lt;/sys_id&gt;&lt;sys_mod_count&gt;1&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'transfer2' visible depending on 'onboard_offboard_selection'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_5e2cd17283d5221047477429feaad3cb&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:54:40&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1070782977</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0bdc525b8311221047477429feaad3c8</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c0fce0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'transfer2' visible depending on 'onboard_offboard_selection'</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>2a13165bd0112210fc7056e979abd755</update_guid>
 +<update_guid_history>2a13165bd0112210fc7056e979abd755:-1070782977,aa13165bdc1122107d239ca8cad91c52:1016782309</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_138256978311221047477429feaad3e5</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;standard&lt;/name&gt;&lt;order&gt;1000&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Standard&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:01&lt;/sys_created_on&gt;&lt;sys_id&gt;138256978311221047477429feaad3e5&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Standard&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_138256978311221047477429feaad3e5&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:33&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=138256978311221047477429feaad3e5"/&gt;&lt;fx_price action="delete_multiple" query="id=138256978311221047477429feaad3e5"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;138256978311221047477429feaad3e5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:01&lt;/sys_created_on&gt;&lt;sys_id&gt;db8256978311221047477429feaad3e7&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;138256978311221047477429feaad3e5&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:01&lt;/sys_created_on&gt;&lt;sys_id&gt;938256978311221047477429feaad3e7&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1338473835</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0bdc525b8311221047477429feaad3cb</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2e9c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Standard</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>9023965b0511221050cecfc83609e9d8</update_guid>
 +<update_guid_history>9023965b0511221050cecfc83609e9d8:1338473835,d023965b4111221081b76cd694825bc1:-2031734019</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_66ee460b83d1221047477429feaad3d8</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter17&lt;/name&gt;&lt;order&gt;2100&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:14:38&lt;/sys_created_on&gt;&lt;sys_id&gt;66ee460b83d1221047477429feaad3d8&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter17&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_66ee460b83d1221047477429feaad3d8&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:34&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;12&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=66ee460b83d1221047477429feaad3d8"/&gt;&lt;fx_price action="delete_multiple" query="id=66ee460b83d1221047477429feaad3d8"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;66ee460b83d1221047477429feaad3d8&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:14:39&lt;/sys_created_on&gt;&lt;sys_id&gt;62ee460b83d1221047477429feaad3db&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:14:39&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;66ee460b83d1221047477429feaad3d8&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:14:39&lt;/sys_created_on&gt;&lt;sys_id&gt;2aee460b83d1221047477429feaad3da&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:14:39&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1790037941</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0fdc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c32370000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>2423d65b26112210aecc5251f8fd4c4e</update_guid>
 +<update_guid_history>2423d65b26112210aecc5251f8fd4c4e:1790037941,6823d65bf111221080c76ad82576cf36:1640282702</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_b8719ecb83d1221047477429feaad34d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;reclaim_date&lt;/name&gt;&lt;order&gt;4300&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Reclaim date&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:26:12&lt;/sys_created_on&gt;&lt;sys_id&gt;b8719ecb83d1221047477429feaad34d&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Reclaim date&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_b8719ecb83d1221047477429feaad34d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:29&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;9&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=b8719ecb83d1221047477429feaad34d"/&gt;&lt;fx_price action="delete_multiple" query="id=b8719ecb83d1221047477429feaad34d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;b8719ecb83d1221047477429feaad34d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:26:12&lt;/sys_created_on&gt;&lt;sys_id&gt;f781120f83d1221047477429feaad3a0&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:26:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;b8719ecb83d1221047477429feaad34d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:26:12&lt;/sys_created_on&gt;&lt;sys_id&gt;bb81120f83d1221047477429feaad39f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:26:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1198639805</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0fdc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1e910000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Reclaim date</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>df13565b6c112210b1e76033cefc433b</update_guid>
 +<update_guid_history>df13565b6c112210b1e76033cefc433b:-1198639805,5313565b9411221004090fd0b4077b31:-197641269</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_89a05e8b83d1221047477429feaad33b</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>100</order><published_ref/><question display_value="Requested by">85ffce4b83d1221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:22:11</sys_created_on><sys_id>89a05e8b83d1221047477429feaad33b</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:22:11</sys_updated_on><text>HR</text><value>hr</value></question_choice><fx_price action="delete_multiple" query="id=89a05e8b83d1221047477429feaad33b"/></record_update>]]></payload>
 +<payload_hash>-1483740880</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0fdc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b410000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>HR</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>d713165bca11221058628b9c10da58ff</update_guid>
 +<update_guid_history>d713165bca11221058628b9c10da58ff:-1483740880</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_0692d61b8311221047477429feaad37c</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter23&lt;/name&gt;&lt;order&gt;1300&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;0692d61b8311221047477429feaad37c&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter23&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_0692d61b8311221047477429feaad37c&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:38&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=0692d61b8311221047477429feaad37c"/&gt;&lt;fx_price action="delete_multiple" query="id=0692d61b8311221047477429feaad37c"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;0692d61b8311221047477429feaad37c&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;8e92d61b8311221047477429feaad37e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;0692d61b8311221047477429feaad37c&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;4692d61b8311221047477429feaad37e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>930571359</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>0fdc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c40a20000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>25231a5b881122107311002ef095e344</update_guid>
 +<update_guid_history>25231a5b881122107311002ef095e344:930571359,e9231a5b891122108f9d771bb85c6c29:-1766295793</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_85ffce4b83d1221047477429feaad33d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;requested_by&lt;/name&gt;&lt;order&gt;4000&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Requested by&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference&gt;sys_user&lt;/reference&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition table="sys_user"&gt;active=true&lt;item endquery="false" field="active" goto="false" newquery="false" operator="=" or="false" value="true"/&gt;&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:20:20&lt;/sys_created_on&gt;&lt;sys_id&gt;85ffce4b83d1221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Requested by&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_85ffce4b83d1221047477429feaad33d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:31&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;5&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=85ffce4b83d1221047477429feaad33d"/&gt;&lt;fx_price action="delete_multiple" query="id=85ffce4b83d1221047477429feaad33d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;85ffce4b83d1221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:20:20&lt;/sys_created_on&gt;&lt;sys_id&gt;3530168b83d1221047477429feaad35f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:20:20&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;85ffce4b83d1221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:20:20&lt;/sys_created_on&gt;&lt;sys_id&gt;f530168b83d1221047477429feaad35e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:20:20&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1069730466</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>43dc12978351221047477429feaad3e0</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c29370000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Requested by</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>4823965bfb112210d59a6a038f8cfb0d</update_guid>
 +<update_guid_history>4823965bfb112210d59a6a038f8cfb0d:-1069730466,8423565b1e1122107c835eebecdbacf6:1671958314</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_ecaa51fe8395221047477429feaad304</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;onboarding3&lt;/name&gt;&lt;order&gt;200&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Onboarding&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:44&lt;/sys_created_on&gt;&lt;sys_id&gt;ecaa51fe8395221047477429feaad304&lt;/sys_id&gt;&lt;sys_mod_count&gt;2&lt;/sys_mod_count&gt;&lt;sys_name&gt;Onboarding&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_ecaa51fe8395221047477429feaad304&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:36&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=ecaa51fe8395221047477429feaad304"/&gt;&lt;fx_price action="delete_multiple" query="id=ecaa51fe8395221047477429feaad304"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;ecaa51fe8395221047477429feaad304&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:45&lt;/sys_created_on&gt;&lt;sys_id&gt;68aa51fe8395221047477429feaad307&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:47:45&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;ecaa51fe8395221047477429feaad304&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:45&lt;/sys_created_on&gt;&lt;sys_id&gt;20aa51fe8395221047477429feaad307&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:47:45&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1969754327</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>43dc12978351221047477429feaad3e3</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c3c1f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Onboarding</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>1123d65bef1122102f554da8524feee8</update_guid>
 +<update_guid_history>1123d65bef1122102f554da8524feee8:-1969754327,8923d65b1511221097b19abbe626a8da:444907033</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_d48aca8383d1221047477429feaad315</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>300</order><published_ref/><question display_value="If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter it here (if not sure select ‘Unknown’)">6cd94e4383d1221047477429feaad31e</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 17:55:22</sys_created_on><sys_id>d48aca8383d1221047477429feaad315</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 17:55:22</sys_updated_on><text>Unknown</text><value>unknown_facility_dept</value></question_choice><fx_price action="delete_multiple" query="id=d48aca8383d1221047477429feaad315"/></record_update>]]></payload>
 +<payload_hash>-1832144597</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>43dc12978351221047477429feaad3e6</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1ce90000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Unknown</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>db13565b771122108e1f9d767273920c</update_guid>
 +<update_guid_history>db13565b771122108e1f9d767273920c:-1832144597</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_342cd17283d5221047477429feaad35a</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:ecaa51fe8395221047477429feaad304</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:54:19</sys_created_on><sys_id>342cd17283d5221047477429feaad35a</sys_id><sys_mod_count>0</sys_mod_count><sys_name>onboarding3</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_342cd17283d5221047477429feaad35a</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:54:19</sys_updated_on><table/><ui_policy display_value="Make 'onboarding3' visible depending on 'onboard_offboard_selection'">350c517283d5221047477429feaad322</ui_policy><value/><value_action>ignore</value_action><variable>onboarding3</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=342cd17283d5221047477429feaad35a"/></record_update>]]></payload>
 +<payload_hash>544352687</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>43dc525b8311221047477429feaad3c9</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c11c20000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>onboarding3</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>6213165b8d112210b0d0d7d96a564a7c</update_guid>
 +<update_guid_history>6213165b8d112210b0d0d7d96a564a7c:544352687,e213165b61112210676abf7acdef5f79:-1902781487</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_21529a978311221047477429feaad350</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;share_point_access&lt;/name&gt;&lt;order&gt;600&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;SharePoint Access&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;21529a978311221047477429feaad350&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;SharePoint Access&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_21529a978311221047477429feaad350&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:34&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=21529a978311221047477429feaad350"/&gt;&lt;fx_price action="delete_multiple" query="id=21529a978311221047477429feaad350"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;21529a978311221047477429feaad350&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;e9529a978311221047477429feaad352&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:05&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;21529a978311221047477429feaad350&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;a1529a978311221047477429feaad352&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:05&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-914312832</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>43dc525b8311221047477429feaad3cc</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c34590000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>SharePoint Access</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>b423d65bd611221099dc379653d43d6c</update_guid>
 +<update_guid_history>b423d65bd611221099dc379653d43d6c:-914312832,7423d65bd6112210effff03730b3c560:565357938</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_77329ed78311221047477429feaad384</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;epic_access&lt;/name&gt;&lt;order&gt;400&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Epic Access&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:41&lt;/sys_created_on&gt;&lt;sys_id&gt;77329ed78311221047477429feaad384&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Epic Access&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_77329ed78311221047477429feaad384&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:35&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=77329ed78311221047477429feaad384"/&gt;&lt;fx_price action="delete_multiple" query="id=77329ed78311221047477429feaad384"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;77329ed78311221047477429feaad384&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:42&lt;/sys_created_on&gt;&lt;sys_id&gt;73329ed78311221047477429feaad38c&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:07:42&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;77329ed78311221047477429feaad384&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:42&lt;/sys_created_on&gt;&lt;sys_id&gt;3b329ed78311221047477429feaad38a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:07:42&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-582629949</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>47dc12978351221047477429feaad3df</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c373f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Epic Access</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>0123d65b1d11221029992b3943abff9b</update_guid>
 +<update_guid_history>0123d65b1d11221029992b3943abff9b:-582629949,b423d65b67112210663f3dd27a58658e:471046105</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_d57d11f283d5221047477429feaad301</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label&gt;name&lt;/lookup_label&gt;&lt;lookup_price/&gt;&lt;lookup_table&gt;sys_user&lt;/lookup_table&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value&gt;name&lt;/lookup_value&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;who_will_be_offboarded&lt;/name&gt;&lt;order&gt;2200&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who will be Offboarded?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;active=true&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 20:01:01&lt;/sys_created_on&gt;&lt;sys_id&gt;d57d11f283d5221047477429feaad301&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who will be Offboarded?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_d57d11f283d5221047477429feaad301&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:41&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;18&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=d57d11f283d5221047477429feaad301"/&gt;&lt;fx_price action="delete_multiple" query="id=d57d11f283d5221047477429feaad301"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;d57d11f283d5221047477429feaad301&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 20:01:01&lt;/sys_created_on&gt;&lt;sys_id&gt;cbad15f283d5221047477429feaad337&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 20:01:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;d57d11f283d5221047477429feaad301&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 20:01:01&lt;/sys_created_on&gt;&lt;sys_id&gt;8fad15f283d5221047477429feaad336&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 20:01:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1504803580</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>47dc12978351221047477429feaad3e2</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c4e440000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who will be Offboarded?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>5a235a5bf711221087e50f9e0111f871</update_guid>
 +<update_guid_history>5a235a5bf711221087e50f9e0111f871:1504803580,1a235a5b9d112210198f31a00b52fe54:63983059</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_b0ab193283d5221047477429feaad313</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>200</order><published_ref/><question display_value="What is this request for?">f7cad5fe8395221047477429feaad3dd</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:52:08</sys_created_on><sys_id>b0ab193283d5221047477429feaad313</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:52:08</sys_updated_on><text>Transferring An Existing User</text><value>transferring</value></question_choice><fx_price action="delete_multiple" query="id=b0ab193283d5221047477429feaad313"/></record_update>]]></payload>
 +<payload_hash>-332734982</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>47dc12978351221047477429feaad3e5</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b800000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Transferring An Existing User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>9313565b0d112210670725fa27f85a05</update_guid>
 +<update_guid_history>9313565b0d112210670725fa27f85a05:-332734982</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_350c517283d5221047477429feaad322</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:f7cad5fe8395221047477429feaad3dd=onboarding^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'onboarding3' visible depending on 'onboard_offboard_selection'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:54:19&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;350c517283d5221047477429feaad322&lt;/sys_id&gt;&lt;sys_mod_count&gt;1&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'onboarding3' visible depending on 'onboard_offboard_selection'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_350c517283d5221047477429feaad322&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:54:19&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1451412449</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>47dc525b8311221047477429feaad3c8</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c0f8c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'onboarding3' visible depending on 'onboard_offboard_selection'</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>e613165b891122100db587402a2fb550</update_guid>
 +<update_guid_history>e613165b891122100db587402a2fb550:-1451412449,6a13165b6a112210d069250f67de114d:-1673450508</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_117f4a0b83d1221047477429feaad311</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;assets&lt;/name&gt;&lt;order&gt;3900&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Assets&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;117f4a0b83d1221047477429feaad311&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Assets&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_117f4a0b83d1221047477429feaad311&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:36&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=117f4a0b83d1221047477429feaad311"/&gt;&lt;fx_price action="delete_multiple" query="id=117f4a0b83d1221047477429feaad311"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;117f4a0b83d1221047477429feaad311&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;d17f064b83d1221047477429feaad372&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;117f4a0b83d1221047477429feaad311&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:01&lt;/sys_created_on&gt;&lt;sys_id&gt;997f064b83d1221047477429feaad371&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1202255346</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>47dc525b8311221047477429feaad3cb</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c3a7b0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Assets</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>4923d65b471122108ebfa9f8ffc6e0d7</update_guid>
 +<update_guid_history>4923d65b471122108ebfa9f8ffc6e0d7:1202255346,cd23d65b74112210dfe2d7bcf05369bd:2040948170</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_64aa51fe8395221047477429feaad309</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter9&lt;/name&gt;&lt;order&gt;1400&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:45&lt;/sys_created_on&gt;&lt;sys_id&gt;64aa51fe8395221047477429feaad309&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter9&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_64aa51fe8395221047477429feaad309&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:36&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=64aa51fe8395221047477429feaad309"/&gt;&lt;fx_price action="delete_multiple" query="id=64aa51fe8395221047477429feaad309"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;64aa51fe8395221047477429feaad309&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:45&lt;/sys_created_on&gt;&lt;sys_id&gt;ecaa51fe8395221047477429feaad30b&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:47:45&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;64aa51fe8395221047477429feaad309&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:47:45&lt;/sys_created_on&gt;&lt;sys_id&gt;a4aa51fe8395221047477429feaad30b&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:47:45&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>911757850</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4bdc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c398d0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>8d23d65b87112210132f9855bb399fba</update_guid>
 +<update_guid_history>8d23d65b87112210132f9855bb399fba:911757850,8d23d65b3e112210bf666f79790e11ad:-2138089740</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_b592d61b8311221047477429feaad367</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;provider&lt;/name&gt;&lt;order&gt;1200&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Provider&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;b592d61b8311221047477429feaad367&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Provider&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_b592d61b8311221047477429feaad367&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:38&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=b592d61b8311221047477429feaad367"/&gt;&lt;fx_price action="delete_multiple" query="id=b592d61b8311221047477429feaad367"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;b592d61b8311221047477429feaad367&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;7192d61b8311221047477429feaad36a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;b592d61b8311221047477429feaad367&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:12&lt;/sys_created_on&gt;&lt;sys_id&gt;3992d61b8311221047477429feaad369&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:12&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1906141779</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4bdc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c43f40000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Provider</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>f9231a5b3a112210097038fa80600b91</update_guid>
 +<update_guid_history>f9231a5b3a112210097038fa80600b91:-1906141779,69231a5b1611221054d8f8d838beda76:138876883</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_74ab193283d5221047477429feaad314</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>300</order><published_ref/><question display_value="What is this request for?">f7cad5fe8395221047477429feaad3dd</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:52:08</sys_created_on><sys_id>74ab193283d5221047477429feaad314</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:52:08</sys_updated_on><text>Offboarding An Existing User</text><value>offboarding</value></question_choice><fx_price action="delete_multiple" query="id=74ab193283d5221047477429feaad314"/></record_update>]]></payload>
 +<payload_hash>-1192696703</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4bdc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b2f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Offboarding An Existing User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5b13165bbd112210d464dbd980ecebfd</update_guid>
 +<update_guid_history>5b13165bbd112210d464dbd980ecebfd:-1192696703</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_0659c24383d1221047477429feaad388</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label&gt;name&lt;/lookup_label&gt;&lt;lookup_price/&gt;&lt;lookup_table&gt;sys_user&lt;/lookup_table&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value&gt;name&lt;/lookup_value&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;who_will_need_access_to_the_offboarded_user_s_email_account&lt;/name&gt;&lt;order&gt;2700&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who will need access to the offboarded user’s Email account? &lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;active=true&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:51:41&lt;/sys_created_on&gt;&lt;sys_id&gt;0659c24383d1221047477429feaad388&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who will need access to the offboarded user’s Email account? &lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_0659c24383d1221047477429feaad388&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:31&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;18&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=0659c24383d1221047477429feaad388"/&gt;&lt;fx_price action="delete_multiple" query="id=0659c24383d1221047477429feaad388"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;0659c24383d1221047477429feaad388&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:51:41&lt;/sys_created_on&gt;&lt;sys_id&gt;d6a94a4383d1221047477429feaad3ab&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:51:41&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;0659c24383d1221047477429feaad388&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:51:41&lt;/sys_created_on&gt;&lt;sys_id&gt;c2a94a4383d1221047477429feaad39e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:51:41&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1803908824</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4bdc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c26720000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who will need access to the offboarded user’s Email account? </target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>f313565ba511221029ccc7f005086fe8</update_guid>
 +<update_guid_history>f313565ba511221029ccc7f005086fe8:-1803908824,7f13565bc81122106ccb494e22d2cfd3:956773042</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_44aa4e8383d1221047477429feaad3f3</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;any_additional_information&lt;/name&gt;&lt;order&gt;2900&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Any Additional Information?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:56:26&lt;/sys_created_on&gt;&lt;sys_id&gt;44aa4e8383d1221047477429feaad3f3&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Any Additional Information?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_44aa4e8383d1221047477429feaad3f3&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:35&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;2&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=44aa4e8383d1221047477429feaad3f3"/&gt;&lt;fx_price action="delete_multiple" query="id=44aa4e8383d1221047477429feaad3f3"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;44aa4e8383d1221047477429feaad3f3&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:56:26&lt;/sys_created_on&gt;&lt;sys_id&gt;77ba02c383d1221047477429feaad34e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:56:26&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;44aa4e8383d1221047477429feaad3f3&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:56:26&lt;/sys_created_on&gt;&lt;sys_id&gt;3bba02c383d1221047477429feaad34d&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:56:26&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1450603617</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc12978351221047477429feaad3dd</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c35530000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Any Additional Information?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>b823d65baf112210b580de5b5e26247b</update_guid>
 +<update_guid_history>b823d65baf112210b580de5b5e26247b:-1450603617,b423d65bab1122108b1b305b4bb99d6f:-1978621232</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_a22c8e0783d1221047477429feaad33d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;offboarding_date_time&lt;/name&gt;&lt;order&gt;3000&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Please select the offboarding Date and Time&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:03:24&lt;/sys_created_on&gt;&lt;sys_id&gt;a22c8e0783d1221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Please select the offboarding Date and Time&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_a22c8e0783d1221047477429feaad33d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:33&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;10&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=a22c8e0783d1221047477429feaad33d"/&gt;&lt;fx_price action="delete_multiple" query="id=a22c8e0783d1221047477429feaad33d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;a22c8e0783d1221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:03:24&lt;/sys_created_on&gt;&lt;sys_id&gt;865c424783d1221047477429feaad39f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:03:24&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;a22c8e0783d1221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:03:24&lt;/sys_created_on&gt;&lt;sys_id&gt;4a5c424783d1221047477429feaad39e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:03:24&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-399765005</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc12978351221047477429feaad3e0</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2f590000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Please select the offboarding Date and Time</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>2423965b0a112210fcae8960fc798af2</update_guid>
 +<update_guid_history>2423965b0a112210fcae8960fc798af2:-399765005,5823965b7d112210515bffb2637783e7:-1283640673</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_ffe0d2cb83d1221047477429feaad358</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label&gt;acquisition_method&lt;/lookup_label&gt;&lt;lookup_price/&gt;&lt;lookup_table&gt;alm_asset&lt;/lookup_table&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value&gt;acquisition_method&lt;/lookup_value&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;asset_s&lt;/name&gt;&lt;order&gt;4200&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Asset(s) &lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;assigned_toISNOTEMPTY&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;assigned_toISNOTEMPTY&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:25:25&lt;/sys_created_on&gt;&lt;sys_id&gt;ffe0d2cb83d1221047477429feaad358&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Asset(s) &lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_ffe0d2cb83d1221047477429feaad358&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:40&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;18&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=ffe0d2cb83d1221047477429feaad358"/&gt;&lt;fx_price action="delete_multiple" query="id=ffe0d2cb83d1221047477429feaad358"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;ffe0d2cb83d1221047477429feaad358&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:25:25&lt;/sys_created_on&gt;&lt;sys_id&gt;a4611ecb83d1221047477429feaad384&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:25:25&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;ffe0d2cb83d1221047477429feaad358&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:25:25&lt;/sys_created_on&gt;&lt;sys_id&gt;68611ecb83d1221047477429feaad383&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:25:25&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>205025421</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc12978351221047477429feaad3e3</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c4c150000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Asset(s) </target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>9a235a5baf11221075354dad0f419c31</update_guid>
 +<update_guid_history>9a235a5baf11221075354dad0f419c31:205025421,86235a5b55112210253634b223bae115:2111749109</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_f8ab193283d5221047477429feaad311</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>100</order><published_ref/><question display_value="What is this request for?">f7cad5fe8395221047477429feaad3dd</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:52:08</sys_created_on><sys_id>f8ab193283d5221047477429feaad311</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:52:08</sys_updated_on><text>Onboarding A New User</text><value>onboarding</value></question_choice><fx_price action="delete_multiple" query="id=f8ab193283d5221047477429feaad311"/></record_update>]]></payload>
 +<payload_hash>803665878</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc12978351221047477429feaad3e6</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1d4b0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Onboarding A New User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5313565b931122102aca059744a2a42d</update_guid>
 +<update_guid_history>5313565b931122102aca059744a2a42d:803665878</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_db4c957283d5221047477429feaad3df</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:34caddbe8395221047477429feaad338</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:55:01</sys_created_on><sys_id>db4c957283d5221047477429feaad3df</sys_id><sys_mod_count>0</sys_mod_count><sys_name>offboarding2</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_db4c957283d5221047477429feaad3df</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:55:01</sys_updated_on><table/><ui_policy display_value="Make 'offboarding2' visible depending on 'onboard_offboard_selection'">ab3cdd3283d5221047477429feaad3d2</ui_policy><value/><value_action>ignore</value_action><variable>offboarding2</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=db4c957283d5221047477429feaad3df"/></record_update>]]></payload>
 +<payload_hash>842435440</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc525b8311221047477429feaad3c9</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c12410000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>offboarding2</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>e613165be311221078e763a22fa66786</update_guid>
 +<update_guid_history>e613165be311221078e763a22fa66786:842435440,6a13165b10112210f97087c44daaf983:-623546353</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_34caddbe8395221047477429feaad338</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;offboarding2&lt;/name&gt;&lt;order&gt;1800&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Offboarding&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;34caddbe8395221047477429feaad338&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Offboarding&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_34caddbe8395221047477429feaad338&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:32&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=34caddbe8395221047477429feaad338"/&gt;&lt;fx_price action="delete_multiple" query="id=34caddbe8395221047477429feaad338"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;34caddbe8395221047477429feaad338&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;bccaddbe8395221047477429feaad33a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:18&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;34caddbe8395221047477429feaad338&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;74caddbe8395221047477429feaad33a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:18&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>2090379347</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>4fdc525b8311221047477429feaad3cc</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2b780000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Offboarding</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>d423965b111122102058cace4c529c65</update_guid>
 +<update_guid_history>d423965b111122102058cace4c529c65:2090379347,4023965b8e112210714dc71662338f4f:-111056003</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_77229e0f83d1221047477429feaad390</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;notes_special_instructions&lt;/name&gt;&lt;order&gt;4600&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Notes / Special Instructions&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:29:11&lt;/sys_created_on&gt;&lt;sys_id&gt;77229e0f83d1221047477429feaad390&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Notes / Special Instructions&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_77229e0f83d1221047477429feaad390&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:30&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;2&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=77229e0f83d1221047477429feaad390"/&gt;&lt;fx_price action="delete_multiple" query="id=77229e0f83d1221047477429feaad390"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;77229e0f83d1221047477429feaad390&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:29:11&lt;/sys_created_on&gt;&lt;sys_id&gt;6732de0f83d1221047477429feaad3cc&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:29:11&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;77229e0f83d1221047477429feaad390&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:29:11&lt;/sys_created_on&gt;&lt;sys_id&gt;2b32de0f83d1221047477429feaad3cb&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:29:11&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1996446080</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>83dc12978351221047477429feaad3df</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c23590000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Notes / Special Instructions</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>7713565b0711221076c78902340fee7f</update_guid>
 +<update_guid_history>7713565b0711221076c78902340fee7f:1996446080,a313565ba511221057a36fe80833f078:-1518166063</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_c4429ed78311221047477429feaad3ce</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter19&lt;/name&gt;&lt;order&gt;500&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:42&lt;/sys_created_on&gt;&lt;sys_id&gt;c4429ed78311221047477429feaad3ce&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter19&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_c4429ed78311221047477429feaad3ce&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:37&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=c4429ed78311221047477429feaad3ce"/&gt;&lt;fx_price action="delete_multiple" query="id=c4429ed78311221047477429feaad3ce"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;c4429ed78311221047477429feaad3ce&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:42&lt;/sys_created_on&gt;&lt;sys_id&gt;40429ed78311221047477429feaad3d1&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:07:42&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;c4429ed78311221047477429feaad3ce&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:07:42&lt;/sys_created_on&gt;&lt;sys_id&gt;08429ed78311221047477429feaad3d0&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:07:42&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>2020157680</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>83dc12978351221047477429feaad3e2</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c3e0c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>1d231a5b75112210b05a07946e5c1815</update_guid>
 +<update_guid_history>1d231a5b75112210b05a07946e5c1815:2020157680,11231a5b531122104d5b825fe9cc4208:-2135201395</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_a7645db68395221047477429feaad3d8</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>300</order><published_ref/><question display_value="What is this request for?">78b3dd768395221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:20:39</sys_created_on><sys_id>a7645db68395221047477429feaad3d8</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:20:39</sys_updated_on><text>Offboard An Existing User</text><value>offboard</value></question_choice><fx_price action="delete_multiple" query="id=a7645db68395221047477429feaad3d8"/></record_update>]]></payload>
 +<payload_hash>-994240162</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>83dc12978351221047477429feaad3e5</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b6a0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Offboard An Existing User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>1713565b781122101101ab7238c31d03</update_guid>
 +<update_guid_history>1713565b781122101101ab7238c31d03:-994240162</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_1fc7c2cf8391221047477429feaad35b</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:98a3f1878351221047477429feaad328=Yes^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'provider_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:44:23&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;1fc7c2cf8391221047477429feaad35b&lt;/sys_id&gt;&lt;sys_mod_count&gt;1&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'provider_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_1fc7c2cf8391221047477429feaad35b&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:44:23&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-322524475</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>83dc525b8311221047477429feaad3c8</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c0f370000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'provider_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_s</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>6213165b3a112210d20a2d643128cc4b</update_guid>
 +<update_guid_history>6213165b3a112210d20a2d643128cc4b:-322524475,1a13165b04112210739dbdc76a400e47:339123088</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_10b0920b83d1221047477429feaad3c0</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;requested_for&lt;/name&gt;&lt;order&gt;4100&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Requested for&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference&gt;sys_user&lt;/reference&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition table="sys_user"&gt;active=true&lt;item endquery="false" field="active" goto="false" newquery="false" operator="=" or="false" value="true"/&gt;&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:23:01&lt;/sys_created_on&gt;&lt;sys_id&gt;10b0920b83d1221047477429feaad3c0&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Requested for&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_10b0920b83d1221047477429feaad3c0&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:35&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;8&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=10b0920b83d1221047477429feaad3c0"/&gt;&lt;fx_price action="delete_multiple" query="id=10b0920b83d1221047477429feaad3c0"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;10b0920b83d1221047477429feaad3c0&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:23:01&lt;/sys_created_on&gt;&lt;sys_id&gt;ddd052cb83d1221047477429feaad308&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:23:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;10b0920b83d1221047477429feaad3c0&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:23:01&lt;/sys_created_on&gt;&lt;sys_id&gt;91d052cb83d1221047477429feaad308&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:23:01&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1744112888</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>83dc525b8311221047477429feaad3cb</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c36470000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Requested for</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>3423d65b7c1122109220d6f49053998b</update_guid>
 +<update_guid_history>3423d65b7c1122109220d6f49053998b:-1744112888,7c23d65b1011221035f39ba7c1c50a7e:737459024</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_5d72d21b8311221047477429feaad3b1</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter21&lt;/name&gt;&lt;order&gt;900&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:37&lt;/sys_created_on&gt;&lt;sys_id&gt;5d72d21b8311221047477429feaad3b1&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter21&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_5d72d21b8311221047477429feaad3b1&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:31&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=5d72d21b8311221047477429feaad3b1"/&gt;&lt;fx_price action="delete_multiple" query="id=5d72d21b8311221047477429feaad3b1"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;5d72d21b8311221047477429feaad3b1&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:37&lt;/sys_created_on&gt;&lt;sys_id&gt;d572d21b8311221047477429feaad3b4&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:37&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;5d72d21b8311221047477429feaad3b1&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:37&lt;/sys_created_on&gt;&lt;sys_id&gt;9d72d21b8311221047477429feaad3b3&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:37&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1427397556</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>87dc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c253b0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>f313565ba8112210f8394cc536ad02ad</update_guid>
 +<update_guid_history>f313565ba8112210f8394cc536ad02ad:-1427397556,bb13565ba2112210a9ba6bd9a096aaa5:-1098015782</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_b2b742cf8391221047477429feaad3da</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter13&lt;/name&gt;&lt;order&gt;3800&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:16&lt;/sys_created_on&gt;&lt;sys_id&gt;b2b742cf8391221047477429feaad3da&lt;/sys_id&gt;&lt;sys_mod_count&gt;5&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter13&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_b2b742cf8391221047477429feaad3da&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:40&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=b2b742cf8391221047477429feaad3da"/&gt;&lt;fx_price action="delete_multiple" query="id=b2b742cf8391221047477429feaad3da"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;b2b742cf8391221047477429feaad3da&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:16&lt;/sys_created_on&gt;&lt;sys_id&gt;3eb742cf8391221047477429feaad3dc&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:43:16&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;b2b742cf8391221047477429feaad3da&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:16&lt;/sys_created_on&gt;&lt;sys_id&gt;f2b742cf8391221047477429feaad3dc&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:43:16&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1087314458</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>87dc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c492f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>8a231a5b7f112210cb182bfdfeebbcff</update_guid>
 +<update_guid_history>8a231a5b7f112210cb182bfdfeebbcff:1087314458,8e231a5bf9112210d4866ca0d82bbfca:-603709901</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_60e1d60f83d1221047477429feaad37f</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>100</order><published_ref/><question display_value="Reclaim Method">80a1920f83d1221047477429feaad311</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:27:36</sys_created_on><sys_id>60e1d60f83d1221047477429feaad37f</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:27:36</sys_updated_on><text>Ship</text><value>ship</value></question_choice><fx_price action="delete_multiple" query="id=60e1d60f83d1221047477429feaad37f"/></record_update>]]></payload>
 +<payload_hash>-1354189140</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>87dc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b1c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Ship</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>9b13165b1e112210b60e11cef90810fb</update_guid>
 +<update_guid_history>9b13165b1e112210b60e11cef90810fb:-1354189140</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>sc_cat_item_category_17e89d3e8395221047477429feaad37f</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="sc_cat_item_category"><sc_cat_item_category action="INSERT_OR_UPDATE"><sc_cat_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</sc_cat_item><sc_category display_value="Departmental Services">95fc11615f1211001c9b2572f2b477c6</sc_category><sys_class_name>sc_cat_item_category</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:40:17</sys_created_on><sys_id>17e89d3e8395221047477429feaad37f</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Departmental Services.Onboarding/Offboarding</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>sc_cat_item_category_17e89d3e8395221047477429feaad37f</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:40:17</sys_updated_on></sc_cat_item_category></record_update>]]></payload>
 +<payload_hash>1565806969</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:04</sys_created_on>
 +<sys_id>87dc12978351221047477429feaad3e7</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c16d90000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:04</sys_updated_on>
 +<table/>
 +<target_name>Departmental Services.Onboarding/Offboarding</target_name>
 +<type>Catalog Item Category</type>
 +<update_domain>global</update_domain>
 +<update_guid>f213165b9a11221028a38d56576f8fb8</update_guid>
 +<update_guid_history>f213165b9a11221028a38d56576f8fb8:1565806969,b613165b0411221044a0280a0f7a50b6:1565806969,3e13165b2f1122104e55966b022da59d:-1421207423</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_025b4ec383d1221047477429feaad331</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;is_this_a_primary_care_provider&lt;/name&gt;&lt;order&gt;3500&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Is this a Primary Care Provider?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:59:50&lt;/sys_created_on&gt;&lt;sys_id&gt;025b4ec383d1221047477429feaad331&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Is this a Primary Care Provider?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_025b4ec383d1221047477429feaad331&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:29&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;1&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=025b4ec383d1221047477429feaad331"/&gt;&lt;fx_price action="delete_multiple" query="id=025b4ec383d1221047477429feaad331"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;025b4ec383d1221047477429feaad331&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:59:50&lt;/sys_created_on&gt;&lt;sys_id&gt;2d8b420783d1221047477429feaad319&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:59:50&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;025b4ec383d1221047477429feaad331&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:59:50&lt;/sys_created_on&gt;&lt;sys_id&gt;ed8b420783d1221047477429feaad318&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:59:50&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-824915239</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>87dc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1f9c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Is this a Primary Care Provider?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>e313565b35112210386b7a79c7e0204e</update_guid>
 +<update_guid_history>e313565b35112210386b7a79c7e0204e:-824915239,6313565b3011221066814e099c4cba48:-668634434</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_38ce8ac783d1221047477429feaad333</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;true&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;for_immediate_offboarding_call_the_is_help_desk_at_920_738_63751&lt;/name&gt;&lt;order&gt;1900&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;For Immediate offboarding, call the IS Help Desk at 920-738-6375&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;38ce8ac783d1221047477429feaad333&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;For Immediate offboarding, call the IS Help Desk at 920-738-6375&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_38ce8ac783d1221047477429feaad333&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:30&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=38ce8ac783d1221047477429feaad333"/&gt;&lt;fx_price action="delete_multiple" query="id=38ce8ac783d1221047477429feaad333"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;38ce8ac783d1221047477429feaad333&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;78ce460b83d1221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:13:59&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;38ce8ac783d1221047477429feaad333&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:13:59&lt;/sys_created_on&gt;&lt;sys_id&gt;30ce460b83d1221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:13:59&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1535742817</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc12978351221047477429feaad3dd</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c21fb0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>For Immediate offboarding, call the IS Help Desk at 920-738-6375</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>a313565b1c1122108880c57bda3ca56b</update_guid>
 +<update_guid_history>a313565b1c1122108880c57bda3ca56b:-1535742817,6713565bd711221081457a6459142964:-1803722093</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_9f2d99b283d5221047477429feaad30f</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label&gt;name&lt;/lookup_label&gt;&lt;lookup_price/&gt;&lt;lookup_table&gt;sys_user&lt;/lookup_table&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value&gt;name&lt;/lookup_value&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;who_is_this_transfer_request_for&lt;/name&gt;&lt;order&gt;1600&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who is this Transfer Request for?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;active=true&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:59:56&lt;/sys_created_on&gt;&lt;sys_id&gt;9f2d99b283d5221047477429feaad30f&lt;/sys_id&gt;&lt;sys_mod_count&gt;5&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who is this Transfer Request for?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_9f2d99b283d5221047477429feaad30f&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:30&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;18&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=9f2d99b283d5221047477429feaad30f"/&gt;&lt;fx_price action="delete_multiple" query="id=9f2d99b283d5221047477429feaad30f"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;9f2d99b283d5221047477429feaad30f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:59:56&lt;/sys_created_on&gt;&lt;sys_id&gt;c36d9db283d5221047477429feaad3fc&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:59:56&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;9f2d99b283d5221047477429feaad30f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:59:56&lt;/sys_created_on&gt;&lt;sys_id&gt;876d9db283d5221047477429feaad3fb&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:59:56&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-60188533</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc12978351221047477429feaad3e0</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c22ad0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who is this Transfer Request for?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>a313565b7d112210f24dcb4defb90775</update_guid>
 +<update_guid_history>a313565b7d112210f24dcb4defb90775:-60188533,a313565b0a112210d0c01256fa50de6e:1417517166</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_f7cad5fe8395221047477429feaad3dd</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions&gt;&lt;![CDATA[&lt;p&gt;Will this request be used to Onboard a New User, Transfer an Existing User, or Offboard an Existing User?&lt;/p&gt;]]&gt;&lt;/instructions&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;true&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;onboard_offboard_selection&lt;/name&gt;&lt;order&gt;100&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;What is this request for?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;true&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:52:07&lt;/sys_created_on&gt;&lt;sys_id&gt;f7cad5fe8395221047477429feaad3dd&lt;/sys_id&gt;&lt;sys_mod_count&gt;5&lt;/sys_mod_count&gt;&lt;sys_name&gt;What is this request for?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_f7cad5fe8395221047477429feaad3dd&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:41&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;5&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=f7cad5fe8395221047477429feaad3dd"/&gt;&lt;fx_price action="delete_multiple" query="id=f7cad5fe8395221047477429feaad3dd"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;f7cad5fe8395221047477429feaad3dd&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:52:07&lt;/sys_created_on&gt;&lt;sys_id&gt;f0ab193283d5221047477429feaad30d&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:52:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;f7cad5fe8395221047477429feaad3dd&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:52:07&lt;/sys_created_on&gt;&lt;sys_id&gt;b4ab193283d5221047477429feaad30c&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:52:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-260722327</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc12978351221047477429feaad3e3</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c4d2c0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>What is this request for?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>1a235a5b90112210e6a84777f6cf7851</update_guid>
 +<update_guid_history>1a235a5b90112210e6a84777f6cf7851:-260722327,9a235a5b9011221088aed49db78b3334:917612439</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_e3645db68395221047477429feaad3d7</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>200</order><published_ref/><question display_value="What is this request for?">78b3dd768395221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:20:39</sys_created_on><sys_id>e3645db68395221047477429feaad3d7</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:20:39</sys_updated_on><text>Transfer An Existing User</text><value>transfer</value></question_choice><fx_price action="delete_multiple" query="id=e3645db68395221047477429feaad3d7"/></record_update>]]></payload>
 +<payload_hash>-829828323</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc12978351221047477429feaad3e6</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1d2f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Transfer An Existing User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>d313565b7e1122109bd0060234647c2b</update_guid>
 +<update_guid_history>d313565b7e1122109bd0060234647c2b:-829828323</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_d3f7c6cf8391221047477429feaad347</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:f2b70ec78351221047477429feaad397</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 17:44:23</sys_created_on><sys_id>d3f7c6cf8391221047477429feaad347</sys_id><sys_mod_count>0</sys_mod_count><sys_name>provider_information</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_d3f7c6cf8391221047477429feaad347</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 17:44:23</sys_updated_on><table/><ui_policy display_value="Make 'provider_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'">1fc7c2cf8391221047477429feaad35b</ui_policy><value/><value_action>ignore</value_action><variable>provider_information</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=d3f7c6cf8391221047477429feaad347"/></record_update>]]></payload>
 +<payload_hash>2075446121</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc525b8311221047477429feaad3c9</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c117d0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>provider_information</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>6e13165b32112210125939f26e94e276</update_guid>
 +<update_guid_history>6e13165b32112210125939f26e94e276:2075446121,2e13165b4b1122105814f7db31353273:97717457</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_2af4f9c78351221047477429feaad3ad</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter12&lt;/name&gt;&lt;order&gt;3100&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;2af4f9c78351221047477429feaad3ad&lt;/sys_id&gt;&lt;sys_mod_count&gt;6&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter12&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_2af4f9c78351221047477429feaad3ad&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:38&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=2af4f9c78351221047477429feaad3ad"/&gt;&lt;fx_price action="delete_multiple" query="id=2af4f9c78351221047477429feaad3ad"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;2af4f9c78351221047477429feaad3ad&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;e6f4310b8351221047477429feaad37f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:21:19&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;2af4f9c78351221047477429feaad3ad&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:21:19&lt;/sys_created_on&gt;&lt;sys_id&gt;aef4310b8351221047477429feaad37e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:21:19&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1205877763</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8bdc525b8311221047477429feaad3cc</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c41a90000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>69231a5b0911221084895b705b99ce55</update_guid>
 +<update_guid_history>69231a5b0911221084895b705b99ce55:1205877763,25231a5b9c112210fc8dd7cb88ff1947:-2087272917</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_80a1920f83d1221047477429feaad311</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value&gt;ship&lt;/default_value&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;reclaim_method&lt;/name&gt;&lt;order&gt;4400&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Reclaim Method&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:27:36&lt;/sys_created_on&gt;&lt;sys_id&gt;80a1920f83d1221047477429feaad311&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Reclaim Method&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_80a1920f83d1221047477429feaad311&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:32&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;5&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=80a1920f83d1221047477429feaad311"/&gt;&lt;fx_price action="delete_multiple" query="id=80a1920f83d1221047477429feaad311"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;80a1920f83d1221047477429feaad311&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:27:36&lt;/sys_created_on&gt;&lt;sys_id&gt;d4e1d60f83d1221047477429feaad370&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:27:36&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;80a1920f83d1221047477429feaad311&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:27:36&lt;/sys_created_on&gt;&lt;sys_id&gt;98e1d60f83d1221047477429feaad36f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:27:36&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>139692616</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8fdc12978351221047477429feaad3df</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2aaf0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Reclaim Method</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>4c23965b0f112210e0002b0073b1dd4b</update_guid>
 +<update_guid_history>4c23965b0f112210e0002b0073b1dd4b:139692616,4023965b151122105b034f1706096d42:-970506521</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_e935750b8351221047477429feaad39d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;work_location&lt;/name&gt;&lt;order&gt;2500&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Work Location&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference&gt;cmn_location&lt;/reference&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:23:55&lt;/sys_created_on&gt;&lt;sys_id&gt;e935750b8351221047477429feaad39d&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Work Location&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_e935750b8351221047477429feaad39d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:37&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;8&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=e935750b8351221047477429feaad39d"/&gt;&lt;fx_price action="delete_multiple" query="id=e935750b8351221047477429feaad39d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;e935750b8351221047477429feaad39d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:23:55&lt;/sys_created_on&gt;&lt;sys_id&gt;b8957d0b8351221047477429feaad352&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:23:55&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;e935750b8351221047477429feaad39d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:23:55&lt;/sys_created_on&gt;&lt;sys_id&gt;6c957d0b8351221047477429feaad351&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:23:55&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>2146964902</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8fdc12978351221047477429feaad3e2</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c3d1f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Work Location</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>11231a5b7a11221018bd0402c6e51a05</update_guid>
 +<update_guid_history>11231a5b7a11221018bd0402c6e51a05:2146964902,1123d65b97112210b824b89ae729eaeb:-1041920503</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_d48aca8383d1221047477429feaad314</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>200</order><published_ref/><question display_value="If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter it here (if not sure select ‘Unknown’)">6cd94e4383d1221047477429feaad31e</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 17:55:22</sys_created_on><sys_id>d48aca8383d1221047477429feaad314</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 17:55:22</sys_updated_on><text>No</text><value>no_facility_dept</value></question_choice><fx_price action="delete_multiple" query="id=d48aca8383d1221047477429feaad314"/></record_update>]]></payload>
 +<payload_hash>1854133700</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8fdc12978351221047477429feaad3e5</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1ccf0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>No</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5f13565b6511221008e75ddffb54eb0a</update_guid>
 +<update_guid_history>5f13565b6511221008e75ddffb54eb0a:1854133700</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_023c557283d5221047477429feaad378</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:7dba95be8395221047477429feaad3a0</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:54:40</sys_created_on><sys_id>023c557283d5221047477429feaad378</sys_id><sys_mod_count>0</sys_mod_count><sys_name>transfer2</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_023c557283d5221047477429feaad378</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:54:40</sys_updated_on><table/><ui_policy display_value="Make 'transfer2' visible depending on 'onboard_offboard_selection'">5e2cd17283d5221047477429feaad3cb</ui_policy><value/><value_action>ignore</value_action><variable>transfer2</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=023c557283d5221047477429feaad378"/></record_update>]]></payload>
 +<payload_hash>851629495</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8fdc525b8311221047477429feaad3c8</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c12050000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>transfer2</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>2613165b5c11221081c24feebad61581</update_guid>
 +<update_guid_history>2613165b5c11221081c24feebad61581:851629495,a613165bc1112210964c3ea87c19f57e:629278992</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_21184acf8391221047477429feaad37f</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;who_will_monitor_the_provider_s_in_basket&lt;/name&gt;&lt;order&gt;3300&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Who will monitor the Provider’s in-basket? &lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference&gt;sys_user&lt;/reference&gt;&lt;reference_qual&gt;active=true&lt;/reference_qual&gt;&lt;reference_qual_condition table="sys_user"&gt;active=true&lt;item endquery="false" field="active" goto="false" newquery="false" operator="=" or="false" value="true"/&gt;&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:45:52&lt;/sys_created_on&gt;&lt;sys_id&gt;21184acf8391221047477429feaad37f&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Who will monitor the Provider’s in-basket? &lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_21184acf8391221047477429feaad37f&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:32&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;8&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=21184acf8391221047477429feaad37f"/&gt;&lt;fx_price action="delete_multiple" query="id=21184acf8391221047477429feaad37f"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;21184acf8391221047477429feaad37f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:45:52&lt;/sys_created_on&gt;&lt;sys_id&gt;49588ecf8391221047477429feaad360&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:45:52&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;21184acf8391221047477429feaad37f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:45:52&lt;/sys_created_on&gt;&lt;sys_id&gt;0d588ecf8391221047477429feaad35f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:45:52&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1819768056</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>8fdc525b8311221047477429feaad3cb</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c29e90000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Who will monitor the Provider’s in-basket? </target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>4023965b031122101c95dead8cc5f13f</update_guid>
 +<update_guid_history>4023965b031122101c95dead8cc5f13f:1819768056,8823965b801122101d823424c3e4bd10:-1242457660</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_5782961b8311221047477429feaad32f</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter22&lt;/name&gt;&lt;order&gt;1100&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:02&lt;/sys_created_on&gt;&lt;sys_id&gt;5782961b8311221047477429feaad32f&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter22&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_5782961b8311221047477429feaad32f&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:38&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=5782961b8311221047477429feaad32f"/&gt;&lt;fx_price action="delete_multiple" query="id=5782961b8311221047477429feaad32f"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;5782961b8311221047477429feaad32f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:02&lt;/sys_created_on&gt;&lt;sys_id&gt;9782961b8311221047477429feaad33e&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:02&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;5782961b8311221047477429feaad32f&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:09:02&lt;/sys_created_on&gt;&lt;sys_id&gt;5f82961b8311221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:09:02&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>634518755</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c3dc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c42860000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>61231a5bad112210bf0967f1d8a12567</update_guid>
 +<update_guid_history>61231a5bad112210bf0967f1d8a12567:634518755,69231a5b6a11221092b107e89c515758:846895180</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_a952521b8311221047477429feaad338</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter20&lt;/name&gt;&lt;order&gt;700&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;a952521b8311221047477429feaad338&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter20&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_a952521b8311221047477429feaad338&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:30&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=a952521b8311221047477429feaad338"/&gt;&lt;fx_price action="delete_multiple" query="id=a952521b8311221047477429feaad338"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;a952521b8311221047477429feaad338&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;2552521b8311221047477429feaad33b&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:05&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;a952521b8311221047477429feaad338&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:05&lt;/sys_created_on&gt;&lt;sys_id&gt;e952521b8311221047477429feaad33a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:05&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1299747090</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c3dc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c214f0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>2713565bb211221043dd93295ed1b661</update_guid>
 +<update_guid_history>2713565bb211221043dd93295ed1b661:-1299747090,ab13565b79112210556fa4d1a5d3eb5a:-659896903</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_4da05e8b83d1221047477429feaad33e</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>400</order><published_ref/><question display_value="Requested by">85ffce4b83d1221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:22:11</sys_created_on><sys_id>4da05e8b83d1221047477429feaad33e</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:22:11</sys_updated_on><text>User</text><value>user_asset</value></question_choice><fx_price action="delete_multiple" query="id=4da05e8b83d1221047477429feaad33e"/></record_update>]]></payload>
 +<payload_hash>1875627014</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c3dc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b070000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>cb13165b461122104534de39296f52f9</update_guid>
 +<update_guid_history>cb13165b461122104534de39296f52f9:1875627014</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>sc_cat_item_catalog_e02a403e8311221047477429feaad3d0</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="sc_cat_item_catalog"><sc_cat_item_catalog action="INSERT_OR_UPDATE"><sc_cat_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</sc_cat_item><sc_catalog display_value="Service Catalog">e0d08b13c3330100c8b837659bba8fb4</sc_catalog><sys_class_name>sc_cat_item_catalog</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 13:56:02</sys_created_on><sys_id>e02a403e8311221047477429feaad3d0</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Service Catalog.Onboarding/Offboarding</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>sc_cat_item_catalog_e02a403e8311221047477429feaad3d0</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 13:56:02</sys_updated_on></sc_cat_item_catalog></record_update>]]></payload>
 +<payload_hash>-1433524181</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:04</sys_created_on>
 +<sys_id>c3dc12978351221047477429feaad3e7</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c13f00000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:04</sys_updated_on>
 +<table/>
 +<target_name>Service Catalog.Onboarding/Offboarding</target_name>
 +<type>Catalog Items Catalog</type>
 +<update_domain>global</update_domain>
 +<update_guid>3a13165bee11221020e2dd483e0e349b</update_guid>
 +<update_guid_history>3a13165bee11221020e2dd483e0e349b:-1433524181,3a13165b3b112210b468fd50e47d5399:-1433524181,aa13165bb0112210e4bafb780e12fe93:-1628651398</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_e1bf8a4b83d1221047477429feaad30c</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:e37f464b83d1221047477429feaad366=Yes^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'assets' visible depending on 'assets_to_be_reclaimed'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:18:25&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;e1bf8a4b83d1221047477429feaad30c&lt;/sys_id&gt;&lt;sys_mod_count&gt;1&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'assets' visible depending on 'assets_to_be_reclaimed'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_e1bf8a4b83d1221047477429feaad30c&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:18:25&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-272404240</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c3dc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c112d0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'assets' visible depending on 'assets_to_be_reclaimed'</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>a213165b4811221091875fed8584fa71</update_guid>
 +<update_guid_history>a213165b4811221091875fed8584fa71:-272404240,2613165b1c1122106596f252634b7a6e:-572193220</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_98a3f1878351221047477429feaad328</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing&lt;/name&gt;&lt;order&gt;2300&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Is the user a provider or have they used an Epic schedule and/or billing?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:16:30&lt;/sys_created_on&gt;&lt;sys_id&gt;98a3f1878351221047477429feaad328&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Is the user a provider or have they used an Epic schedule and/or billing?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_98a3f1878351221047477429feaad328&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:33&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;1&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=98a3f1878351221047477429feaad328"/&gt;&lt;fx_price action="delete_multiple" query="id=98a3f1878351221047477429feaad328"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;98a3f1878351221047477429feaad328&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:16:31&lt;/sys_created_on&gt;&lt;sys_id&gt;c8e339878351221047477429feaad371&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:16:31&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;98a3f1878351221047477429feaad328&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 16:16:31&lt;/sys_created_on&gt;&lt;sys_id&gt;8ce339878351221047477429feaad370&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 16:16:31&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1584273914</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c7dc12978351221047477429feaad3e0</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c2dd20000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Is the user a provider or have they used an Epic schedule and/or billing?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>9023965b8811221099a962dd7613ebbe</update_guid>
 +<update_guid_history>9023965b8811221099a962dd7613ebbe:1584273914,dc23965b7411221080cca1547afc7c9a:-649866461</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_f2b70ec78351221047477429feaad397</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;provider_information&lt;/name&gt;&lt;order&gt;3200&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Provider Information&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:15&lt;/sys_created_on&gt;&lt;sys_id&gt;f2b70ec78351221047477429feaad397&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Provider Information&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_f2b70ec78351221047477429feaad397&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:36&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=f2b70ec78351221047477429feaad397"/&gt;&lt;fx_price action="delete_multiple" query="id=f2b70ec78351221047477429feaad397"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;f2b70ec78351221047477429feaad397&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:16&lt;/sys_created_on&gt;&lt;sys_id&gt;fab70ec78351221047477429feaad39a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:43:16&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;f2b70ec78351221047477429feaad397&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:43:16&lt;/sys_created_on&gt;&lt;sys_id&gt;3eb70ec78351221047477429feaad399&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:43:16&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1430931958</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c7dc12978351221047477429feaad3e3</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c38b70000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Provider Information</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>8d23d65b2d1122104d29bf084c9e4baa</update_guid>
 +<update_guid_history>8d23d65b2d1122104d29bf084c9e4baa:-1430931958,4123d65bb911221043f52d288150db9e:-2033085924</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_e3645db68395221047477429feaad3d5</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>100</order><published_ref/><question display_value="What is this request for?">78b3dd768395221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-07 19:20:39</sys_created_on><sys_id>e3645db68395221047477429feaad3d5</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-07 19:20:39</sys_updated_on><text>Onboard A New User</text><value>onboarding</value></question_choice><fx_price action="delete_multiple" query="id=e3645db68395221047477429feaad3d5"/></record_update>]]></payload>
 +<payload_hash>-1110259801</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c7dc12978351221047477429feaad3e6</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1d1b0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Onboard A New User</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5713565bbd112210cf15652bff956029</update_guid>
 +<update_guid_history>5713565bbd112210cf15652bff956029:-1110259801</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_action_a425350b8351221047477429feaad34a</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="catalog_ui_policy_action"><catalog_ui_policy_action action="INSERT_OR_UPDATE"><catalog_item display_value="Onboarding/Offboarding">5488887a8311221047477429feaad36f</catalog_item><catalog_variable>IO:22f4f9c78351221047477429feaad3a5</catalog_variable><cleared>false</cleared><disabled>ignore</disabled><field/><field_message/><field_message_type>none</field_message_type><mandatory>ignore</mandatory><order>100</order><sys_class_name>catalog_ui_policy_action</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 16:22:00</sys_created_on><sys_id>a425350b8351221047477429feaad34a</sys_id><sys_mod_count>0</sys_mod_count><sys_name>standard_information</sys_name><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name>catalog_ui_policy_action_a425350b8351221047477429feaad34a</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 16:22:00</sys_updated_on><table/><ui_policy display_value="Make 'standard_information' visible depending on 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing' &amp; 'is_the_user_a_provider_or_have_they_used_an_epic_schedule_and_or_billing'">dd05710b8351221047477429feaad36d</ui_policy><value/><value_action>ignore</value_action><variable>standard_information</variable><variable_set/><visible>true</visible></catalog_ui_policy_action><sys_translated_text action="delete_multiple" query="documentkey=a425350b8351221047477429feaad34a"/></record_update>]]></payload>
 +<payload_hash>-1743225804</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c7dc525b8311221047477429feaad3c9</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c127a0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>standard_information</target_name>
 +<type>Catalog UI Policy Action</type>
 +<update_domain>global</update_domain>
 +<update_guid>aa13165ba5112210890d58592a13258b</update_guid>
 +<update_guid_history>aa13165ba5112210890d58592a13258b:-1743225804,2e13165b3011221075c18f21d0229f88:-2008027688</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_25f15a0f83d1221047477429feaad381</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;legal_hold_required&lt;/name&gt;&lt;order&gt;4500&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Legal Hold Required?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:28:41&lt;/sys_created_on&gt;&lt;sys_id&gt;25f15a0f83d1221047477429feaad381&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Legal Hold Required?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_25f15a0f83d1221047477429feaad381&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:29&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;7&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=25f15a0f83d1221047477429feaad381"/&gt;&lt;fx_price action="delete_multiple" query="id=25f15a0f83d1221047477429feaad381"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;25f15a0f83d1221047477429feaad381&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:28:41&lt;/sys_created_on&gt;&lt;sys_id&gt;50225e0f83d1221047477429feaad314&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:28:41&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;25f15a0f83d1221047477429feaad381&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:28:41&lt;/sys_created_on&gt;&lt;sys_id&gt;14225e0f83d1221047477429feaad313&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:28:41&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>2039198516</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>c7dc525b8311221047477429feaad3cc</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c20bf0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Legal Hold Required?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>ab13565b4c1122103f5521f625753657</update_guid>
 +<update_guid_history>ab13565b4c1122103f5521f625753657:2039198516,e313565b9d11221058619c2122b71351:-653658939</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_7dba95be8395221047477429feaad3a0</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;transfer2&lt;/name&gt;&lt;order&gt;1500&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Transfer&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:06&lt;/sys_created_on&gt;&lt;sys_id&gt;7dba95be8395221047477429feaad3a0&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Transfer&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_7dba95be8395221047477429feaad3a0&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:34&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=7dba95be8395221047477429feaad3a0"/&gt;&lt;fx_price action="delete_multiple" query="id=7dba95be8395221047477429feaad3a0"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;7dba95be8395221047477429feaad3a0&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:07&lt;/sys_created_on&gt;&lt;sys_id&gt;f5ba95be8395221047477429feaad3a3&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;7dba95be8395221047477429feaad3a0&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:07&lt;/sys_created_on&gt;&lt;sys_id&gt;bdba95be8395221047477429feaad3a2&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:07&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>601517258</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cbdc12978351221047477429feaad3df</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c31710000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Transfer</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>6823d65b6f112210107cc6c7bd05cf33</update_guid>
 +<update_guid_history>6823d65b6f112210107cc6c7bd05cf33:601517258,2823d65b4a112210d414fad019d4c928:1015325952</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_e37f464b83d1221047477429feaad366</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;assets_to_be_reclaimed&lt;/name&gt;&lt;order&gt;3700&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Does the User have assets that need to be reclaimed?&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:57&lt;/sys_created_on&gt;&lt;sys_id&gt;e37f464b83d1221047477429feaad366&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Does the User have assets that need to be reclaimed?&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_e37f464b83d1221047477429feaad366&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:31&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;1&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=e37f464b83d1221047477429feaad366"/&gt;&lt;fx_price action="delete_multiple" query="id=e37f464b83d1221047477429feaad366"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;e37f464b83d1221047477429feaad366&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:57&lt;/sys_created_on&gt;&lt;sys_id&gt;07af4a4b83d1221047477429feaad30a&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:57&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;e37f464b83d1221047477429feaad366&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 18:17:57&lt;/sys_created_on&gt;&lt;sys_id&gt;c7af4a4b83d1221047477429feaad309&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 18:17:57&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-897344834</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cbdc12978351221047477429feaad3e2</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c25d00000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Does the User have assets that need to be reclaimed?</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>7f13565b181122105f54c621b95f0ad0</update_guid>
 +<update_guid_history>7f13565b181122105f54c621b95f0ad0:-897344834,7313565b691122108d6612fe69622ac9:-1001810393</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_c9a05e8b83d1221047477429feaad33c</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>200</order><published_ref/><question display_value="Requested by">85ffce4b83d1221047477429feaad33d</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:22:11</sys_created_on><sys_id>c9a05e8b83d1221047477429feaad33c</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:22:11</sys_updated_on><text>Asset Manager</text><value>asset_manager</value></question_choice><fx_price action="delete_multiple" query="id=c9a05e8b83d1221047477429feaad33c"/></record_update>]]></payload>
 +<payload_hash>-1680896088</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cbdc12978351221047477429feaad3e5</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1cb50000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Asset Manager</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>df13565b8d11221062057936322b3708</update_guid>
 +<update_guid_history>df13565b8d11221062057936322b3708:-1680896088</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>catalog_ui_policy_ab3cdd3283d5221047477429feaad3d2</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update sys_domain="global" table="catalog_ui_policy"&gt;&lt;catalog_ui_policy action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;applies_catalog&gt;true&lt;/applies_catalog&gt;&lt;applies_req_item&gt;true&lt;/applies_req_item&gt;&lt;applies_sc_task&gt;true&lt;/applies_sc_task&gt;&lt;applies_target_record&gt;true&lt;/applies_target_record&gt;&lt;applies_to&gt;item&lt;/applies_to&gt;&lt;catalog_conditions&gt;IO:f7cad5fe8395221047477429feaad3dd=offboarding^EQ&lt;/catalog_conditions&gt;&lt;catalog_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/catalog_item&gt;&lt;conditions/&gt;&lt;description/&gt;&lt;global&gt;true&lt;/global&gt;&lt;inherit&gt;false&lt;/inherit&gt;&lt;isolate_script&gt;true&lt;/isolate_script&gt;&lt;model_id/&gt;&lt;model_table/&gt;&lt;on_load&gt;true&lt;/on_load&gt;&lt;order&gt;100&lt;/order&gt;&lt;published_ref/&gt;&lt;reverse_if_false&gt;true&lt;/reverse_if_false&gt;&lt;run_scripts&gt;false&lt;/run_scripts&gt;&lt;script_false&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_false&gt;&lt;script_true&gt;&lt;![CDATA[function onCondition() {}]]&gt;&lt;/script_true&gt;&lt;set_values/&gt;&lt;short_description&gt;Make 'offboarding2' visible depending on 'onboard_offboard_selection'&lt;/short_description&gt;&lt;sys_class_name&gt;catalog_ui_policy&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:55:01&lt;/sys_created_on&gt;&lt;sys_domain&gt;global&lt;/sys_domain&gt;&lt;sys_domain_path&gt;/&lt;/sys_domain_path&gt;&lt;sys_id&gt;ab3cdd3283d5221047477429feaad3d2&lt;/sys_id&gt;&lt;sys_mod_count&gt;1&lt;/sys_mod_count&gt;&lt;sys_name&gt;Make 'offboarding2' visible depending on 'onboard_offboard_selection'&lt;/sys_name&gt;&lt;sys_overrides/&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;catalog_ui_policy_ab3cdd3283d5221047477429feaad3d2&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:55:01&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;ui_type&gt;0&lt;/ui_type&gt;&lt;va_supported&gt;true&lt;/va_supported&gt;&lt;variable_set/&gt;&lt;view/&gt;&lt;/catalog_ui_policy&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>808268941</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cbdc525b8311221047477429feaad3c8</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c10190000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Make 'offboarding2' visible depending on 'onboard_offboard_selection'</target_name>
 +<type>Catalog UI Policy</type>
 +<update_domain>global</update_domain>
 +<update_guid>6a13165bfa1122100bd5e9cba94a695a</update_guid>
 +<update_guid_history>6a13165bfa1122100bd5e9cba94a695a:808268941,ea13165b28112210f3ee4129fd217b57:441768459</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_14fa06c383d1221047477429feaad3c1</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;inpatient_and_ambulatory_documentation_completed&lt;/name&gt;&lt;order&gt;3400&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Has the Provider completed all the inpatient and ambulatory documentation? (revenue cycle)&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:58:46&lt;/sys_created_on&gt;&lt;sys_id&gt;14fa06c383d1221047477429feaad3c1&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;Has the Provider completed all the inpatient and ambulatory documentation? (revenue cycle)&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_14fa06c383d1221047477429feaad3c1&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:40&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;6&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=14fa06c383d1221047477429feaad3c1"/&gt;&lt;fx_price action="delete_multiple" query="id=14fa06c383d1221047477429feaad3c1"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;14fa06c383d1221047477429feaad3c1&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:58:46&lt;/sys_created_on&gt;&lt;sys_id&gt;0a4bcac383d1221047477429feaad3ef&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:58:46&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;14fa06c383d1221047477429feaad3c1&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:58:46&lt;/sys_created_on&gt;&lt;sys_id&gt;ca4bcac383d1221047477429feaad3ee&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:58:46&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1905569166</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cbdc525b8311221047477429feaad3cb</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c4a770000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Has the Provider completed all the inpatient and ambulatory documentation? (revenue cycle)</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>46235a5b3f1122102fc11dd7b4230112</update_guid>
 +<update_guid_history>46235a5b3f1122102fc11dd7b4230112:1905569166,ca235a5b7b112210ea6e5b98e4733702:285194147</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_6cd94e4383d1221047477429feaad31e</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;true&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;user_facility_department&lt;/name&gt;&lt;order&gt;2800&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter it here (if not sure select ‘Unknown’)&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual&gt;undefined&lt;/reference_qual&gt;&lt;reference_qual_condition&gt;undefined&lt;/reference_qual_condition&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:55:21&lt;/sys_created_on&gt;&lt;sys_id&gt;6cd94e4383d1221047477429feaad31e&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter it here (if not sure select ‘Unknown’)&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_6cd94e4383d1221047477429feaad31e&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:34&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;5&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=6cd94e4383d1221047477429feaad31e"/&gt;&lt;fx_price action="delete_multiple" query="id=6cd94e4383d1221047477429feaad31e"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;6cd94e4383d1221047477429feaad31e&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:55:22&lt;/sys_created_on&gt;&lt;sys_id&gt;088a8a8383d1221047477429feaad3e4&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:55:22&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;6cd94e4383d1221047477429feaad31e&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-08 17:55:22&lt;/sys_created_on&gt;&lt;sys_id&gt;c88a8a8383d1221047477429feaad3e3&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-08 17:55:22&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1798181741</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cfdc12978351221047477429feaad3de</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c33020000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>If the employee will continue to work at other ThedaCare or affiliated facilities/departments, enter</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>a023d65b30112210c58611a656a3c45d</update_guid>
 +<update_guid_history>a023d65b30112210c58611a656a3c45d:-1798181741,2423d65b3b112210e2a01ba6b699b751:-1499663690</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_bccaddbe8395221047477429feaad33d</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;formatter11&lt;/name&gt;&lt;order&gt;4800&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text/&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;bccaddbe8395221047477429feaad33d&lt;/sys_id&gt;&lt;sys_mod_count&gt;4&lt;/sys_mod_count&gt;&lt;sys_name&gt;formatter11&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_bccaddbe8395221047477429feaad33d&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:39&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;20&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=bccaddbe8395221047477429feaad33d"/&gt;&lt;fx_price action="delete_multiple" query="id=bccaddbe8395221047477429feaad33d"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;bccaddbe8395221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;38caddbe8395221047477429feaad340&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:18&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;bccaddbe8395221047477429feaad33d&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-07 19:48:18&lt;/sys_created_on&gt;&lt;sys_id&gt;fccaddbe8395221047477429feaad33f&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-07 19:48:18&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>-1604563233</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cfdc12978351221047477429feaad3e1</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c46330000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name/>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>b9231a5b5911221026fd2819d471f4b5</update_guid>
 +<update_guid_history>b9231a5b5911221026fd2819d471f4b5:-1604563233,79231a5bd71122105c1f25cef28772a6:-1059788400</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>question_choice_a0e1d60f83d1221047477429feaad380</name>
 +<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="question_choice"><question_choice action="INSERT_OR_UPDATE"><inactive>false</inactive><order>200</order><published_ref/><question display_value="Reclaim Method">80a1920f83d1221047477429feaad311</question><sys_class_name>question_choice</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2025-05-08 18:27:36</sys_created_on><sys_id>a0e1d60f83d1221047477429feaad380</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package/><sys_policy/><sys_scope display_value="Global">global</sys_scope><sys_update_name/><sys_updated_by>admin</sys_updated_by><sys_updated_on>2025-05-08 18:27:36</sys_updated_on><text>Pick Up</text><value>pick_up</value></question_choice><fx_price action="delete_multiple" query="id=a0e1d60f83d1221047477429feaad380"/></record_update>]]></payload>
 +<payload_hash>1938763422</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cfdc12978351221047477429feaad3e4</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c1b540000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Pick Up</target_name>
 +<type>Question Choice</type>
 +<update_domain>global</update_domain>
 +<update_guid>5713565b4411221099699c49d636f701</update_guid>
 +<update_guid_history>5713565b4411221099699c49d636f701:1938763422</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="Global">global</application>
 +<category>customer</category>
 +<comments/>
 +<name>item_option_new_0d72d21b8311221047477429feaad391</name>
 +<payload>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;record_update table="item_option_new"&gt;&lt;item_option_new action="INSERT_OR_UPDATE"&gt;&lt;active&gt;true&lt;/active&gt;&lt;attributes/&gt;&lt;cat_item display_value="Onboarding/Offboarding"&gt;5488887a8311221047477429feaad36f&lt;/cat_item&gt;&lt;category/&gt;&lt;choice_direction&gt;down&lt;/choice_direction&gt;&lt;choice_field/&gt;&lt;choice_table/&gt;&lt;create_roles/&gt;&lt;default_html_value/&gt;&lt;default_value/&gt;&lt;delete_roles/&gt;&lt;delivery_plan/&gt;&lt;description/&gt;&lt;display_title&gt;false&lt;/display_title&gt;&lt;do_not_select_first&gt;false&lt;/do_not_select_first&gt;&lt;dynamic_default_value/&gt;&lt;dynamic_ref_qual/&gt;&lt;dynamic_value_dot_walk_path/&gt;&lt;dynamic_value_field/&gt;&lt;enable_also_request_for&gt;false&lt;/enable_also_request_for&gt;&lt;example_text/&gt;&lt;field/&gt;&lt;global&gt;false&lt;/global&gt;&lt;help_tag&gt;More information&lt;/help_tag&gt;&lt;help_text/&gt;&lt;hidden&gt;false&lt;/hidden&gt;&lt;include_none&gt;false&lt;/include_none&gt;&lt;instructions/&gt;&lt;layout&gt;normal&lt;/layout&gt;&lt;list_table/&gt;&lt;lookup_label/&gt;&lt;lookup_price/&gt;&lt;lookup_table/&gt;&lt;lookup_unique&gt;false&lt;/lookup_unique&gt;&lt;lookup_value/&gt;&lt;macro/&gt;&lt;macroponent/&gt;&lt;mandatory&gt;false&lt;/mandatory&gt;&lt;map_to_field&gt;false&lt;/map_to_field&gt;&lt;mask_use_confirmation&gt;false&lt;/mask_use_confirmation&gt;&lt;mask_use_encryption&gt;false&lt;/mask_use_encryption&gt;&lt;name&gt;application_access&lt;/name&gt;&lt;order&gt;800&lt;/order&gt;&lt;post_insert_script/&gt;&lt;price_if_checked&gt;0&lt;/price_if_checked&gt;&lt;pricing_implications&gt;false&lt;/pricing_implications&gt;&lt;published_ref/&gt;&lt;question_text&gt;Application Access&lt;/question_text&gt;&lt;read_only&gt;false&lt;/read_only&gt;&lt;read_roles/&gt;&lt;read_script/&gt;&lt;rec_lookup_price/&gt;&lt;rec_price_if_checked&gt;0&lt;/rec_price_if_checked&gt;&lt;record/&gt;&lt;record_producer_table/&gt;&lt;reference/&gt;&lt;reference_qual/&gt;&lt;reference_qual_condition/&gt;&lt;rich_text/&gt;&lt;roles_to_use_also_request_for/&gt;&lt;save_script&gt;&lt;![CDATA[/** This script is executed before the Record is generated
 +* `current`- GlideRecord produced by Record Producer
 +* Don't use `current.update()` or `current.insert()` as the record is generated by Record Producer
 +* Don't use `current.setValue('sys_class_name', 'xxx')` as this will trigger reparent flow and can cause data loss
 +* Avoid `current.setAbortAction()` and generate a separate record
 +* Use `producer.var1` to access variables
 +*/]]&gt;&lt;/save_script&gt;&lt;scale_max&gt;5&lt;/scale_max&gt;&lt;scale_min&gt;0&lt;/scale_min&gt;&lt;show_help&gt;false&lt;/show_help&gt;&lt;show_help_on_load&gt;false&lt;/show_help_on_load&gt;&lt;sp_widget/&gt;&lt;summary_macro/&gt;&lt;sys_class_name&gt;item_option_new&lt;/sys_class_name&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:36&lt;/sys_created_on&gt;&lt;sys_id&gt;0d72d21b8311221047477429feaad391&lt;/sys_id&gt;&lt;sys_mod_count&gt;3&lt;/sys_mod_count&gt;&lt;sys_name&gt;Application Access&lt;/sys_name&gt;&lt;sys_package/&gt;&lt;sys_policy/&gt;&lt;sys_scope display_value="Global"&gt;global&lt;/sys_scope&gt;&lt;sys_update_name&gt;item_option_new_0d72d21b8311221047477429feaad391&lt;/sys_update_name&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:11:30&lt;/sys_updated_on&gt;&lt;table/&gt;&lt;tooltip/&gt;&lt;type&gt;19&lt;/type&gt;&lt;ui_page/&gt;&lt;unique&gt;false&lt;/unique&gt;&lt;use_dynamic_default&gt;false&lt;/use_dynamic_default&gt;&lt;use_reference_qualifier&gt;simple&lt;/use_reference_qualifier&gt;&lt;validate_regex/&gt;&lt;variable_name/&gt;&lt;variable_set/&gt;&lt;variable_width/&gt;&lt;visibility&gt;1&lt;/visibility&gt;&lt;visible_bundle&gt;true&lt;/visible_bundle&gt;&lt;visible_guide&gt;true&lt;/visible_guide&gt;&lt;visible_standalone&gt;true&lt;/visible_standalone&gt;&lt;visible_summary&gt;true&lt;/visible_summary&gt;&lt;write_roles/&gt;&lt;/item_option_new&gt;&lt;sys_translated_text action="delete_multiple" query="documentkey=0d72d21b8311221047477429feaad391"/&gt;&lt;fx_price action="delete_multiple" query="id=0d72d21b8311221047477429feaad391"/&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;price_if_checked&lt;/field&gt;&lt;id&gt;0d72d21b8311221047477429feaad391&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:36&lt;/sys_created_on&gt;&lt;sys_id&gt;d572d21b8311221047477429feaad394&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:36&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;fx_price action="INSERT_OR_UPDATE"&gt;&lt;amount&gt;0&lt;/amount&gt;&lt;currency display_value="USD"&gt;USD&lt;/currency&gt;&lt;field&gt;rec_price_if_checked&lt;/field&gt;&lt;id&gt;0d72d21b8311221047477429feaad391&lt;/id&gt;&lt;parent/&gt;&lt;reference_amount&gt;0&lt;/reference_amount&gt;&lt;reference_currency display_value="USD"&gt;USD&lt;/reference_currency&gt;&lt;sys_created_by&gt;admin&lt;/sys_created_by&gt;&lt;sys_created_on&gt;2025-05-09 13:08:36&lt;/sys_created_on&gt;&lt;sys_id&gt;9d72d21b8311221047477429feaad393&lt;/sys_id&gt;&lt;sys_mod_count&gt;0&lt;/sys_mod_count&gt;&lt;sys_updated_by&gt;admin&lt;/sys_updated_by&gt;&lt;sys_updated_on&gt;2025-05-09 13:08:36&lt;/sys_updated_on&gt;&lt;table&gt;item_option_new&lt;/table&gt;&lt;type&gt;calculated&lt;/type&gt;&lt;/fx_price&gt;&lt;/record_update&gt;</payload>
 +<payload_hash>1554180022</payload_hash>
 +<remote_update_set display_value="CB_Onboarding/Offboarding_2025-05-09">cfdc525b8311221047477429feaad3c7</remote_update_set>
 +<replace_on_upgrade>false</replace_on_upgrade>
 +<sys_created_by>admin</sys_created_by>
 +<sys_created_on>2025-05-09 13:54:03</sys_created_on>
 +<sys_id>cfdc525b8311221047477429feaad3ca</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_recorded_at>196b52c249a0000001</sys_recorded_at>
 +<sys_updated_by>admin</sys_updated_by>
 +<sys_updated_on>2025-05-09 13:54:03</sys_updated_on>
 +<table/>
 +<target_name>Application Access</target_name>
 +<type>Variable</type>
 +<update_domain>global</update_domain>
 +<update_guid>3f13565b2f11221027d7031154445189</update_guid>
 +<update_guid_history>3f13565b2f11221027d7031154445189:1554180022,b713565b7c112210e8b386a1b15c8382:-1609543179</update_guid_history>
 +<update_set display_value=""/>
 +<view/>
 +</sys_update_xml>
 +</unload>
 +</code>
 +----
 +
 +===== UI Script to Enable Syntax Editor Macros =====
 +<code xml enableUISyntaxEditor.xml>
 +<!--  JWJ0215 10-15-18 -->
 +<?xml version="1.0" encoding="UTF-8"?>
 +<unload unload_date="2018-10-15 18:33:11">
 +<sys_ui_script action="INSERT_OR_UPDATE">
 +<active>true</active>
 +<description/>
 +<global>false</global>
 +<name>widgetMacros</name>
 +<script><![CDATA[(function(){
 + 
 +  //object to store macros in
 +  var macrosObj={
 +  };
 + 
 +  var fn = function(e){
 +    var keyCode = e.keyCode || e.which;
 +   
 +    //check if key pressed is TAB
 +    if (keyCode == 9) {
 +     
 +      //get DOM element for active pane
 +      var cmEl = jQuery(document.activeElement).parents('.CodeMirror')[0];
 +     
 +      //get CodeMirror object for active pane. CodeMirror is the Syntax Editor library used in the Widget Editor
 +      var cmObj = cmEl.CodeMirror;
 +     
 +      //get position of cursor and end of line
 +      var tmpCursor=cmObj.getCursor();
 +      var eol=cmObj.getLine(tmpCursor.line).length;
 +     
 +      //do nothing if cursor is not at end of line
 +      //this allows users to continue using TAB key for formatting/indentation
 +      if(tmpCursor.ch < eol){
 +        return true;
 +      }
 +     
 +      //do nothing if any text is selected
 +      if(cmObj.somethingSelected()){
 +        return true;
 +      }
 +     
 +      //find the start and end position of the word preceeding the cursor
 +      var wordObj = cmObj.findWordAt({
 +        line: tmpCursor.line,
 +        ch: tmpCursor.ch-2
 +      });
 +     
 +      //get the actual word preceeding the cursor
 +      var word = cmObj.getRange(wordObj.anchor, wordObj.head);
 +     
 +      //do nothing if a corresponding Syntax Editor Macro does not exist
 +      if(typeof macrosObj[word]==='undefined')
 +        return true;
 +     
 +      //select the word preceeding the cursor
 +      var sel = cmObj.setSelection(wordObj.anchor,wordObj.head);
 +     
 +      //replace selection with the text of the Syntax Editor Macro
 +      cmObj.replaceSelection( macrosObj[word].text );
 +    }
 +  };
 + 
 +  //add keyup event listener
 +  jQuery(window).on('keyup', fn);
 + 
 +  //populate macrosObj with records from the Syntax Editor Macro table
 +  var requestBody = "";
 +  var client=new XMLHttpRequest();
 +  client.open("get","/api/now/table/syntax_editor_macro?sysparm_fields=name%2Ctext");
 + 
 +  client.setRequestHeader('Accept','application/json');
 +  client.setRequestHeader('Content-Type','application/json');
 +  client.setRequestHeader('X-UserToken',window.g_ck);
 + 
 +  var rsc = function(){
 +    if(this.readyState == this.DONE) {
 +      var rspObj=JSON.parse(this.response).result;
 +      for(var macro in rspObj){
 +        if(!rspObj.hasOwnProperty(macro))
 +          continue;
 +       
 +        var currentMacro=rspObj[macro];
 +        macrosObj[currentMacro.name]=currentMacro;
 +      }
 +    }
 +  };
 + 
 +  client.onreadystatechange = rsc;
 +  client.send(requestBody);
 +})();]]></script>
 +<script_name/>
 +<sys_class_name>sys_ui_script</sys_class_name>
 +<sys_created_by>JWJ0215</sys_created_by>
 +<sys_created_on>2018-10-15 18:33:05</sys_created_on>
 +<sys_id>0c48caef0fc5e3008d10982be1050e38</sys_id>
 +<sys_mod_count>0</sys_mod_count>
 +<sys_name>widgetMacros</sys_name>
 +<sys_package display_value="Global" source="global">global</sys_package>
 +<sys_policy/>
 +<sys_scope display_value="Global">global</sys_scope>
 +<sys_update_name>sys_ui_script_0c48caef0fc5e3008d10982be1050e38</sys_update_name>
 +<sys_updated_by>JWJ0215</sys_updated_by>
 +<sys_updated_on>2018-10-15 18:33:05</sys_updated_on>
 +<ui_type>0</ui_type>
 +<use_scoped_format>false</use_scoped_format>
 +</sys_ui_script>
 +</unload>
 +</code>
 +
 +----
  
  • update_sets.1763988607.txt.gz
  • Last modified: 11/24/2025YYY 04:50
  • by johnsonjohn