• Issue found - we have two production instances. SugarCRM, Version 10.3.0 (Build 222p) (Q1 2021) and SugarCRM, Version 10.3.0 (Build 222) (Q1 2021).

    We have found we have two production instances. SugarCRM, Version 10.3.0 (Build 222p) (Q1 2021) and SugarCRM, Version 10.3.0 (Build 222) (Q1 2021). We noticed some recent changes in drop down fields are not in the other version. SugarSupport are…
  • 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…
  • How We can display drop down database value to Lable value.?

    How we can display drop down database value to Lable value. Ex. db value -1(db) - New(Label) 2 (db) - In progress (Label) 3 (db) - Working (Label) 4 (db) - Close (Label) 5 (db) - Pending (Label) i want to display new