30 lines
848 B
XML
Executable File
30 lines
848 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dynaForm width="100%" rowsPerPage="10">
|
|
|
|
<EVN_UID type="private" showInTable="0"/>
|
|
|
|
<TAS_TITLE type="text" colWidth="150" titleAlign="left" align="left">
|
|
<en>Task</en>
|
|
</TAS_TITLE>
|
|
|
|
<APP_TITLE type="text" colWidth="150" titleAlign="left" align="left">
|
|
<en>Case Title</en>
|
|
</APP_TITLE>
|
|
|
|
<APP_EVN_ACTION_DATE type="text" colWidth="150" titleAlign="left" align="left">
|
|
<en>Action date</en>
|
|
</APP_EVN_ACTION_DATE>
|
|
|
|
<EVN_DESCRIPTION type="text" colWidth="220" titleAlign="left" align="left">
|
|
<en>Event Description</en>
|
|
</EVN_DESCRIPTION>
|
|
|
|
<EVN_ACTION type="dropdown" colWidth="80">
|
|
<en>Event type
|
|
<option name="SEND_MESSAGE">Message</option>
|
|
<option name="EXECUTE_CONDITIONAL_TRIGGER">Conditional</option>
|
|
<option name="EXECUTE_TRIGGER">Multiple</option>
|
|
</en>
|
|
</EVN_ACTION>
|
|
|
|
</dynaForm> |