fk_actioninteger,-- type of action (optionnal link with llx_c_actioncomm or null)
codevarchar(32)NULL,-- code of action for automatic action
labelvarchar(128)NOTNULL,-- libelle de l'action
labelvarchar(128)NOTNULL,-- label/title of event
datecdatetime,-- date creation
tmstimestamp,-- date modif
fk_user_authorinteger,-- id user qui a cree l'action
fk_user_modinteger,-- id dernier user qui a modifier l'action
tmstimestamp,-- date modification
fk_user_authorinteger,-- user id of user that has created record
fk_user_modinteger,-- user id of user that has modified record
fk_projectinteger,
fk_socinteger,
fk_contactinteger,
fk_parentintegerNOTNULLdefault0,
fk_user_actioninteger,-- id de la personne qui doit effectuer l'action
transparencyinteger,-- transparency (ical standard). used to say if people assigned to event are busy or not by event.
fk_user_doneinteger,-- id de la personne qui a effectue l'action
fk_user_actioninteger,-- user id of owner of action (currently also user id of actor that must do action. In future, actors assigned to action will be an array into table llx_actioncomm_actors)
transparencyinteger,-- transparency (ical standard). used to say if people assigned to event are busy or not by event (in future version, this field is deprecated and will be stored into table llx_actioncomm_actors)
fk_user_doneinteger,-- user id of people that has made action (deprecated)