Signla is not triggering workflow when related is added

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david.strejc
    Member
    • Jul 2016
    • 38

    Signla is not triggering workflow when related is added

    I am trying to trigger workflow with signal when related record is assigned to Account - see attached printscreen.

    I got @realte.quotes - but workflow is not triggered.


    Attached Files
  • david.strejc
    Member
    • Jul 2016
    • 38

    #2
    There is one line of code which prevents triggering of afterRelate

    if ($relationType !== 'manyMany') return;

    in

    Hooks/Common/Signal.php

    Comment

    • criffoh
      Member
      • Jun 2020
      • 55

      #3
      Could you solve it?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8669

        #4
        Maybe try a regular after-save trigger with checking a link field.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...