Field:primary address postalcode@person

From MintHCM Wiki

Person - Primary Address Postal Code

Name primary_address_postalcode
Module Person
Type varchar
Label Primary Address Postal Code
VName LBL_PRIMARY_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 primary address


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'primary_address_postalcode' => array( 'name' => 'primary_address_postalcode', 'vname' => 'LBL_PRIMARY_ADDRESS_POSTALCODE', 'type' => 'varchar', 'len' => '20', 'group' => 'primary_address', 'comment' => 'Postal code for primary address', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles