Global data for a form.

Show:

FORM_DEPENDSON_CANSHOW

Tinyint(1)

Form's can be shown by dependsOn


Default: 0

FORM_MAILBODY

Text

Form's body for email notification


Default: ''

FORM_MAILOBJECT

Varchar(255)

Form's object for email notification


Default: ''

FORM_MAILTO

Varchar(100)

Form's recipient for email notification

FORM_PROFIL_DEPENDSON

Enum('candidate', 'contact', 'delivery', 'opportunity', 'order', 'payment', 'project', 'resource')

Card's profile.

FORM_PROFIL_RECIPIENT

Enum('candidate', 'contact', 'resource')

Recipient's profile.

FORM_REMINDEDAT

Datetime

Form's remind date

FORM_UPDATEDAT

Datetime

Form's response saving date

FORM_VALIDATEDAT

Datetime

Form's response validation date

FORME_CREATEDAT

Datetime

Form's response creation date

ID_CREATOR

Int(11)

Creator of the form.


Default: 0

ID_FORM

Int(11)

Unique identifier.

ID_FORMTPL

Int(11)

TAB_FORMTPL.ID_FORMTPL.

Associated form's template.


Default: 0

ID_PROFIL_DEPENDSON

Int(11)

Id of card's profile.


Default: 0

ID_PROFIL_RECIPIENT

Int(11)

Id of card's profile.


Default: 0

ID_VALIDATOR

Int(11)

Validator of the form.


Default: 0