• create custom action & view in SugarCRM 7.x

    Hi All, I have created many custom actions and views in SugarCRM 6.x using controller.php. I am still doing the same for SugarCRM 7.x, but I need to run those actions and views in BWC mode. Like: http://{site_url}/#bwc/index.php?module=custom_or_default_module&action…
  • Where or What are these CRM REST API request timeout settings and Elastic Search request timeout settings?

    Hi Folk, Where or what are these CRM REST API request timeout settings and Elastic Search request timeout settings? Any suggestion will be highly appreciated. Regards Bpatel
  • Data Security / Encryption

    Dear all, Many of my customers (SugarCRM 7.x or 8.x Pro or Ent) ask us what is the best question to secure SugarCRM data. Of course, we recommended the main "standards" security options (role/team for end user, VPN access, HTTPS, restricted access to…
  • Automate Dropdownlist creation via manifest

    Hi, I know how to create a custom dropdown field for a module from the manifest file. So lets say I have something like this in the manifest file array( "name" => "document_type_c", "label"=> "LBL_DOCUMENT_TYPE", "type" => "enum", "module" => "Quotes…
  • Check duplication based on field condition in sugarcrm 7

    Am checking duplicate check in Accounts module based on some filed condition. In Account i have a dropdown field called Account Type with options as 1. Organisation 2. Individual if i select Account Type == Organisation then i have to check duplicates…