I want to edit the name inside opportunity module of SugarCRM, but not from the fron-end, but using custom code of PHP and SQL. This will enable user to edit the subpanels of the Opportunities module with PHP and SQL.
I can't find the file where I edit the query, for example that instead show the names upwards that show them descending.
I need to know the file location and function to modify it accordingly. Please help.
The image can be seen in this link IMAGE OPPORTUNITIES SUGARCRM
You can generate a logic hooks for this, ie .. after the user clicks save in the registry, you use a logic that replaces the information of the field in question
You could read about this here: http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.5/Module_Framework/Logic_Hooks/