Field:capacity@FP Event Locations

From MintHCM Wiki

Locations - Capacity

Name capacity
Module Locations
Type varchar
Label Capacity
VName LBL_CAPACITY
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/FP_Event_Locations/vardefs.php

'capacity' => array( 'required' => false, 'name' => 'capacity', 'vname' => 'LBL_CAPACITY', 'type' => 'varchar', 'massupdate' => '0', 'default' => '', 'no_default' => false, 'comments' => 'The maximum amount of people the location can cater for.', 'help' => 'The capacity of the event location', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles