Field:duration hours@FP events

From MintHCM Wiki

Events - hours

Name duration_hours
Module Events
Type int
Label hours
VName LBL_DURATION_HOURS
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Duration (hours)


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/FP_events/vardefs.php

'duration_hours' => array( 'name' => 'duration_hours', 'vname' => 'LBL_DURATION_HOURS', 'type' => 'int', 'group' => 'duration', 'len' => '3', 'comment' => 'Duration (hours)', 'importable' => 'required', 'required' => true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles