• adding relationship field

    Hi , I have two modules. admb_partner and contacts. Between them exists an one to many relationship. I would like to create a checkbox field on the relationship. I looked to the opportunity role functionality but I can't seem to get it to work properly…
  • How to check relationship field value is changing in logichooks

    Hi All, For the normal fields it is possible to know that value is changing if(isset($arguments['dataChanges']['<your_field>'])) { $GLOBALS['log']->fatal("prev_sales_consultant_c_CHANGING"); } But how to check relationship field value is changing for…