Field:contact name@Notes

From MintHCM Wiki

Revision as of 19:28, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=contact_name |Field-module=Notes |Field-type=relate |Field-label=Contact |Field-vname=LBL_CONTACT_NAME |Field-required=No |Field-editable=Yes |Fiel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes - Contact

Name contact_name
Module Notes
Type relate
Label Contact
VName LBL_CONTACT_NAME
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'contact_name'=> array( 'name'=>'contact_name', 'rname'=>'name', 'id_name'=>'contact_id', 'vname'=>'LBL_CONTACT_NAME', 'table'=>'contacts', 'type'=>'relate', 'link'=>'contact', 'join_name'=>'contacts', 'db_concat_fields'=> array(0=>'first_name', 1=>'last_name'), 'isnull'=>'true', 'module'=>'Contacts', 'source'=>'non-db', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles