Skip to content

Instantly share code, notes, and snippets.

@hatimalam
Created February 22, 2016 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatimalam/4c5d6b97fe7c3d31c11b to your computer and use it in GitHub Desktop.
Save hatimalam/4c5d6b97fe7c3d31c11b to your computer and use it in GitHub Desktop.
before save logic hook
<?php
$hook_version = 1;
$hook_array = array();
$hook_array['before_save'] = array();
$hook_array['before_save'][] = array(
1,
'Create Sugar Notification on any new post or comment',
'custom/modules/ActivityStream/Activities/customLogicHook.php',
'SugarNotifyUser',
'notify_user_on_post_comment'
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment