Field:repeat parent id@Meetings
Meetings - Repeat Parent ID | |
---|---|
Name | repeat_parent_id |
Module | Meetings |
Type | id |
Label | Repeat Parent ID |
VName | LBL_REPEAT_PARENT_ID |
Required | No |
Editable | No |
Visible | No |
Reportable | No |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Id of the first element of recurring records
Related Features
Affected by
Initiating
Location and Code definition
modules/Meetings/vardefs.php
'repeat_parent_id' => array( 'name' => 'repeat_parent_id', 'vname' => 'LBL_REPEAT_PARENT_ID', 'type' => 'id', 'len' => 36, 'comment' => 'Id of the first element of recurring records', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ), //...604 'repeat_parent_id' =>array( 'name' => 'repeat_parent_id', 'vname' => 'LBL_REPEAT_PARENT_ID', 'type' => 'id', 'len' => 36, 'comment' => 'Id of the first element of recurring records', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ),
Missing User input