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
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: