• Regarding supported version of MySQL

    Dear All, Sugar version 9.0 1 supported MySQL version 8 in windows 10 ? Please suggest as soon as possible.
  • Why is Package not uninstalling correct?

    CreditFields.zip Above is a link to the package I am using. The package installs just fine, yet when I uninstall it I get the following errors. Wed Sep 30 16:05:49 2020 [ 6385 ][ 1 ][ ALERT ] Query Failed: ALTER TABLE campaigns_cstm drop COLUMN…
  • Pitfalls to Converting Dropdowns to the MySQL enum type

    I have run some tests on our production data and the results look promising. I want to convert all my dropdowns to actual MySQL enum type from the current VarChar types. I am rewriting the MySQL code in Sugar to support this so my QRRs and any New Dropdowns…