#1376 - Logic Hooks on Rest WebService
Hi,
I am creating Cases in SugarCRM 6.5 via REST api (WebService). I want to execute a LogicHook on Sugar in Cases Module, when a new Case is created by Rest.
I have tried with different methods: before_save, after_save, after_retrieve, etc... But none of the mentioned in the Support of Sugar works for me (http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_7.5/60_Logic_Hooks/ )
Anyone else has this issue? I didn't find any solution in other threads to launch a Hook in Sugar when a registry is created via Rest WebService.
Thanks in advance! Diego.
9 years ago
Hi Diego,
This question is perfect for the SugarCRM community: https://community.sugarcrm.com/sugarcrm.
It should be triggering your hooks. Creating a post on that site along with some code snippets should get you some answers by all the experts there.
Cheers, -Jason
9 years ago
Okey, thank you Jason!