Implemented trigger logic to create correct fulfillment plans
Implemented ui macro for trigger table field fulfillment plan Implemented quick actions for Task table Updated admin settings to introduce quick settings.
This commit is contained in:
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sys_ui_policy">
|
||||
<sys_ui_policy action="INSERT_OR_UPDATE">
|
||||
<active>true</active>
|
||||
<conditions table="x_355681_fa_fulfillment_plan">type=task_table^EQ<item display_value="Task Table" endquery="false" field="type" goto="false" newquery="false" operator="=" or="false" value="task_table"/>
|
||||
<item endquery="true" field="" goto="false" newquery="false" operator="=" or="false" value=""/>
|
||||
</conditions>
|
||||
<description/>
|
||||
<global>true</global>
|
||||
<inherit>false</inherit>
|
||||
<isolate_script>true</isolate_script>
|
||||
<model_id/>
|
||||
<model_table/>
|
||||
<on_load>true</on_load>
|
||||
<order>100</order>
|
||||
<reverse_if_false>true</reverse_if_false>
|
||||
<run_scripts>false</run_scripts>
|
||||
<script_false><![CDATA[function onCondition() {
|
||||
|
||||
}]]></script_false>
|
||||
<script_true><![CDATA[function onCondition() {
|
||||
|
||||
}]]></script_true>
|
||||
<set_values/>
|
||||
<short_description>Run On Table</short_description>
|
||||
<sys_class_name>sys_ui_policy</sys_class_name>
|
||||
<sys_created_by>admin</sys_created_by>
|
||||
<sys_created_on>2023-02-01 13:50:48</sys_created_on>
|
||||
<sys_domain>global</sys_domain>
|
||||
<sys_domain_path>/</sys_domain_path>
|
||||
<sys_id>a23796f097b021105838bfb3f153af74</sys_id>
|
||||
<sys_name>Run On Table</sys_name>
|
||||
<sys_overrides/>
|
||||
<sys_package display_value="Fulfilment Automater" source="x_355681_fa">c04afa629713111093a8337e6253af6d</sys_package>
|
||||
<sys_policy/>
|
||||
<sys_scope display_value="Fulfilment Automater">c04afa629713111093a8337e6253af6d</sys_scope>
|
||||
<sys_update_name>sys_ui_policy_a23796f097b021105838bfb3f153af74</sys_update_name>
|
||||
<table>x_355681_fa_fulfillment_plan</table>
|
||||
<ui_type>0</ui_type>
|
||||
<view/>
|
||||
</sys_ui_policy>
|
||||
</record_update>
|
||||
Reference in New Issue
Block a user