*
* Generated from xml/schema/CRM/Activity/Activity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:84bf6ac4a394e07666a4b2fb1456a794)
+ * (GenCodeChecksum:60c03ca565bfcb0379d4fe11bd8f7c10)
*/
/**
public $id;
/**
- * Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.
+ * Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id.
*
* @var int|string|null
* (SQL type: int unsigned)
public $priority_id;
/**
- * Parent meeting ID (if this is a follow-up item). This is not currently implemented
+ * Parent meeting ID (if this is a follow-up item).
*
* @var int|string|null
* (SQL type: int unsigned)
'name' => 'source_record_id',
'type' => CRM_Utils_Type::T_INT,
'title' => ts('Source Record'),
- 'description' => ts('Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.'),
+ 'description' => ts('Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id.'),
'where' => 'civicrm_activity.source_record_id',
'table_name' => 'civicrm_activity',
'entity' => 'Activity',
'name' => 'parent_id',
'type' => CRM_Utils_Type::T_INT,
'title' => ts('Parent Activity ID'),
- 'description' => ts('Parent meeting ID (if this is a follow-up item). This is not currently implemented'),
+ 'description' => ts('Parent meeting ID (if this is a follow-up item).'),
'where' => 'civicrm_activity.parent_id',
'table_name' => 'civicrm_activity',
'entity' => 'Activity',