Help with regular signal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.slyzhko
    Member
    • Oct 2023
    • 90

    Help with regular signal

    Hi there!

    I'm creating a business process and I got stuck with such case:
    I have many to many relationship between A and B entities. Then I need to catch any of these signals create.entityTypeB, update.entityTypeB, relate.entityTypeB.relationNameWithEntityA in the middle of the business process, but only is entity B has status field equals 'Approved'.
    Can someone help me with this situation?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    You can check the status value after the signal is caught. Diverge, if not proper, then just end the flow, otherwise, continue.
    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...