Changes

Line 6: Line 6:  
{{ListOfTables}}
 
{{ListOfTables}}
   −
= Contenu =
+
= 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 =
{|  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"
+
== 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>Field</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
Line 26: Line 27:  
| rowid  
 
| rowid  
 
| int(11)  
 
| int(11)  
| &nbsp;
+
| NO
 
| PRI
 
| PRI
 
| NULL
 
| NULL
Line 33: Line 34:  
|-  
 
|-  
 
| code  
 
| code  
| varchar(28)  
+
| varchar(32)  
 +
| NO
 +
| UNI
 
|  
 
|  
 
|  
 
|  
|  
+
| code of action
|
  −
| Code of action
   
|-  
 
|-  
| tms
+
| label
| timestamp
+
| varchar(128)
 +
| NO
 
|  
 
|  
 
|  
 
|  
 
|  
 
|  
| CURRENT_TIMESTAMP 
+
| label of action
| date last update
   
|-  
 
|-  
| titre
+
| description
 
| varchar(255)
 
| varchar(255)
 
| YES
 
| YES
 
|  
 
|  
|  
+
| NULL
 
|  
 
|  
 
| description of action
 
| description of action
 
|-  
 
|-  
| object_type
+
| element_type
 
| varchar(16)
 
| varchar(16)
 +
| NO
 
|  
 
|  
 
|  
 
|  
 
|  
 
|  
|  
+
| type of event
| Type of related entity
+
|}&nbsp;
|}
+
 
 +
==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
 +
|}&nbsp;