Table llx c action trigger


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

  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