tags:

views:

65

answers:

2

I'm developing an logic hook for calls, meetings and tasks, but I can't get it to work! I have done many logic hooks but the module calls, meetings and tasks seems to ignore the logic_hook.php file!

So, I have created a logic_hooks.php in custom/modules folder with the hook 'before_save' (like the others that I have created until now - I also tried the after_save), but it didn't work so I putted separated logic_hooks.php in custom/modules/tasks because I thought that SugarCRM ignored the logic_hooks.php in custom/modules folder in this modules. But still can't get it to work! (the content of the function is a die(), so no errors in code - I checked the sugarcrm.log)

How can I get it to work?

A: 

Follow the steps given in the screencast below. You should have no problem.

http://media.sugarcrm.com/50tutorials/business_logic_hooks/business_logic_hooks.html

Gaurav
A: 

check out this post about logic hooks in sugarcrm

http://www.eontek.rs/?p=184

Eitrix