• Process Definition not Triggered from $bean->save()

    Hi everyone. I am struggling to figure out why, but a process definition that uses the "Changes" method is not firing when a logic hook is using $bean->save(). The changes is a simple "No to Yes" but when saving the record it doesn't go into the processes…
  • How to add process email template with non related module fields ?

    Hi All, I need to add the process email template with non related module fields. Please advise me how to add the non related fields with process email templates.
  • How to define Logic hook alongside Advance Workflow?

    Hello, let's assume, that I want to create Logic Hook and Advanced Workflow without timer. Advanced Workflow (Process definition): will run on Leads New records only criteria is Lead source equals "Newsletter" and result will be, that this Lead will have…
  • After_save logic hook not executed when a Process Definition creates a new record

    This logic hook checks whether a record is new and a checkbox is checked, then links an account to the record based on the related contact. It works perfectly when a user creates a new record, but not when created by a process definition. The process…