Field:assistant phone@Candidates

From MintHCM Wiki

Candidates - Assistant Phone

Name assistant_phone
Module Candidates
Type phone
Label Assistant Phone
VName LBL_ASSISTANT_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

Phone number of the assistant of 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

'assistant_phone' => array( 'name' => 'assistant_phone', 'vname' => 'LBL_ASSISTANT_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'group' => 'assistant', 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Phone number of the assistant of the contact', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles