- Implemented debug information

- Started table for Fulfillment Plan
This commit is contained in:
admin
2023-01-28 05:12:55 -08:00
parent 8fc009ca77
commit 031d949a83
37 changed files with 2103 additions and 84 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><database>
<element attributes="update_synch=true" db_object_id="5f15ebcb975021105838bfb3f153af66" extends="sys_metadata" label="Fulfillment Plan" max_length="40" name="x_355681_fa_fulfillment_plan" type="collection">
<element default="true" label="Active" max_length="40" name="active" type="boolean"/>
<element display="true" label="Name" mandatory="true" max_length="100" name="name" type="string"/>
</element>
</database>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><database>
<element db_object_id="4d1bbae29713111093a8337e6253affd" label="Log" max_length="40" name="x_355681_fa_log" type="collection">
<element attributes="json_view=true" label="Debug Information" max_length="40000" name="debug_information" read_only="true" type="string"/>
<element label="Function Name" max_length="100" name="function_name" type="string"/>
<element label="Impacted Record" max_length="32" name="impacted_record" reference="task" type="reference"/>
<element label="Message" mandatory="true" max_length="40000" name="message" type="string"/>