How to push data to external system using module logic hook

Hi All,

I need to know is it possible to push data from  sugar to external system using logic hook.I know web logic hook is enough  to push data even though i have an special requirement to push data using logic hook. I like to know is it any way to achieve this.

Parents Reply Children
  • Hi Sino,

    Can you send me the reference from where you found these solutions? I don't know in which context they discussed ESB and Job Queues, according to my information they both are used at the OS level in general, these are not specific with SugarCRM. 

    So I can't say anything about the above approaches you discussed because I think they will complicate the environment and implementation as well.

    I have already faced this type of situation where I need to send the bean data to some external website. So I did it in create.js and record.js in which I can access my data and send it to my external party.