Field:account name@SurveyResponses

From MintHCM Wiki

Revision as of 20:43, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=account_name |Field-module=SurveyResponses |Field-type=relate |Field-label=Account |Field-vname=LBL_SURVEYRESPONSES_ACCOUNTS_FROM_ACCOUNTS_TITLE |F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Survey Responses - Account

Name account_name
Module Survey Responses
Type relate
Label Account
VName LBL_SURVEYRESPONSES_ACCOUNTS_FROM_ACCOUNTS_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

"account_name" => array( 'name' => 'account_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_SURVEYRESPONSES_ACCOUNTS_FROM_ACCOUNTS_TITLE', 'save' => true, 'id_name' => 'account_id', 'link' => 'account', 'table' => 'accounts', 'module' => 'Accounts', 'rname' => 'name', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles