OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions How to call external scripts on events (hooks model)

This topic contains 1 reply, has 2 voices, and was last updated by  Alexandr Smaga 9 years, 9 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #28064

    Nikita Petrov
    Participant

    Is there any way to call external scripts on events in OroCRM, e.g. on create/close deal, create lead, etc.?

    We want to integrate OroCRM with BPMS and we need at least to call external scripts on deal create event. In script we need to transform data from deal and contact. Can you please suggest anything to solve this issue?

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #28065

    Alexandr Smaga
    Participant

    Hi.

    OroPlatform uses doctrine as ORM and it has built in listener/subscriber functionality, so, you can develop your own listener. Also there is OroNotificationBundle that allows to send some sort of notification when event is raised, so you can implement own EventHandler to process needed calls.

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top