Difference between revisions of "Field:parent name@Reservations"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=parent_name |Field-module=Reservations |Field-type=parent |Field-label=Related to |Field-vname=LBL_PARENT_NAME |Field-required=No |Field-editable=Y...")
 
(No difference)

Latest revision as of 20:31, 29 September 2019

Reservations - Related to

Name parent_name
Module Reservations
Type parent
Label Related to
VName LBL_PARENT_NAME
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Calls,
* Meetings
Options List Name reservations_parent_type_list
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Reservations/vardefs.php

'parent_name' => array( 'name' => 'parent_name', 'parent_type' => 'record_type_display', 'type_name' => 'parent_type', 'id_name' => 'parent_id', 'vname' => 'LBL_PARENT_NAME', 'type' => 'parent', 'group' => 'parent_name', 'source' => 'non-db', 'options' => 'reservations_parent_type_list', 'required' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles