Field:alt address state@person

From MintHCM Wiki

Person - Alternate State

Name alt_address_state
Module Person
Type varchar
Label Alternate State
VName LBL_ALT_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 alternate address


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'alt_address_state' => array( 'name' => 'alt_address_state', 'vname' => 'LBL_ALT_ADDRESS_STATE', 'type' => 'varchar', 'len' => '100', 'group' => 'alt_address', 'comment' => 'State for alternate address', 'merge_filter' => 'enabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles