Field:assistant@Candidates

From MintHCM Wiki

Candidates - Assistant

Name assistant
Module Candidates
Type varchar
Label Assistant
VName LBL_ASSISTANT
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

Name 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' => array( 'name' => 'assistant', 'vname' => 'LBL_ASSISTANT', 'type' => 'varchar', 'len' => '75', 'unified_search' => true, 'full_text_search' => array('boost' => 2), 'comment' => 'Name of the assistant of the contact', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles