I need to change the way the information is retrieved for the orders list in the BO.
I know the columns and filters are defined in /public_html/src/Core/Grid/Definition/Factory/OrderGridDefinitionFactory.php , but I don't need to change the columns, just the information inside them (for example, for the customer name column, in certain situations the name should be shown differently). However I can't find where the actual query that retrieves the data is created.