• GOOGLE MAP INTEGRATION

    We have a google map field in our quote record that provides a map of the shipping address. (We have named this the jobsite address tho). The trouble is that when there is a second line of the address for the floor number, apt number, etc. it errors out…
  • 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…