Difference between revisions of "Field:contact name@SurveyResponses"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=contact_name |Field-module=SurveyResponses |Field-type=relate |Field-label=Contact |Field-vname=LBL_SURVEYRESPONSES_CONTACTS_FROM_CONTACTS_TITLE |F...")
 
(No difference)

Latest revision as of 20:43, 29 September 2019

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

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles