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,13 @@
<?xml version="1.0" encoding="UTF-8"?><database>
<element attributes="update_synch=true" db_object_id="efbaebf397e461105838bfb3f153af26" extends="x_355681_fa_fulfillment_step" label="Approval Step" max_length="40" name="x_355681_fa_approval_step" type="collection">
<element choice="3" default="user_approval" label="Approval Type" mandatory="true" max_length="40" name="approval_type" type="choice">
<choice>
<element inactive_on_update="false" label="User Approval" sequence="100" value="user_approval"/>
<element inactive_on_update="false" label="Group Approval" sequence="200" value="group_approval"/>
<element inactive_on_update="false" label="Dynamic Approval" sequence="300" value="dynamic_approval"/>
</choice>
</element>
<element label="Group(s)" max_length="4000" name="groups" reference="sys_user_group" type="glide_list"/>
<element label="User(s)" max_length="4000" name="users" reference="sys_user" type="glide_list"/>
</element>
</database>