Field:phone mobile@Candidates

From MintHCM Wiki

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

Candidates - Mobile Phone

Name phone_mobile
Module Candidates
Type phone
Label Mobile Phone
VName LBL_MOBILE_PHONE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search Yes
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

Mobile phone number of the contact


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/vardefs.php

'phone_mobile' => array( 'name' => 'phone_mobile', 'vname' => 'LBL_MOBILE_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'unified_search' => true, 'full_text_search' => array('enabled' => true, 'boost' => 1), 'comment' => 'Mobile phone number of the contact', 'merge_filter' => 'enabled', 'duplicate_on_record_copy' => 'always', 'audited' => true, ),



include/SugarObjects/templates/person/vardefs.php

'phone_mobile' => array( 'name' => 'phone_mobile', 'vname' => 'LBL_MOBILE_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Mobile phone number of the contact', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles