Silviu Virlan
Forum Replies Created
-
Silviu Virlan
MemberJanuary 8, 2026 at 3:42 pm in reply to: When should businesses consider moving from on-premises ERP to Dynamics 365 BC? -
Silviu Virlan
MemberJanuary 8, 2026 at 3:39 pm in reply to: Has anyone faced real performance or scalability issues with Dynamics 365?::In some of my projects we were producing 3-4000 sales orders daily. Some documents had 20-30k lines.
A few lessons I learnt:
Your questions are generic but I found creating multiple no series and allowing gaps helped with deadlocks.
Run processes via job queues.
When processing in bulk commit after each entity processed.
I had a custom sales pricing engine, so I bypassed via code the base app (default) sales pricing engine, and used my sales pricing engine. Use interfaces for that.
Take advantage of isolation levels, review your queries use IsEmpty, SetLoadFields …
Review missing indexes page and add keys where appropriate.
Use automated testing for testing your processes and transactional volume.
Ping me if you have specific questions.
-
Silviu Virlan
MemberDecember 16, 2025 at 8:13 am in reply to: VS Code and Microsoft Application APP Package losing some standard objects in BC::Ive seen missing type errors in more recent versions. Considering that the app files are not corrupt on the server, I would re-download symbols and I would reload VS Code. Sometimes VS Code gets crazy. Lastly, if you have a service agreement with Microsoft I would create a ticket with their support team for version 14.