Field:repeat type@WorkSchedules

From MintHCM Wiki

Revision as of 20:53, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=repeat_type |Field-module=WorkSchedules |Field-type=enum |Field-label=Repeat |Field-vname=LBL_REPEAT_TYPE |Field-required=No |Field-editable=Yes |F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work Schedule - Repeat

Name repeat_type
Module Work Schedule
Type enum
Label Repeat
VName LBL_REPEAT_TYPE
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
* None,
* Daily,
* Weekly,
* Monthly,
* Yearly
Options List Name repeat_type_dom
Needs Validation No

Notes

Type of recurrence


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/WorkSchedules/vardefs.php

'repeat_type' => array( 'name' => 'repeat_type', 'vname' => 'LBL_REPEAT_TYPE', 'type' => 'enum', 'len' => 36, 'options' => 'repeat_type_dom', 'comment' => 'Type of recurrence', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles