Announcement

Collapse
No announcement yet.

Signla is not triggering workflow when related is added

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

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

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

    in

    Hooks/Common/Signal.php

    Comment


    • #3
      Could you solve it?

      Comment


      • #4
        Maybe try a regular after-save trigger with checking a link field.

        Comment

        Working...
        X