Field:alt address postalcode@Candidates

From MintHCM Wiki

Candidates - Alternate Postal Code

Name alt_address_postalcode
Module Candidates
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 Yes
Options
Options List Name
Needs Validation No

Notes

Postal code for alternate address


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/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', 'duplicate_on_record_copy' => 'always', 'audited' => true, ),



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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles