Field:repeat interval@WorkSchedules

From MintHCM Wiki

Revision as of 20:53, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=repeat_interval |Field-module=WorkSchedules |Field-type=int |Field-label=Per |Field-vname=LBL_REPEAT_INTERVAL |Field-required=No |Field-editable=Ye...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work Schedule - Per

Name repeat_interval
Module Work Schedule
Type int
Label Per
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/WorkSchedules/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