Field:contact name@SurveyResponses
Survey Responses - Contact | |
---|---|
Name | contact_name |
Module | Survey Responses |
Type | relate |
Label | Contact |
VName | LBL_SURVEYRESPONSES_CONTACTS_FROM_CONTACTS_TITLE |
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
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/SurveyResponses/vardefs.php
"contact_name" => array( 'name' => 'contact_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_SURVEYRESPONSES_CONTACTS_FROM_CONTACTS_TITLE', 'save' => true, 'id_name' => 'contact_id', 'link' => 'contact', 'table' => 'contacts', 'module' => 'Contacts', 'rname' => 'name', 'db_concat_fields' => array( 0 => 'first_name', 1 => 'last_name', ), ),
Missing User input