Hello
I have created a C# console application by which I can able to sync data from CRM to Business Central (online). I am using web services to sync data from CRM to BC.
While trying to update the sales order line it was throwing an exception "A transaction must be started before changes can be made to the database.".
Initially, for the first time I can able to update the sales order line but after that, it continuously throws the exception. Even when read the sales order information through web services.
Any suggestions from the community much appreciated.