Difference between revisions of "Field:primary address country@Candidates"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=primary_address_country |Field-module=Candidates |Field-type=varchar |Field-label=Primary Address Country |Field-vname=LBL_PRIMARY_ADDRESS_COUNTRY...")
 
(No difference)

Latest revision as of 13:06, 29 September 2019

Candidates - Primary Address Country

Name primary_address_country
Module Candidates
Type varchar
Label Primary Address Country
VName LBL_PRIMARY_ADDRESS_COUNTRY
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

Country for primary address


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/vardefs.php

'primary_address_country' => array( 'name' => 'primary_address_country', 'vname' => 'LBL_PRIMARY_ADDRESS_COUNTRY', 'type' => 'varchar', 'group' => 'primary_address', 'comment' => 'Country for primary address', 'merge_filter' => 'enabled', 'duplicate_on_record_copy' => 'always', 'audited' => true, 'default' => 'Polska', ),



include/SugarObjects/templates/person/vardefs.php

'primary_address_country' => array( 'name' => 'primary_address_country', 'vname' => 'LBL_PRIMARY_ADDRESS_COUNTRY', 'type' => 'varchar', 'group' => 'primary_address', 'comment' => 'Country for primary address', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles