Field:alt address country@person

From MintHCM Wiki

Person - Alternate Country

Name alt_address_country
Module Person
Type varchar
Label Alternate Country
VName LBL_ALT_ADDRESS_COUNTRY
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

Country for alternate address


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'alt_address_country' => array( 'name' => 'alt_address_country', 'vname' => 'LBL_ALT_ADDRESS_COUNTRY', 'type' => 'varchar', 'group' => 'alt_address', 'comment' => 'Country for alternate address', 'merge_filter' => 'enabled', ),



Missing User input


Affected by

Initiating