How to add "Attachment paperclip" button on top of the catalog item in Kingston version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2019 02:00 AM
How to add "Attachment paperclip" button on top of the catalog item in Kingston version?
Note - I have the attachment clip at the bottom but want at the top as well with same functionality. Can someone help with the steps?
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2019 09:22 PM
You need to create a widget and map it in the variable to get it working in portal.
You can use the widget from the below link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2019 11:47 PM
Hi Vignesh,
I am not able to access the url you have mentioned above.Could you please help me with some other alternative.
Regards,
Viraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2019 12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2019 05:50 AM
Hi Vignesh
Could you please paste the script here itself as the attachment is also not opening at mt end.
Regards
Viraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2019 09:32 PM
Here is the xml
<?xml version="1.0" encoding="UTF-8"?><unload unload_date="2019-09-05 23:08:20">
<sys_remote_update_set action="INSERT_OR_UPDATE">
<application display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<application_name>Catalog Attachments</application_name>
<application_scope>x_nero_attachments</application_scope>
<application_version>2.1.0</application_version>
<collisions/>
<commit_date/>
<deleted/>
<description> Displays an inline attachment variable on a catalog item or record producer when viewed within Service Portal. For more information, see http://serviceportal.io</description>
<inserted/>
<name>Catalog Attachments</name>
<origin_sys_id/>
<parent display_value=""/>
<release_date/>
<remote_base_update_set display_value=""/>
<remote_parent_id/>
<remote_sys_id>bae37418db337b805ced73eb8c961970</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-09-05 23:08:20</sys_created_on>
<sys_id>e6f3381cdb337b805ced73eb8c961951</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</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="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<category>customer</category>
<comments/>
<name>sp_widget_7a8213c0dba24f00431b9c27db9619a2</name>
<payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sp_widget"><sp_widget action="INSERT_OR_UPDATE"><category/><client_script><![CDATA[/*
Copyright 2019 NewRocket, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
function($scope, $rootScope, spUtil) {
/* widget controller */
var c = this;
$scope.uploading = false;
$scope.parent = getParent($scope);
$scope.no_attachments = $scope.parent.c.data.sc_cat_item.no_attachments;
$scope.mandatory_attachment = $scope.parent.c.data.sc_cat_item.mandatory_attachment;
$rootScope.$on("attachment.upload.start", function(x,y){
$scope.uploading = true;
});
$rootScope.$on("attachment.upload.stop", function(x,y){
$scope.uploading = false;
});
$scope.attachmentHandler = $scope.parent.attachmentHandler;
$scope.confirmDeleteAttachment = $scope.parent.confirmDeleteAttachment;
$scope.attachments = [];
$scope.$watch('parent.attachments',function(){
if ($scope.parent.attachments) {
$scope.attachments = $scope.parent.attachments;
}
})
$scope.mandatory_filled = function() {
return ($scope.attachments.length > 0);
}
function getParent(parent) {
if (parent.item) {
if (parent.widget.id != "widget-sc-cat-item-v2")
spUtil.addErrorMessage("The catalog attachments widget is only compatible with 'widget-sc-cat-item-v2'");
return parent;
} else {
if (parent.$parent){
return getParent(parent.$parent);
} else {
spUtil.addErrorMessage("An error has occured");
console.warn('Was not able to find parent widget');
}
}
}
}]]></client_script><controller_as>c</controller_as><css>.sp-attachments {
padding: 40px 20px 30px;
}
.sp-loading-indicator {
color: $brand-primary;
margin: auto;
}
.dashed {
border: 1px dashed #ddd;
}
.dragover {
background-color: #dee5e7;
}
</css><data_table>sp_instance</data_table><demo_data/><description/><docs/><field_list/><has_preview>false</has_preview><id>catalog-attachments</id><internal>false</internal><link/><name>Catalog Attachments</name><option_schema/><public>false</public><roles/><script/><servicenow>false</servicenow><sys_class_name>sp_widget</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-11-16 00:10:42</sys_created_on><sys_id>7a8213c0dba24f00431b9c27db9619a2</sys_id><sys_mod_count>43</sys_mod_count><sys_name>Catalog Attachments</sys_name><sys_package display_value="Catalog Attachments" source="x_nero_attachments">b5225b44dba24f00431b9c27db96194b</sys_package><sys_policy/><sys_scope display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</sys_scope><sys_update_name>sp_widget_7a8213c0dba24f00431b9c27db9619a2</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-09-05 23:06:46</sys_updated_on><template><![CDATA[<div ng-if="!no_attachments">
<label class="field-label" title="${Attachments}" aria-label="${Attachments}">
<span class="field-decorations">
<span ng-show="mandatory_attachment" class="fa fa-asterisk mandatory ng-hide" ng-class="{'mandatory-filled': mandatory_filled()}" title="Required" style="padding-right: .25em" aria-label="Required " aria-hidden="true"></span>
</span>
${Attachments}
</label>
<div class="text-center dashed panel panel-default panel-body sp-attachments" ng-file-drop="parent.attachmentHandler.onFileSelect($files)" ng-multiple="true">
<div ng-if="uploading" class="sp-loading-indicator la-lg">
<div></div>
<div></div>
<div></div>
</div>
<div ng-hide="uploading">
<i class="fa fa-cloud-upload fa-2x text-primary"></i>
<div class="text-center text-italic text-muted">
<em class="sp-drop-area">${Drop files here}</em>
</div>
<div>${or}</div>
<span class="file-upload-input">
<input type="file" style="display: none" multiple="true" ng-file-select="parent.attachmentHandler.onFileSelect($files)" class="sp-attachments-input">
<a href="javascript:void(0)" id="attachment_add" ng-click="parent.attachmentHandler.openSelector($event)" class="btn btn-primary sp-attachment-add" role="link">
<i class="glyphicon glyphicon-paperclip"></i>
<span>${Add attachments}</span>
</a>
</span>
</div>
<div class="m-t-lg">
<now-attachments-list template="sp_attachment_single_line" ></now-attachments-list>
</div>
</div>
<!--- remove the OOB attachment widget --->
<style>
div[ng-if="c.showAttachments()"] {
display: none;
}
label[for="sp_formfield_sp_attachments"] {
display: none;
}
</style>
</div>]]></template></sp_widget></record_update></payload>
<payload_hash>2103351351</payload_hash>
<remote_update_set display_value="Catalog Attachments">e6f3381cdb337b805ced73eb8c961951</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2019-09-05 23:08:20</sys_created_on>
<sys_id>26f3381cdb337b805ced73eb8c961952</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_recorded_at>16d03af5b1f0000001</sys_recorded_at>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</sys_updated_on>
<table/>
<target_name>Catalog Attachments</target_name>
<type>Widget</type>
<update_domain>global</update_domain>
<update_guid>37933c9c98337b8064e7eb655d22bd76</update_guid>
<update_guid_history>37933c9c98337b8064e7eb655d22bd76:2103351351,a92bac58cb337b80b41bfd78fd399eb6:1768903985,7277a4d43a337b806f2e34debdbbd1cc:-1944502612,e0946814d1337b804265373d59218c9d:423559386,dcf2281482337b8032f953e20ebd5dae:63946084,3a52e014be337b8029a4c068939a1431:-1639386879,0de1289087337b809ce9e7ec78006098:1971208012,5ea1e8d0df337b80cc1ca4cc3c53bbf0:86230322,fe3060901e337b802395c45b1975d141:-2139047072,ea7f54902d337b807700a0a6b0839a98:835120774,174fd050a5337b80d84390c49732bf59:562381574,1c1e98dc9cff3b8084dc3258731998db:-362959867,5bdd5c10e0337b80339850769f87f6ae:336450171,7ccd505095337b80a7a958659156fbea:1401660475,c75d5c1096337b80182d69a666a848a6:-1085588503,5f3d1c106b337b802357156548a62d5f:1793460972,df0d9810c0337b8008534de9c3bd1758:438053749,ae9c58dc2aff3b8084b13885ac2cec40:1115541457,3b6cd49cf8ff3b804019252592223559:-352000730,7bdb18dcf9ff3b80025350b076087fdf:-908079105,545b18dce0ff3b809a698ab4736b84d8:660395508,79badc9c63ff3b80aff902da2a7bda5d:1142498659,e65adc9c13ff3b808f3e7e43ef5ea655:523347701,6279d49cdcff3b80228807dc7dd2d04f:-1403549785,7798905c20ff3b8037f252f986474b29:1805086100,6f68d85ceeff3b809fa6bb2a9813759e:321567220,82489c1807ff3b805bb5e2f32aa14c57:-1569630484,9128985ccaff3b80ea23763a38c6a33f:-1445633004,e008d41845ff3b80a59ecb207759d491:1682857995,9557905c22ff3b8064af1fb4ba7ca520:-1836239824,8037105c17ff3b80069e43f32e1b66c3:705610000,91179098c5ff3b80d93c9d34840f4989:-1484200656,2456181c7cff3b80457a7a284bbb752c:-1114962305,ee3e08d453ff3b809865accb7efe4226:-1500871285,b479009cff737b000fbdec071acb98de:-1223196054,7964c8588a737b00b1ccb5354757e825:91950292,2ff2c818a2737b001ed474731ad08a42:1879166497,2092801854737b007f68d0e727ff61ed:-263009973,0e320018b4737b00033b11898c8a72de:-1593848406,e1028cd47b737b00c936306847f8e111:-1642532742,29a41f085ca24f002b0de8d5146aabdc:2130509285,57149708d1a24f00e3d23cf8b1ed95af:1047481625,d0c21bc4fea24f002b9d99fb79f69d7a:702094436,3e8213c01ba24f00bfcea9422713e9a3:1000611998</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="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<category>customer</category>
<comments/>
<name>item_option_new_set_5bd25bc4dba24f00431b9c27db9619cd</name>
<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="item_option_new_set"><item_option_new_set action="INSERT_OR_UPDATE"><create_roles/><description>Display inline attachments in Service Portal</description><display_title>false</display_title><internal_name>u_catalog_attachments</internal_name><layout>normal</layout><name>Require Attachments</name><order>100</order><read_roles/><sys_class_name>item_option_new_set</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-11-16 00:12:38</sys_created_on><sys_id>5bd25bc4dba24f00431b9c27db9619cd</sys_id><sys_mod_count>5</sys_mod_count><sys_name>Catalog Attachments</sys_name><sys_package display_value="Catalog Attachments" source="x_nero_attachments">b5225b44dba24f00431b9c27db96194b</sys_package><sys_policy/><sys_scope display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</sys_scope><sys_update_name>item_option_new_set_5bd25bc4dba24f00431b9c27db9619cd</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-09-05 20:28:48</sys_updated_on><title>Catalog Attachments</title><type>one_to_one</type><write_roles/></item_option_new_set></record_update>]]></payload>
<payload_hash>-1119389833</payload_hash>
<remote_update_set display_value="Catalog Attachments">e6f3381cdb337b805ced73eb8c961951</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2019-09-05 23:08:20</sys_created_on>
<sys_id>62f3381cdb337b805ced73eb8c961952</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_recorded_at>16d03af5aa60000001</sys_recorded_at>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</sys_updated_on>
<table/>
<target_name>Catalog Attachments</target_name>
<type>Variable Set</type>
<update_domain>global</update_domain>
<update_guid>697f0418daff3b806d937e2618974129</update_guid>
<update_guid_history>697f0418daff3b806d937e2618974129:-1119389833,226fccd422ff3b8063de31ca6ba5e137:-1819641411,bb5fc018feff3b80f27abc274ef932da:2122200305,b14f801847ff3b801f63c14885357da7:1780076396,698144d438737b00ea6eb435f634b1b8:2122200305,8bf29bc4c7a24f00686574f05bbe6bcd:613820741</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="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<category>customer</category>
<comments/>
<name>item_option_new_2f5397c4dba24f00431b9c27db9619ca</name>
<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="item_option_new"><item_option_new action="INSERT_OR_UPDATE"><active>true</active><attributes/><cat_item/><category/><choice_direction>down</choice_direction><choice_field/><choice_table/><create_roles/><default_html_value/><default_value/><delete_roles/><delivery_plan/><description/><display_title>false</display_title><do_not_select_first>false</do_not_select_first><dynamic_default_value/><dynamic_ref_qual/><example_text/><field/><global>false</global><help_tag>More information</help_tag><help_text/><include_none>false</include_none><instructions/><layout>normal</layout><list_table/><lookup_label/><lookup_price/><lookup_table/><lookup_unique>false</lookup_unique><lookup_value/><macro/><mandatory>false</mandatory><map_to_field>false</map_to_field><mask_use_confirmation>false</mask_use_confirmation><mask_use_encryption>false</mask_use_encryption><name>sp_attachments</name><order>200</order><price_if_checked>0</price_if_checked><pricing_implications>false</pricing_implications><question_text>Attachments</question_text><read_roles/><rec_lookup_price/><rec_price_if_checked>0</rec_price_if_checked><record/><record_producer_table/><reference/><reference_qual/><reference_qual_condition/><scale_max>5</scale_max><scale_min>0</scale_min><show_help>false</show_help><show_help_on_load>false</show_help_on_load><sp_widget display_value="Catalog Attachments">7a8213c0dba24f00431b9c27db9619a2</sp_widget><summary_macro/><sys_class_name>item_option_new</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-11-16 00:15:01</sys_created_on><sys_id>2f5397c4dba24f00431b9c27db9619ca</sys_id><sys_mod_count>4</sys_mod_count><sys_name>sp_attachments</sys_name><sys_package display_value="Catalog Attachments" source="x_nero_attachments">b5225b44dba24f00431b9c27db96194b</sys_package><sys_policy/><sys_scope display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</sys_scope><sys_update_name>item_option_new_2f5397c4dba24f00431b9c27db9619ca</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-09-05 22:00:36</sys_updated_on><table/><tooltip/><type>14</type><ui_page/><use_dynamic_default>false</use_dynamic_default><use_reference_qualifier>simple</use_reference_qualifier><validate_regex/><variable_name/><variable_set display_value="Catalog Attachments">5bd25bc4dba24f00431b9c27db9619cd</variable_set><variable_width/><visibility>1</visibility><visible_bundle>true</visible_bundle><visible_guide>true</visible_guide><visible_standalone>true</visible_standalone><visible_summary>true</visible_summary><write_roles/></item_option_new><sys_translated_text action="delete_multiple" query="documentkey=2f5397c4dba24f00431b9c27db9619ca"/><fx_price action="delete_multiple" query="id=2f5397c4dba24f00431b9c27db9619ca"/><fx_price action="INSERT_OR_UPDATE"><amount>0</amount><currency display_value="USD">USD</currency><field>price_if_checked</field><id>2f5397c4dba24f00431b9c27db9619ca</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>2017-11-16 00:15:01</sys_created_on><sys_id>8e831bc4dba24f00431b9c27db961980</sys_id><sys_mod_count>0</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-11-16 00:15:01</sys_updated_on><table>item_option_new</table><type>calculated</type></fx_price><fx_price action="INSERT_OR_UPDATE"><amount>0</amount><currency display_value="USD">USD</currency><field>rec_price_if_checked</field><id>2f5397c4dba24f00431b9c27db9619ca</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>2017-11-16 00:15:01</sys_created_on><sys_id>46831bc4dba24f00431b9c27db961980</sys_id><sys_mod_count>0</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-11-16 00:15:01</sys_updated_on><table>item_option_new</table><type>calculated</type></fx_price></record_update>]]></payload>
<payload_hash>1702351464</payload_hash>
<remote_update_set display_value="Catalog Attachments">e6f3381cdb337b805ced73eb8c961951</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2019-09-05 23:08:20</sys_created_on>
<sys_id>aef3381cdb337b805ced73eb8c961951</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_recorded_at>16d03af5afd0000001</sys_recorded_at>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</sys_updated_on>
<table/>
<target_name>Attachments</target_name>
<type>Variable</type>
<update_domain>global</update_domain>
<update_guid>5674e45404337b8074dab1bc9982b906</update_guid>
<update_guid_history>5674e45404337b8074dab1bc9982b906:-244593886,06405c188bff3b802c448739032d23ad:1459718676,9cafc4186eff3b800cb1ba36c4f44d08:-2146969231,8e8f4018c4ff3b801ff5c236f4d22dda:355298121,86831bc4afa24f000f641764db996b82:-487652893</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="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<category>customer</category>
<comments/>
<name>sys_app_b5225b44dba24f00431b9c27db96194b</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><js_level>helsinki_es5</js_level><licensable>true</licensable><license_category/><license_model>none</license_model><logo/><menu/><name>Catalog Attachments</name><private>false</private><restrict_table_access>false</restrict_table_access><runtime_access_tracking>permissive</runtime_access_tracking><scope>x_nero_attachments</scope><scoped_administration>false</scoped_administration><short_description/><source>x_nero_attachments</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>2017-11-16 00:09:00</sys_created_on><sys_id>b5225b44dba24f00431b9c27db96194b</sys_id><sys_mod_count>2</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-09-05 22:26:20</sys_updated_on><template/><trackable>true</trackable><user_role/><vendor/><vendor_prefix/><version>2.1.0</version></sys_app></record_update>]]></payload>
<payload_hash>367401463</payload_hash>
<remote_update_set display_value="Catalog Attachments">e6f3381cdb337b805ced73eb8c961951</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2019-09-05 23:08:20</sys_created_on>
<sys_id>e6f3381cdb337b805ced73eb8c961952</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_recorded_at>16d03af5a6d0000001</sys_recorded_at>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</sys_updated_on>
<table/>
<target_name>Catalog Attachments</target_name>
<type>Custom Application</type>
<update_domain>global</update_domain>
<update_guid>935ae45869337b80a5d48f046f388353</update_guid>
<update_guid_history>935ae45869337b80a5d48f046f388353:367401463,db1a7fccf6337b00bf2a8fa0b6d8a99e:-1983238133,8222df848ea24f004e7471c57e11ff1c:2132103300</update_guid_history>
<update_set display_value=""/>
<view/>
</sys_update_xml>
<sys_update_xml action="INSERT_OR_UPDATE">
<action>DELETE</action>
<application display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</application>
<category>customer</category>
<comments/>
<name>item_option_new_0b03dbc4dba24f00431b9c27db9619e9</name>
<payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="item_option_new"><item_option_new action="DELETE"><active>true</active><attributes/><cat_item/><category/><choice_direction>down</choice_direction><choice_field/><choice_table/><create_roles/><default_html_value/><default_value/><delete_roles/><delivery_plan/><description/><display_title>false</display_title><do_not_select_first>false</do_not_select_first><dynamic_default_value/><dynamic_ref_qual/><example_text/><field/><global>false</global><help_tag>More information</help_tag><help_text/><include_none>false</include_none><instructions/><layout>normal</layout><list_table/><lookup_label/><lookup_price/><lookup_table/><lookup_unique>false</lookup_unique><lookup_value/><macro/><mandatory>true</mandatory><map_to_field>false</map_to_field><mask_use_confirmation>false</mask_use_confirmation><mask_use_encryption>false</mask_use_encryption><name>Attachments</name><order>100</order><price_if_checked>0</price_if_checked><pricing_implications>false</pricing_implications><question_text>Attachments</question_text><read_roles/><rec_lookup_price/><rec_price_if_checked>0</rec_price_if_checked><record/><record_producer_table/><reference/><reference_qual/><reference_qual_condition/><scale_max>5</scale_max><scale_min>0</scale_min><show_help>false</show_help><show_help_on_load>false</show_help_on_load><sp_widget/><summary_macro/><sys_class_name>item_option_new</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-11-16 00:14:15</sys_created_on><sys_id>0b03dbc4dba24f00431b9c27db9619e9</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Attachments</sys_name><sys_package display_value="Catalog Attachments" source="x_nero_attachments">b5225b44dba24f00431b9c27db96194b</sys_package><sys_policy/><sys_scope display_value="Catalog Attachments">b5225b44dba24f00431b9c27db96194b</sys_scope><sys_update_name>item_option_new_0b03dbc4dba24f00431b9c27db9619e9</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-11-16 00:14:15</sys_updated_on><table/><tooltip/><type>6</type><ui_page/><use_dynamic_default>false</use_dynamic_default><use_reference_qualifier>simple</use_reference_qualifier><validate_regex/><variable_name/><variable_set display_value="Catalog Attachments">5bd25bc4dba24f00431b9c27db9619cd</variable_set><variable_width/><visibility>1</visibility><visible_bundle>true</visible_bundle><visible_guide>true</visible_guide><visible_standalone>true</visible_standalone><visible_summary>true</visible_summary><write_roles/></item_option_new><sys_translated_text action="delete_multiple" query="documentkey=0b03dbc4dba24f00431b9c27db9619e9"/><fx_price action="delete_multiple" query="id=0b03dbc4dba24f00431b9c27db9619e9"/></record_update>]]></payload>
<payload_hash>706332473</payload_hash>
<remote_update_set display_value="Catalog Attachments">e6f3381cdb337b805ced73eb8c961951</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2019-09-05 23:08:20</sys_created_on>
<sys_id>eaf3381cdb337b805ced73eb8c961951</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_recorded_at>16d03af5a8d0000001</sys_recorded_at>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2019-09-05 23:08:20</sys_updated_on>
<table/>
<target_name>Attachments</target_name>
<type>Variable</type>
<update_domain>global</update_domain>
<update_guid>56ddc0d4f1ff3b80c3893a4aefb6912b</update_guid>
<update_guid_history>56ddc0d4f1ff3b80c3893a4aefb6912b:706332473,765397c4daa24f00484c82921d496bc9:-1050442617</update_guid_history>
<update_set display_value=""/>
<view/>
</sys_update_xml>
</unload>