Field:alt address city@person

From MintHCM Wiki

Person - Alternate City

Name alt_address_city
Module Person
Type varchar
Label Alternate City
VName LBL_ALT_ADDRESS_CITY
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

City for alternate address


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'alt_address_city' => array( 'name' => 'alt_address_city', 'vname' => 'LBL_ALT_ADDRESS_CITY', 'type' => 'varchar', 'len' => '100', 'group' => 'alt_address', 'comment' => 'City for alternate address', 'merge_filter' => 'enabled', ),



Missing User input


Affected by

Initiating