Hi,
In the Reports entity, I am trying to create an extension that prints the report into a PDF. I looked into application\Espo\Modules\Advanced\Services\Report. php and found the SQL query under the function executeListReport. The problem is, I have an "Assigned Users" field which is a linkMultiple, and the query does not select it. How can I change the code so that the linkMultiple is included?
In the Reports entity, I am trying to create an extension that prints the report into a PDF. I looked into application\Espo\Modules\Advanced\Services\Report. php and found the SQL query under the function executeListReport. The problem is, I have an "Assigned Users" field which is a linkMultiple, and the query does not select it. How can I change the code so that the linkMultiple is included?