Difference between revisions of "Table llx c action trigger"
(13 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
= Content/Contenu/Contenido = | = Content/Contenu/Contenido = | ||
− | {{flag en}} Contains | + | {{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 | + | {{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 | + | {{flag sp}} Contiene una lista de acciones Dolibarr utilizables por los eventos automáticos. |
= Structure = | = Structure = | ||
− | + | == Table == | |
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|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 | ||
|- | |- | ||
− | | | + | | label |
− | + | | varchar(128) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | varchar( | ||
| NO | | NO | ||
| | | | ||
Line 59: | Line 50: | ||
|- | |- | ||
| description | | description | ||
− | | | + | | varchar(255) |
| YES | | YES | ||
| | | | ||
Line 66: | Line 57: | ||
| description of action | | description of action | ||
|- | |- | ||
− | | | + | | element_type |
| varchar(16) | | varchar(16) | ||
| NO | | NO | ||
Line 72: | Line 63: | ||
| | | | ||
| | | | ||
− | | type of | + | | 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 | ||
+ | |} |
Latest revision as of 13:10, 6 November 2011
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
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.
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.
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 |