How to Delete Sugar Default Fields?

Hello 

I want to delete CRM Default Fields From Default modules.

How to achieve this can anybody guide me for the same.

SugarCRM Version 6.x

Parents
  • Bhavin Patel

    It is not a good approach to delete default fields from core module of sugar.

    As some of the fields are inter dependent on other modules. So by default sugar wont allow us to do that.

    If you want to do then remove it from layout to do as:  from Studio > Module > Layouts > Edit/Detail/List View from here remove the field which you want and click on Save & Deploy.

    Even you can do it from code: custom/modules/<your-module>/metadata/edit/detail/list viewdefs.php comment or remove the field which you wanted to remove.

    Hope this Helps..!!

    Best Regards

    S Ramana Raju

Reply
  • Bhavin Patel

    It is not a good approach to delete default fields from core module of sugar.

    As some of the fields are inter dependent on other modules. So by default sugar wont allow us to do that.

    If you want to do then remove it from layout to do as:  from Studio > Module > Layouts > Edit/Detail/List View from here remove the field which you want and click on Save & Deploy.

    Even you can do it from code: custom/modules/<your-module>/metadata/edit/detail/list viewdefs.php comment or remove the field which you wanted to remove.

    Hope this Helps..!!

    Best Regards

    S Ramana Raju

Children