Cleaned navigator modules

Implemented 3 types of triggers. Each having their own business rules
Implemented FAProperty script for re-usable properties like tables
Created UI Macro to create new Fulfillment Plan from trigger
This commit is contained in:
admin
2023-02-04 09:02:25 -08:00
parent dc8bc52dae
commit a2ccc083fd
27 changed files with 960 additions and 121 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_script_include">
<sys_script_include action="INSERT_OR_UPDATE">
<access>public</access>
<active>true</active>
<api_name>x_355681_fa.FAProperty</api_name>
<caller_access/>
<client_callable>false</client_callable>
<description/>
<name>FAProperty</name>
<script><![CDATA[const scope = "x_355681_fa";
var FAProperty = {
table: {
scTriggerTable: scope + "_service_catalog_trigger",
taskTriggerTable: scope + "_task_trigger"
}
};]]></script>
<sys_class_name>sys_script_include</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-02-04 13:07:10</sys_created_on>
<sys_id>804a6db997f061105838bfb3f153af0e</sys_id>
<sys_name>FAProperty</sys_name>
<sys_package display_value="Fulfilment Automater" source="x_355681_fa">c04afa629713111093a8337e6253af6d</sys_package>
<sys_policy>read</sys_policy>
<sys_scope display_value="Fulfilment Automater">c04afa629713111093a8337e6253af6d</sys_scope>
<sys_update_name>sys_script_include_804a6db997f061105838bfb3f153af0e</sys_update_name>
</sys_script_include>
</record_update>