-
Notifications
You must be signed in to change notification settings - Fork 10
/
MediaLibraryUpdate.xml
59 lines (59 loc) · 3.84 KB
/
MediaLibraryUpdate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<unload unload_date="2017-04-14 14:20:30">
<sys_remote_update_set action="INSERT_OR_UPDATE">
<application display_value="Media Library">3458a92c518a32007f446637134c6055</application>
<application_name>Media Library</application_name>
<application_scope>x_snc_media_librar</application_scope>
<application_version>1.0.0</application_version>
<collisions/>
<commit_date/>
<deleted/>
<description>Client Script needed by ATF lab</description>
<inserted/>
<name>Media Library Client Script Addenda</name>
<origin_sys_id/>
<release_date/>
<remote_sys_id>c3cbf1fe618e32007f446c40fa8e1e11</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>2017-04-14 14:20:30</sys_created_on>
<sys_id>41adfdfe618e32007f446c40fa8e1e90</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-14 14:20:30</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="Media Library">3458a92c518a32007f446637134c6055</application>
<category>customer</category>
<comments/>
<name>sys_script_client_134cf5fe618e32007f446c40fa8e1e77</name>
<payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_script_client"><sys_script_client action="INSERT_OR_UPDATE"><active>true</active><applies_extended>false</applies_extended><condition/><description/><field>active</field><global>true</global><messages/><name>Abort Loan with Bad Dates</name><order/><script><![CDATA[function onSubmit() {
var opened = g_form.getValue('opened_at');
var due_date = g_form.getValue('due_date');
if (due_date < opened) {
g_form.addErrorMessage('Due date must be after loan date');
return false;
}
}]]></script><sys_class_name>sys_script_client</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-04-14 14:16:09</sys_created_on><sys_customer_update>true</sys_customer_update><sys_domain>global</sys_domain><sys_domain_path/><sys_id>134cf5fe618e32007f446c40fa8e1e77</sys_id><sys_mod_count>0</sys_mod_count><sys_name>Abort Loan with Bad Dates</sys_name><sys_overrides/><sys_package display_value="Media Library" source="x_snc_media_librar">3458a92c518a32007f446637134c6055</sys_package><sys_policy/><sys_replace_on_upgrade>false</sys_replace_on_upgrade><sys_scope display_value="Media Library">3458a92c518a32007f446637134c6055</sys_scope><sys_update_name>sys_script_client_134cf5fe618e32007f446c40fa8e1e77</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-04-14 14:16:09</sys_updated_on><table>x_snc_media_librar_loan</table><type>onSubmit</type><ui_type>0</ui_type><view/></sys_script_client></record_update></payload>
<remote_update_set display_value="Media Library Client Script Addenda">41adfdfe618e32007f446c40fa8e1e90</remote_update_set>
<replace_on_upgrade>false</replace_on_upgrade>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2017-04-14 14:20:30</sys_created_on>
<sys_id>05adfdfe618e32007f446c40fa8e1e90</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2017-04-14 14:20:30</sys_updated_on>
<table>x_snc_media_librar_loan</table>
<target_name>Abort Loan with Bad Dates</target_name>
<type>Client Script</type>
<update_domain>global</update_domain>
<update_set display_value=""/>
<view/>
</sys_update_xml>
</unload>