- Implemented debug information
- Started table for Fulfillment Plan
This commit is contained in:
@ -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>
|
||||
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user