• 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
  • 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…