Line 8:
Line 8:
= Content/Contenu/Contenido =
= Content/Contenu/Contenido =
−
{{flag en}} Contains a predefined list of actions used by automatic events.
+
{{flag en}} Contains list of Dolibarr actions that trigger automatic events. This list is used only to list available triggers for needs for [[Module Notification|Module Notification]], [[Module Agenda En|Module Agenda]] and other. See developer documentation [[Interfaces_Dolibarr_toward_foreign_systems]] for this.
−
{{flag fr}} Contient une liste prédéfinie des actions utilisés par les évènements automatiques.
+
{{flag fr}} Contient la liste des actions Dolibarr qui déclenchent des évènements automatiques. Cette table ne sert que pour lister les triggers disponibles pour des besoins de fonctionnement ou administration du [[Module Notification Fr|Module Notification]], [[Module Agenda|Module Agenda]] et autres. Voir la documentation développeur [[Interfaces Dolibarr vers exterieur]] pour cela.
−
{{flag sp}} Contiene una lista de acciones predefinidas utilizables por los eventos automáticos.
+
{{flag sp}} Contiene una lista de acciones Dolibarr utilizables por los eventos automáticos.
= Structure =
= Structure =
−
'''Version 1.1 2009/10/07'''
+
== Table ==
−
+
{| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
−
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
|style="background-color: #e9e9ef"| <b>Field</b>
|style="background-color: #e9e9ef"| <b>Field</b>
|style="background-color: #e9e9ef"| <b>Type</b>
|style="background-color: #e9e9ef"| <b>Type</b>
Line 42:
Line 41:
| code of action
| code of action
|-
|-
−
| tms
+
| label
−
| timestamp
+
| varchar(128)
−
| NO
−
|
−
| CURRENT_TIMESTAMP
−
|
−
| date last update
−
|-
−
| titre
−
| varchar(255)
| NO
| NO
|
|
Line 59:
Line 50:
|-
|-
| description
| description
−
| text
+
| varchar(255)
| YES
| YES
|
|
Line 66:
Line 57:
| description of action
| description of action
|-
|-
−
| object_type
+
| element_type
| varchar(16)
| varchar(16)
| NO
| NO
Line 72:
Line 63:
|
|
|
|
−
| type of related entity
+
| type of event
+
|}
+
+
==Keys==
+
{| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
+
|style="background-color: #e9e9ef"| <b>Key</b>
+
|style="background-color: #e9e9ef"| <b>Type</b>
+
|style="background-color: #e9e9ef"| <b>Fields</b>
+
|-
+
| PRIMARY
+
| PRIMARY
+
| rowid
+
|-
+
| code
+
| UNIQUE
+
| code
|}
|}