Field:satisfied text@Surveys
From MintHCM Wiki
|
Surveys - Satisfied Text | |
|---|---|
| Name | satisfied_text |
| Module | Surveys |
| Type | varchar |
| Label | Satisfied Text |
| VName | LBL_SATISFIED_TEXT |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Contents
Notes
The field where user can add text if he chooses the question option is "Matrix" question.
Related Features
Affected by
Initiating
Location and Code definition
modules/Surveys/vardefs.php
'satisfied_text' => array( 'required' => false, 'name' => 'satisfied_text', 'vname' => 'LBL_SATISFIED_TEXT', 'type' => 'varchar', 'massupdate' => 0, 'default' => 'Satisfied', ),
Missing User input
Related Features
Affected by
Initiating