Table llx element contact

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


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 This table allows to save links between an entity and a contact from third parties. For example, when an order must be linked to a delivery contact in particular , we use this table.

Fr verysmall.png Cette table permet de sauvegarder les liens entre une entité et un contact de tiers. Par exemple quand une commande doit être lié à un contact de livraison particulier, on utilisera cette table.

Es verysmall.png Esta tabla le permite guardar los enlaces entre las entidades y los contactos. Por ejemplo, cuando un pedido debe estar vinculado a un contacto de envío en particular, utilizaremos esta tabla.

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
datecreate datetime YES NULL creation date of link
statut smallint(6) YES 5 link status (5=inactive; 4=active)
element_id int(11) NO UNI ID of element (any table_of_elements->rowid)
fk_c_type_contact int(11) NO UNI ID of type of contact (llx_c_type_contact->rowid)
fk_socpeople int(11) NO UNI ID of contact/address (llx_socpeople->rowid) or ID of user (llx_user->rowid) depending on fk_c_type_contact

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
idx_element_contact_idx1 UNIQUE element_id,fk_c_type_contact,fk_socpeople
fk_element_contact_fk_c_type_contact MULTIPLE fk_c_type_contact
idx_element_contact_fk_socpeople MULTIPLE fk_socpeople