TAB_LISTEABSENCES Class
Request of absences.
LISTEABSENCES_ETAT
Tinyint(1)State :
1
: Validated2
: Waiting for validation3
: Rejected
Default: 2
LISTEABSENCES_QUESTIONS
TextList of questions.
Each question is described by :
- text : cf. TAB_GROUPECONFIG.GRPCONF_QUESTIONSABSENCES
- answer : if the answer is NO then
0
else if the answer is YES then1
_ - Question's text & answer are listed in this order and separated by '|' character
Questions are separated by #
character.
Example:
"Question 1?|0#Question 2?|1"