Allow contact to view the same report data as in cosole
Content
Hi All,
We have a requirement to display the same reports data in customer portal as in console. By design the CP filters report data by logged in users contact id and his/her organization. Is it possible to bypass this security measure?
I have tried using hooks to view the filters which are being passed to the report but I don't see contact filter nor I see organization filter being passed in pre_report_get hook. The report which I am using to test uses organization and incident table and currently returns data just associated with the contacts logged in organization. We want the report to display data from all organization and for incidents not just related to logged in contact.
0