Field:repeat count@Meetings

From MintHCM Wiki

Revision as of 19:22, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=repeat_count |Field-module=Meetings |Field-type=int |Field-label=Repeat Count |Field-vname=LBL_REPEAT_COUNT |Field-required=No |Field-editable=Yes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Meetings - Repeat Count

Name repeat_count
Module Meetings
Type int
Label Repeat Count
VName LBL_REPEAT_COUNT
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

Number of recurrence


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'repeat_count' => array( 'name' => 'repeat_count', 'vname' => 'LBL_REPEAT_COUNT', 'type' => 'int', 'len' => 7, 'comment' => 'Number of recurrence', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ), //...593 'repeat_count' =>array( 'name' => 'repeat_count', 'vname' => 'LBL_REPEAT_COUNT', 'type' => 'int', 'len' => 7, 'comment' => 'Number of recurrence', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles