Hello, I am having the following error when running a modified report with a non-admin user.
Error: "Access denied to field IBAN (NESIBAN) in table Show invoice (SalesInvoiceTmp)."
It seems to be a security issue but I cannot quite figure out how to fix it. I have assigned a custom role to the user. I have granted permission to SalesInvoiceTmp to the role. The user also has access to all organisations (I have found a similar problem logged in on the forum and providing access to all companies to the user seemed to have fixed the problem but it is not working in my case).
The field NESIBAN is just a field I have created in an extension of the SalesInvoiceTmp and assigned it the value BankAccountTable.IBAN.
How can I fix this? Thanks.