Field:alt address city@Candidates

From MintHCM Wiki

Revision as of 13:06, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=alt_address_city |Field-module=Candidates |Field-type=varchar |Field-label=Alternate City |Field-vname=LBL_ALT_ADDRESS_CITY |Field-required=No |Fie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Candidates - Alternate City

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

Notes

City 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_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', 'duplicate_on_record_copy' => 'always', 'audited' => true, ),



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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles