Files
sn/c04afa629713111093a8337e6253af6d/dictionary/x_355681_fa_approval_step.xml
admin fa5fc665c1 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
2023-01-31 09:19:12 -08:00

14 lines
1.0 KiB
XML

<?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>