BC Friday Tips #32 Unit of Measure Management Codeunit
Did you know there is a “Unit of Measure Management” codeunit?
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
Did you know there is a “Unit of Measure Management” codeunit?
Missing invoices in the Business Central Sales Invoices API? Here’s how to fix it using the API Data Upgrade process.
Want a quick way to block most users from accessing an environment?
Use the environment- level security group.
Did you see the “Tasks in Queue” or “Tasks in Process” cue turn Red in Business Central? Don’t worry, it just means there are more than four tasks.
Did you know about the DataAccessIntent property? Set DataAccessIntent to ReadOnly when you only perform read-only data for API pages or reports.
Ever wondered why there are gaps in your Customer Ledger Entry numbers? It’s not a bug, but a design choice.
Did you know Business Central has a built-in Math codeunit?
Math codeunit provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
Error are inevitable. It is part of your app. We can reduce the number of errors by making it more difficult to make mistakes, but the error will never go away. However, what you do to handle the errors makes all the difference. You can let your users scream in frustration, or you can guide them and make them like your app more. What’s it gonna be?
Did you know there’s a simple way to replace blank values using Transformation Rules?
Format the data in the dataset, not the layout.
When choosing where to format your data, always go with the dataset.