Created Trigger table including extension tables

Created function to run trigger script
Created logic to pull table from catalog items / record producers
Created interceptors for Fulfillment Steps and Triggers
Cleaned forms and created policies to keep them clean
This commit is contained in:
admin
2023-01-31 09:19:12 -08:00
parent c06bff3f50
commit fa5fc665c1
142 changed files with 5461 additions and 2 deletions

View File

@ -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_approval_step">approval_type=group_approval^EQ<item display_value="Group Approval" endquery="false" field="approval_type" goto="false" newquery="false" operator="=" or="false" value="group_approval"/>
<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>true</run_scripts>
<script_false><![CDATA[function onCondition() {
g_form.setSectionDisplay('group_approval', false);
}]]></script_false>
<script_true><![CDATA[function onCondition() {
g_form.setSectionDisplay('group_approval', true);
}]]></script_true>
<set_values/>
<short_description>Group Approval</short_description>
<sys_class_name>sys_ui_policy</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-01-29 17:37:04</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>629e633b97e461105838bfb3f153af7a</sys_id>
<sys_name>Group Approval</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_629e633b97e461105838bfb3f153af7a</sys_update_name>
<table>x_355681_fa_approval_step</table>
<ui_type>0</ui_type>
<view/>
</sys_ui_policy>
</record_update>