BC Friday Tips #7 Suppress Commit
Happy Friday! Time for this week’s #BCFridayTips for #msdyn365bc developers.
Use SuppressCommit when you’re calling a posting routine.
When you’re calling a posting routine, it’s important to use SuppressCommit.
Why?
✅ Avoid partial commit. If an error occurs, everything can be rolled back completely, preventing any data inconsistencies.
Unless you’re confident in what you’re doing, it’s best to use SuppressCommit and manually commit when you’re ready.