Field:alt address postalcode@person

From MintHCM Wiki

Person - Alternate Postal Code

Name alt_address_postalcode
Module Person
Type varchar
Label Alternate Postal Code
VName LBL_ALT_ADDRESS_POSTALCODE
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

Postal code for alternate address


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'alt_address_postalcode' => array( 'name' => 'alt_address_postalcode', 'vname' => 'LBL_ALT_ADDRESS_POSTALCODE', 'type' => 'varchar', 'len' => '20', 'group' => 'alt_address', 'comment' => 'Postal code for alternate address', 'merge_filter' => 'enabled', ),



Missing User input


Affected by

Initiating