Difference between revisions of "Table llx c action trigger"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
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.9 2009/06/30'''
+
== 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
|}
+
|}&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;

Latest revision as of 13:10, 6 November 2011


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

En verysmall.png Contains list of Dolibarr actions that trigger automatic events. This list is used only to list available triggers for needs for Module Notification, Module Agenda and other. See developer documentation Interfaces_Dolibarr_toward_foreign_systems for this.

Fr verysmall.png 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, Module Agenda et autres. Voir la documentation développeur Interfaces Dolibarr vers exterieur pour cela.

Es verysmall.png Contiene una lista de acciones Dolibarr utilizables por los eventos automáticos.

Structure

Table

Field Type Null Key Default Extra Description
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

Key Type Fields
PRIMARY PRIMARY rowid
code UNIQUE code