Field:calls reschedule@Calls
From MintHCM Wiki
Calls - Calls Reschedule | |
---|---|
Name | calls_reschedule |
Module | Calls |
Type | link |
Label | Calls Reschedule |
VName | LBL_CALLS_RESCHEDULE |
Required | No |
Editable | No |
Visible | No |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Calls/vardefs.php
'calls_reschedule' => array( 'name' => 'calls_reschedule', 'vname' => 'LBL_CALLS_RESCHEDULE', 'type' => 'link', 'relationship' => 'calls_reschedule', 'module' => 'Calls_Reschedule', 'bean_name' => 'Calls_Reschedule', 'source' => 'non-db', ), //...591 'calls_reschedule' => array( 'lhs_module' => 'Calls', 'lhs_table' => 'calls', 'lhs_key' => 'id', 'rhs_module' => 'Calls_Reschedule', 'rhs_table' => 'calls_reschedule', 'rhs_key' => 'call_id', 'relationship_type' => 'one-to-many', ),
Missing User input