0

It is very simple task to create a custom field in sugarCRM through studio. What i want is vice versa . I want to revert the custom fields made by studio by changing code and databases ?

One simple method i found is simply delete the fields from vardef and delete the related columns from the database but i am not sure if it will work and not be cause of problems in future.

Can anyone come up with any reliable solutions ?

Mansoor Jafar
  • 1,458
  • 3
  • 15
  • 31

1 Answers1

1

You can delete fields thru Studio with ease.

http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/04_Sugar_Professional/Sugar_Professional_6.5/Administration_Guide/07_Developer_Tools/01_Studio#Fields

jmertic
  • 2,208
  • 1
  • 13
  • 8
  • Thank's for reply @jmertic , But I have done that many times. If i delete fields from studio they still remain in the database , I want to fully revert fields. – Mansoor Jafar Sep 20 '12 at 10:06
  • At that point just manually delete it from the database as you are already doing. – egg Sep 20 '12 at 22:08
  • Thank's ,I note it now that in sugarCRM version 6.5.0 it removed it from databases completely. – Mansoor Jafar Sep 21 '12 at 05:02
  • The page jmertic is referring to is now empty. Along with many other pages in that section. – Alexey Zimarev Jun 27 '13 at 11:49
  • Sorry about that, our KB solution is giving us fits. We are working on fixing that as quickly as possible. Here's an updated link http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/04_Sugar_Professional/Sugar_Professional_6.5/Administration_Guide/07_Developer_Tools/01_Studio#Fields – jmertic Jun 28 '13 at 14:32