• Click event on Checkbox in RecordlistView

    Hi everyone, Would you please let me know, how I can identify a click event on Checkbox in RecordlistView? Thanks, Laxmichand saini
  • 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…
  • Prevent before_save and after_save logic hooks from running on Import

    I've got some rather expensive process that I don't want to run when importing lots of records. I've considered adding a field 'disable_hooks_c' or something similar to manually disable or ignore events that are triggered due to an import. However, it…