Field:repeat interval@Calls

From MintHCM Wiki

Calls - Repeat Interval

Name repeat_interval
Module Calls
Type int
Label Repeat Interval
VName LBL_REPEAT_INTERVAL
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Interval of recurrence


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Calls/vardefs.php

'repeat_interval' => array( 'name' => 'repeat_interval', 'vname' => 'LBL_REPEAT_INTERVAL', 'type' => 'int', 'len' => 3, 'default' => 1, 'comment' => 'Interval of recurrence', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles