Customize lead.php/Opportunity.php

Team,

I want to customize below files, how we can make it upgrade safe code,

/modules/Leads/Lead.php – get_list_view_data()
/modules/Opportunities/Opportunity.php - -get_list_view_data()

thanks

You need to use the extension mechanism

https://docs.suitecrm.com/developer/extension-framework/

And then extend the ListView class overriding that method.

There is a similar example here, although it’s overriding a different method:

https://community.sugarcrm.com/thread/18683