by Fanatical Labs

Save Your Team Countless Hours. SugarChimp syncs your lists in both directions so you can work in your preferred app. Segment and group your Mailchimp subscribers based on Sugar data so you can market to the right people at the right time. Compatible with all versions and editions of Sell & Enterprise. Created by Fanatical Labs, 2023 SugarCRM Partner Award Winner.

Free 30 day trial
Try it Now

By clicking you consent to share your profile with the developer

#3524 - SugarChimp disable other custom operator in Sugar ?

Closed Bug? created by ITS4U Verified Purchase 7 years ago
Dear SugarChimp team, I added in SugarCRM more operators for the filters. Unfortunately these operators are not available/working when SugarChimp is installed. If I uninstall the plugin, it's working. I used this Sugar documentation for the implementation : http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.9/Architecture/Filters/. I added this operators : <?php require_once('clients/base/filters/operators/operators.php'); $viewdefs['base']['filter']['operators'] = array( 'varchar' => array( '$equals' => 'LBL_OPERATOR_MATCHES', '$not_equals' => 'LBL_OPERATOR_NOT_EQUALS', '$starts' => 'LBL_OPERATOR_STARTS_WITH', '$is_null' => 'LBL_IS_EMPTY', '$not_null' => 'LBL_IS_NOT_EMPTY', ), 'name' => array( '$equals' => 'LBL_OPERATOR_MATCHES', '$starts' => 'LBL_OPERATOR_STARTS_WITH', '$is_null' => 'LBL_IS_EMPTY', '$not_null' => 'LBL_IS_NOT_EMPTY', ), 'email' => array( '$equals' => 'LBL_OPERATOR_MATCHES', '$not_equals' => 'LBL_OPERATOR_NOT_EQUALS', '$starts' => 'LBL_OPERATOR_STARTS_WITH', '$is_null' => 'LBL_IS_EMPTY', '$not_null' => 'LBL_IS_NOT_EMPTY', ), 'phone' => array( '$starts' => 'LBL_OPERATOR_STARTS_WITH', '$equals' => 'LBL_OPERATOR_IS', '$is_null' => 'LBL_IS_EMPTY', '$not_null' => 'LBL_IS_NOT_EMPTY', ), ); In this file [ROOT_SUGAR]/custom/clients/base/filters/operators/operators.php Can you help me with this problem ? I don't understand why SugarChimp is breaking new operators. Kind regards, Pierre-Nicolas
  1. fanatical_jon member avatar

    Jon S Provider

    7 years ago

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...
Rating
Rating