Process Definition triggering too much

I have created one process definition and activated. In PD it check for the Module's related module. If related module has some specific values then process trigger mail to user.

I am creating records in Target module through API. I have set it for First Update only but  it is triggering  multiple times.

Parents Reply
  • Hi ,

    Thank you for the detailed feedback. The statement which you mentioned "I believe the hooks triggering SugarBPM are application level hooks, not module level hooks" I am not sure about the application hooks that PD also triggers for them too or not because in my project in which I experienced this behavior had no hook at the application level.

    But I am pretty much sure about it that PD triggers for the module level hooks because suppose we created an after_save logic hook for the Contacts modules in which we are doing something and suppose we defined a PD for "Create Contact" when defined criteria will meet then the records which will create by the PD will also trigger my Logic Hook which I defined at the module level for Contacts.

Children
No Data