Field:photo@person

From MintHCM Wiki

Person - Photo

Name photo
Module Person
Type image
Label Photo
VName LBL_PHOTO
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'photo' => array( 'name' => 'photo', 'vname' => 'LBL_PHOTO', 'type' => 'image', 'massupdate' => false, 'comments' => '', 'help' => '', 'importable' => false, 'reportable' => true, 'len' => 255, 'dbType' => 'varchar', 'width' => '160', 'height' => '160', 'studio' => array('listview' => true), ),



Missing User input


Affected by

Initiating