Files
sn/c04afa629713111093a8337e6253af6d/dictionary/x_355681_fa_log.xml
2023-01-14 09:38:17 -08:00

25 lines
1.6 KiB
XML

<?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 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"/>
<element dependent="source_table" dependent_on_field="source_table" label="Source Record" max_length="32" name="source_record" type="document_id" use_dependent_field="true"/>
<element label="Source Table" max_length="80" name="source_table" type="table_name"/>
<element label="Timestamp" mandatory="true" max_length="30" name="timestamp" type="string"/>
<element choice="1" default="info" label="Type" mandatory="true" max_length="40" name="type" type="choice">
<choice>
<element inactive_on_update="false" label="Info" sequence="100" value="info"/>
<element inactive_on_update="false" label="Warning" sequence="200" value="warning"/>
<element inactive_on_update="false" label="Error" sequence="300" value="error"/>
<element inactive_on_update="false" label="Debug" sequence="400" value="debug"/>
</choice>
</element>
<index name="index">
<element name="impacted_record"/>
</index>
<index name="index2">
<element name="source_record"/>
</index>
</element>
</database>