Forum Discussion
MariaEriksson
4 years agoNew Member
DataSource error Business central
When trying to access data from SalesOrder in Business Central I get this error message, anyone knows what it means? I'm using the standard APIs v2.0. DataSource.Error: Dynamics365BusinessCentral: ...
cobracongr
4 years agoNew Member
MS changed someting in Feb 2022. Check out this article. Basically at the screen you get the error, select the "Transform Data" button, choose the advanced editor and then replace the last null paramenter in the list with this value:
[UseReadOnlyReplica = false]
Worked for me.
flozilla
4 years agoNew Member
Thank you, this was the solution for my problem!