Example #1
0
 public static function delete_addon($table)
 {
     Utils_RecordBrowserCommon::delete_addon($table, CRM_Tasks::module_name(), 'addon');
 }
Example #2
0
if (Utils_RecordBrowserCommon::delete_addon('company', CRM_Contacts::module_name(), 'company_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('company');
}
if (Utils_RecordBrowserCommon::delete_addon('contact', CRM_Contacts::module_name(), 'contact_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('contact');
}
if (Utils_RecordBrowserCommon::delete_addon('crm_assets', CRM_Assets::module_name(), 'assets_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('crm_assets');
}
if (Utils_RecordBrowserCommon::delete_addon('crm_meeting', CRM_Meeting::module_name(), 'meeting_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('crm_meeting');
}
if (Utils_RecordBrowserCommon::delete_addon('phonecall', CRM_PhoneCall::module_name(), 'phonecall_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('phonecall');
}
if (Utils_RecordBrowserCommon::delete_addon('task', CRM_Tasks::module_name(), 'task_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('task');
}
if (Utils_RecordBrowserCommon::delete_addon('premium_projects', 'Premium/Projects', 'premium_projects_attachment_addon')) {
    Utils_AttachmentCommon::new_addon('premium_projects');
}
/** PREMIUM **/
if (Utils_RecordBrowserCommon::delete_addon('cades_diagnosis', 'Custom/CADES/Diagnosis', 'attachment_addon')) {
    Utils_AttachmentCommon::new_addon('cades_diagnosis');
}
if (Utils_RecordBrowserCommon::delete_addon('cades_diet', 'Custom/CADES/Diet', 'attachment_addon')) {
    Utils_AttachmentCommon::new_addon('cades_diet');
}
if (Utils_RecordBrowserCommon::delete_addon('cades_hospitalizations', 'Custom/CADES/Hospitalizations', 'attachment_addon')) {
    Utils_AttachmentCommon::new_addon('cades_hospitalizations');
}