Field:primary address state@person

From MintHCM Wiki

Person - Primary Address State

Name primary_address_state
Module Person
Type varchar
Label Primary Address State
VName LBL_PRIMARY_ADDRESS_STATE
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

State 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_state' => array( 'name' => 'primary_address_state', 'vname' => 'LBL_PRIMARY_ADDRESS_STATE', 'type' => 'varchar', 'len' => '100', 'group' => 'primary_address', 'comment' => 'State for primary address', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles