Field:phone other@Candidates

From MintHCM Wiki

Revision as of 13:06, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=phone_other |Field-module=Candidates |Field-type=phone |Field-label=Other Phone |Field-vname=LBL_OTHER_PHONE |Field-required=No |Field-editable=Yes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Candidates - Other Phone

Name phone_other
Module Candidates
Type phone
Label Other Phone
VName LBL_OTHER_PHONE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search Yes
Auditable No
Options
Options List Name
Needs Validation No

Notes

Other phone number for the contact


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'phone_other' => array( 'name' => 'phone_other', 'vname' => 'LBL_OTHER_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Other phone number for the contact', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles