• Problem in Upgrading to Sugar 8.0

    Hi, We are having issues while we are upgrading to 8.0.0 from 7.9.4 onsite instance. Here is our stack PHP Version 7.1 Mysql Version - 5.7.5 Elastic server version -5.6.11 Apache - 2.4.8 Php Modules Installed [PHP Modules] bcmath calendar Core ctype curl…
  • Field changes criteria in the start event of an advanced workflow

    Hi, I have created an advanced workflow where a field change should trigger a task to be created, however, it isn't working. The workflow works without this criteria, as well as with criteria that aren't the three field changing ones (changes, changes…
  • How to create custom filter on contact with accounts_cstm.accounttype_c

    Hi All, I tried to custom filter on Contact. I create custom by this way: 1. Create new vardef by creating this file custom/Extension/modules/Contacts/Ext/Vardefs/accountType.php with: $dictionary['Contact']['fields']['account_type'] = array( 'name' …
  • Auto populating data to new Contact from account

    Hi All, I use sugarcrm 7.9 I create new Contact. I would like to auto populating phone_fax of Account to new Contact. I tried with this: SugarCRM: Populating fields using a Relate field « Sugar Developer Blog – SugarCRM I created file ./custom/Extension…