Hi everyone,
I'm encountering a security-related error in Dynamics 365 Business Central (SaaS) when trying to create a customer using a template. The system throws the following message:
"A security filter has been applied to table Customer. You cannot access records that are outside of this filter."
Context:
-
The error occurs when opening or using the Customer Card page, which tries to run the
CreateCustomerFromTemplate
function in Codeunit 1381 (Customer Templ. Mgt.).
I have a security filter for location MAIN on my customer table, then I have a customer template for customers at location MAIN.
My users can see the correct templates but as soon as they select the template, they get the above mentioned error.
Regards,