Line 1:
Line 1:
−
Liste des actions
+
[[Category:Table SQL]]
+
[[Category:Agenda]]
+
[[Category:AgendaEn]]
+
[[Category:AgendaEs]]
−
[[Catégorie:Table SQL]]
+
{{ListOfTables}}
+
+
= Content/Contenu/Contenido =
+
+
{{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 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 Dolibarr utilizables por los eventos automáticos.
+
+
= Structure =
+
== Table ==
+
{| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
+
|style="background-color: #e9e9ef"| <b>Field</b>
+
|style="background-color: #e9e9ef"| <b>Type</b>
+
|style="background-color: #e9e9ef"| <b>Null</b>
+
|style="background-color: #e9e9ef"| <b>Key</b>
+
|style="background-color: #e9e9ef"| <b>Default</b>
+
|style="background-color: #e9e9ef"| <b>Extra</b>
+
|style="background-color: #e9e9ef"| <b>Description</b>
+
|-
+
| rowid
+
| int(11)
+
| NO
+
| PRI
+
| NULL
+
| auto_increment
+
| technical index
+
|-
+
| code
+
| varchar(32)
+
| NO
+
| UNI
+
|
+
|
+
| code of action
+
|-
+
| label
+
| varchar(128)
+
| NO
+
|
+
|
+
|
+
| label of action
+
|-
+
| description
+
| varchar(255)
+
| YES
+
|
+
| NULL
+
|
+
| description of action
+
|-
+
| element_type
+
| varchar(16)
+
| NO
+
|
+
|
+
|
+
| 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
+
|}