• how to define relate field lookup value working in the modules

    I took the following sample off Cases module and tried to apply same pattern but it is not working for me 'site_mxxn' => array( 'name' => 'site_mxxn', 'rname' => 'name', 'id_name' => 'site_id', 'vname' => 'LBL_SITE_MXXN', 'type' => 'relate', …
  • Web Logic Hook on custom module not called

    We are using the Web Logic Hooks functionality in case of two modules of ours. During the development of an internal tool which is using the SugarCRM REST API as well, we decided to use the same Web Logic Hooks functionality, but instead of an already…